Error bar tooltips
I would like the option to show a the numbers for a single data point and its associated margin of error (M.o.E.) bar in a single unified tooltip, as in:
[ Apples: 67.5 (M.o.E.: 63.4 - 71.6) ]
I would like this rather than having the data points and margins of error on separate tooltips or having data for all series on the same shared tooltip.
1
vote
Jesse
shared this idea
Hi, you can do that with a custom pointFormatter that looks for the next series and inserts the margin of error: http://jsfiddle.net/v3yfcf2o/
-
Jesse commented
Nice, thanks!