Hello there,
https://jsfiddle.net/mdrobinson0124/41yk3xdb/
I’m working on a waterfall chart and using indexLabels to show the values above each section of the waterfall.
I’ve attempted to use “indexLabelPlacement: ‘outside’ ” to show the indexLabels outside of the chart, but it’s rendering a few of them on top of the bar.
I notice that if I don’t use an ‘isCumulativeSum’ on my last dataPoint, the labels work fine for my first 4 data points, but still not the last one. (uncomment line 14, comment out line 13 in my fiddle to see what I’m talking about).
Am I missing an option for this? Again, my end goal is just to have the indexLabels appear above or below the waterfall bar segments instead of on top of them.
Thanks for any help!
-
This topic was modified 5 years, 8 months ago by mdrobinson0124. Reason: fixed link