mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
This is an old PR so had some problems after merging in master. - Fix for min and max that were not getting passed into the applyLogScale function - Fix for when min/max were undefined rather than null - Fix for decimal ticks, as this PR populates the ticks itself then it also needs to calculate the number of decimal places too. Flot was showing the wrong number of decimal places sometimes otherwise on the y-axis. |
||
---|---|---|
.. | ||
img | ||
specs | ||
axes_editor.html | ||
axes_editor.ts | ||
data_processor.ts | ||
graph_tooltip.d.ts | ||
graph_tooltip.js | ||
graph.ts | ||
jquery.flot.events.js | ||
legend.js | ||
module.ts | ||
plugin.json | ||
README.md | ||
series_overrides_ctrl.js | ||
tab_display.html | ||
tab_legend.html | ||
template.ts | ||
threshold_manager.ts | ||
thresholds_form.ts |
Graph Panel - Native Plugin
The Graph is the main graph panel and is included with Grafana. It provides a very rich set of graphing options.
Read more about it here: