mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
* Use nullInsertThreshold and nullToValue in time series * Allow for undefined timeRange to support certain candlestick uses of prepareGraphableFields * Make sure null to value doesn't modify initial data * Do a shallow values copy and avoid Array.push() * Clean up null to value transformation. * Add basic tests * Remove redunant null threshold application flagging * set nullThresholdApplied flag even when no null inserts were done * Include nullThresholdApplied in test snapshot Co-authored-by: Leon Sorokin <leeoniya@gmail.com> |
||
---|---|---|
.. | ||
img | ||
CandlestickPanel.tsx | ||
fields.test.ts | ||
fields.ts | ||
models.cue | ||
models.gen.ts | ||
module.tsx | ||
plugin.json | ||
README.md | ||
suggestions.ts | ||
utils.ts |
Candlestick
The candlestick panel shows a chart that is typically used to describe price movements of a security, derivative, or currency.
This chart is included with Grafana.
Read more about it here:
https://grafana.com/docs/grafana/latest/visualizations/candlestick/