Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.1.0.GA, EE-3.3.0.GA_P04
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace jsf2 chart
-
Assignee Priority:P2
-
Support Case References:Support Case 13932:- https://icesoft.my.salesforce.com/5007000001fSrig
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
the current chart examples (in showcase), show the sum of the labels of the various pieces of pie NOT adding to 100% (they add to 99%).
Going through the code base, it appears that jqplot allows you to format the labels, and this makes sense as they may be rounding, but all the pieces of pie could have integer +.1 for example, and still a rounding will not add to 100%.
Exposing the attribute "dataLabelFormatString" for jqplot in the SectorSeries (model class for ace:chart). Allows us to format the label to the nearest 10th of a decimal (or 2 decimal places, etc).
Will see if this is acceptable to support case owner.
Going through the code base, it appears that jqplot allows you to format the labels, and this makes sense as they may be rounding, but all the pieces of pie could have integer +.1 for example, and still a rounding will not add to 100%.
Exposing the attribute "dataLabelFormatString" for jqplot in the SectorSeries (model class for ace:chart). Allows us to format the label to the nearest 10th of a decimal (or 2 decimal places, etc).
Will see if this is acceptable to support case owner.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion