Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:*
-
Assignee Priority:P2
Description
The varyBarColor property of CartesianSeries could be exposed to users so that they might have bars of differing colours within the same series.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Nils Lundquist [ nils.lundquist ] |
Assignee | Nils Lundquist [ nils.lundquist ] |
Assignee | Judy Guglielmin [ judy.guglielmin ] | |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
Fix Version/s | 4.0 [ 11382 ] | |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40516 | Tue Apr 01 14:26:36 MDT 2014 | judy.guglielmin | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Attachment | chart-bar.png [ 17097 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40814 | Tue Apr 15 13:40:11 MDT 2014 | judy.guglielmin | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40816 | Tue Apr 15 14:34:46 MDT 2014 | carmen.cristurean | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
including ability to define seriesColors. Appears that charts can have centrally defined object for seriesColors or can use the model to define by chart model instance.
Creating tests for all variations for barChart, but with implementation, since Line chart and Bar chart share CartesianSeries model, must create testing for that as well. Since seriesColor is something that can be defined at higher level, may also have to check all other models (so extra testing).
First implementation of varyColor uses default jqPlot colors, 2nd uses model definition (by chart). Should be able to define by chart, so stackedSeries should be able to have defined color for each chart data series defined.