Hi,
I’m trying to build a stacked bar chart based on a time series x axis.
The chart doesn’t seem to stack correctly on the x axis, I don’t know if I missed something or it’s a bug.
Any help will be much appreciate, here is a Fiddle to illustrate the problem.
https://jsfiddle.net/1kLyyjfp/
Thanks
I tried and whatever format is used it is necessary that each serie has a value for each timestamp.
It would be nice if a 0 value could be added automatically if none is provided. I think it must be a really common use case.