Grafana: Support Candlestick charts for histograms

Created on 19 Jun 2014  ·  29Comments  ·  Source: grafana/grafana

Histograms diagrams are supported by graphite but there is no nice way to display the key data in one chart. The only way to display this right now is by only using the point diagram type. A better way to display things like min/max, median and mean and stddev in one chart, see https://en.wikipedia.org/wiki/Candlestick_chart.

arepanecommon help wanted typfeature-request

Most helpful comment

Guys, github has a reactions feature: https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments. There are potentially numerous people subscribed to the issue, and "+1" comments are just spam.
If you want to receive future updates, you can do so without commenting by clicking the "subscribe" button on the right.

All 29 comments

Hope to add more advanced chart display options after summer when I have will work full time on grafana

+1

Any word on new chard types? I'm also interested in candlestick charts.

this looks pretty neat, though i don't understand what it has to do with histograms.
note that if you get your series summarized by day, you basically can plot the same information, just styled a bit differently (through points/lines/areas whatever)

@Dieterbe yeah, I don't think they're related to histograms. OHLC Candlestick charts are widely used in financial markets. Supporting them in Grafana opens up yet a new use case.

For the example given (min max median) box plus are better, more generalised to statistics and more obvious in terms of the data series.
Candle stick charts tend to always refer to financial terms open close low and high and tend to relate as a serious.

+1 for box plots in one form or other

+1 for candle stick charts.
They might come from financial markets, but once you learn to read them you can use them for any time series data. Quite useful. I would replace charts where I plot first, last and median with OHLC in an instant.

👍 I agree with @netixen, we use them for performance comparisons.

+1

There appears to be a flot candlestick plugin available.

http://www.flotcharts.org/plugins/

I wonder how hard it would be to integrate... hmm...

+1

+1

+1. I'd love to be able to write a datasource to interface with a financial exchange and to create graphs in Grafana to show OHLC candlestick graphs.

+1

I'd like to see candlesticks -we use a lot of "time to process" data so it would be good to have a "Min" / "Max" view over time

+1

+1

+1

Guys, github has a reactions feature: https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments. There are potentially numerous people subscribed to the issue, and "+1" comments are just spam.
If you want to receive future updates, you can do so without commenting by clicking the "subscribe" button on the right.

+1

any update on candle charts?

I'm confused. @ilgizar Is this still a standalone feature or included in the main build and just not in the documentation? Is it stable?

@bdonnahue I closed my PR, and designed this as separate plugin. https://github.com/ilgizar/ilgizar-candlestick-panel Is it beta version, but workful.

I think the groundwork needed for this this will also allow for adding confidence interval bands to line charts. Are there plans to absorb the linked plugin into the project?

Any news ?

@yati-sagade Candlestick charts may be not quite suitable for showing confidence interval bands. The latter one has probabilistic nature and represents estimated error because of incompleteness of data while the true value is uncertain.
Candlestick bars on the other side are used to represent distribution of _true_ vaules during each interval, so they don't have probabilistic nature.

+1

Any updates? Very useful and long-awaited feature!

Maybe we can hope to have this feature with this work ? -> https://github.com/grafana/grafana/pull/21835

Was this page helpful?
0 / 5 - 0 ratings