Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ZingChart: Floating Bar Chart

Does ZingChart support a floating bar chart? This would be similar to their waterfall, but giving control over colors and labels.

E.g. http://www.amcharts.com/demos/floating-bar-chart/

I'm looking for something like this, but with a time based series. Currently I use a Google "Timeline" chart to achieve this, but find their implementation buggy with respect to color assignment:

https://developers.google.com/chart/interactive/docs/gallery/timeline#labeling-the-bars

Thank you.

like image 521
Brent Avatar asked Aug 04 '15 15:08

Brent


1 Answers

ZingChart does not have "Floating Bars" as a standard chart type, but you can easily achieve the same functionality with the hbar chart type. The offsetValues property controls the start point of a bar, and the values controls the end points.I have created a demo of this functionality here : http://demos.zingchart.com/view/SHJBSDJI

Feel free to reach out if you have any further questions - I am on the ZingChart team.

like image 99
mike-schultz Avatar answered Nov 06 '22 13:11

mike-schultz