google / google-visualization-issues

288 stars 35 forks source link

Add a Floating Column chart type for benchmark type charts #855

Open orwant opened 9 years ago

orwant commented 9 years ago
What would you like to see us add to this API?

A floating column range chart like this:

http://www.anychart.com/products/anychart/gallery/samples/Single-Series-Range-Column-Chart.html#html-view

so that you can chart benchmark related stats like min / max, or 25th to 75th ntile.
 Even better to allow thsi type to be combo enabled so you can draw a line through
the bars representing the median or average.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

new chart type.  floating Column type.

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by sean.power@karmadata.com on 2012-03-19 22:34:08

orwant commented 9 years ago
In a way you can achieve that today using Candlestick chart. Set the low/high values
to be identical to the open/close values. The tooltip won't look great, though.

Original issue reported on code.google.com by jinji.viz on 2012-03-20 09:26:22

orwant commented 9 years ago
Yeah, that is my current plan, not ideal, but gets the idea across I suppose.  Morningstar
uses the floating column with dots to denote performance of mutual funds within a peer
group, as do many rating agencies...anybody that benchmarks stuff.

I think the benchmark chart would be an important new visualization for google, a much
different chart than the candlestick.

Original issue reported on code.google.com by sean.power@karmadata.com on 2012-03-20 13:49:26

orwant commented 9 years ago
i ended up using the candlestick and customizing the tooltip using column role (need
to have a new column with role of tooltip for each line in  your tooltip, but it looks
o.k.).  I still want the ability to plot a marker(s) in the middle of floating column
to represent median or average.

draft of chart is here (you need to register):
http://www.karmadata.com/View/Chart?viewid=67C14971DF674611A8E02A6B5B50024C

Original issue reported on code.google.com by sean.power@karmadata.com on 2012-03-21 13:48:44

orwant commented 9 years ago
floating column charts would be nice.

Original issue reported on code.google.com by bret@aura-software.com on 2012-04-30 10:47:27