swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.28k stars 1.15k forks source link

Time based stacked vertical bar chart #1061

Open oliveti opened 5 years ago

oliveti commented 5 years ago

I'm submitting a ...

What is the motivation / use case for changing the behavior? Maybe I missed a point in the documentation but is that somehow possible to show vertical stacked charts on time based ? Means : values are spread in the X-Axis according to the time (as the library does for line charts for example)

Solution would look like what ChartJs does (see capture)

swisscom cloud 2018-12-18 16-29-59

Config looks like :

tes 2018-12-18 16-30-28

Thank you.

stankusl commented 5 years ago

I am having same issue with stacked bar chart.

colinscz commented 5 years ago

Same issue here. Would be great to have support on that.

mebibou commented 4 years ago

So do we need to drop this library and move to ChartJS or will this be fixed? this could actually be stated as an issue as if you try to use dates for x-axis on the current stacked vertical bar it just crashes

Pennywise83 commented 4 years ago

Up. This is very annoying since other charts (ie: Area) have the stacked / time feature. Please, fix this issue or give us an answer.