Brent
Brent

Reputation: 411

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.

Upvotes: 7

Views: 328

Answers (1)

mike-schultz
mike-schultz

Reputation: 2364

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.

Upvotes: 7

Related Questions