Home › forums › Chart Support › Displaying values on the Stacked Column Chart
Hello again.
Stacked Column Chart: canvasjs.com/javascript-charts/stacked-column-chart/
In the example in the link above, the values are shown on mouseover. Which looks fine but what happens when we print this chart out in JPG/PNG format..??
In the JPG/PNG versions, this type of chart has no value if we don’t display the actual values on the chart itself. (Maybe on the stack itself, for each block?)
Thanks as always.
@driven13,
Exporting chart as an image will export the chart along with all the elements except toolTip. If you like to add information about the dataPoint, you can use indexLabel and export it as an image.
___________ Indranil Deo Team CanvasJS
You must be logged in to reply to this topic.