function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tomcollinstomcollins 

Is it possible to chart Float values with Apex Charting? Always rounded to Integer.

I'm trying to chart some Float values with Apex Charting.  My Y-axis has floating point values, but my charted data points get rounded (or possibly truncated) to the nearest integer.  When I roll over the tool tip, it shows an integer value for the marker.

 

Is this a bug in charting, or is there some attribute I can set in one of my apex tags to have the lineSeries plotted with Float values?

sfdcfoxsfdcfox

It's probably a limitation of the charting library. Submit an Idea on the IdeaExchange.