swimlane / ngx-charts

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

request time series (historical) bar chart component #488

Open byunru opened 7 years ago

byunru commented 7 years ago

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here

Current behavior there is no time series (historical) bar chart component the "ngx-charts-timeline-filter-bar-chart" can't deal with non-continues times data https://swimlane.github.io/ngx-charts/#/ngx-charts/timeline-filter-bar-chart-demo also I can set null value as results.push({ name: new Date(date), value: null }); when there is no data. would that be performance hit when the whole history data is scattered that only a small portion of time point have data ?

Expected behavior provide time series (historical) bar chart component

Reproduction of the problem

What is the motivation / use case for changing the behavior? It is a common feature with java-script chart library, for example: http://plnkr.co/edit/w9LnjVxWFCSkU3Vxs7pU?p=preview

Please tell us about your environment:

mebibou commented 5 years ago

Any plan to add this feature? timeseries on bar chart is basic in any charting library imo

Kytol commented 3 years ago

This feature would be a blessing and great to have imo