Home Forums Report Bugs issue with stacked columns and dates in YYYY-m-D Reply To: issue with stacked columns and dates in YYYY-m-D

#28850

@andy,

Stacked Charts are plotted when multiple column/area charts with same x values are plotted on same scale. In the JSFiddle shared above, you’re using label to display the date and time values. Passing it as Date Object to x-values and use the valueFormatString for formatting the date and time values should work fine in your case. Please refer this documentation page for more information on valueFormatString. Also, please take a look at this updated JSFiddle.


Shashi Ranjan
Team CanvasJS