Stacked Column Charts are plotted when multiple Column Charts with aligned x values are plotted over the same x-axis. Changing type property from “column” to “stackedColumn” should let you render stacked-column instead of column.
If this doesn’t help you fulfill your requirements, kindly share a pictorial representation of your requirements and brief us more so that we can understand it better to help you out.
—-
Manoj Mohan
Team CanvasJS
Can you kindly share JSFiddle with your use-case and brief us further so that we can understand the scenario better and help you out?
—-
Manoj Mohan
Team CanvasJS
@dk,
Can you kindly share a pictorial representation of your requirement so that we can understand your scenario better and help you out?
—-
Manoj Mohan
Team CanvasJS
The chart is animated only once when render() is called. Since you are using jQuery plugin of CanvasJS, it will call render() automatically once the chart is initialized. So, to animate the chart on scroll, you need to initialise chart on scrolling to the desired position as shown in this JSFiddle.
—-
Manoj Mohan
Team CanvasJS
Sravanthi B,
You can set the indexLabel to empty string(” “) for all the smaller dataPoint value.
—-
Manoj Mohan
Team CanvasJS
You can set margin property to add space between multiple x-axis.
—–
Manoj Mohan
Team CanvasJS
Index-labels overlap each other as there would be no space available when the datapoint values are small. It can be avoided to an extent by setting indexLabelFontSize to a smaller value.
—-
Manoj Mohan
Team CanvasJS
Thanks for bringing it to our notice :). We have updated the tutorial.
—-
Manoj Mohan
Team CanvasJS
Thanks for bringing it to our notice. We have updated the page and the example is working fine in JSFiddle now.
—-
Manoj Mohan
Team CanvasJS
Jim Ginn,
One of our team members will contact you over email with an appropriate solution.
—-
Manoj Mohan
Team CanvasJS
Can you kindly share a pictorial representation and brief us further about your requirements so that we can understand your scenario better and help you out?
—-
Manoj Mohan
Team CanvasJS
We are looking into your query and will get back to you at the earliest.
—-
Manoj Mohan
Team CanvasJS