grafana/public/app/plugins/panel/graph
Daniel Lee e19b48840f graph: merge fixes for #5278
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.
2017-03-10 18:46:36 +01:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs graph: merge fixes for #5278 2017-03-10 18:46:36 +01:00
axes_editor.html feat(graph): more work on graph panel and support for non time series 2016-09-24 13:08:58 +02:00
axes_editor.ts fix(graph): fixed graph issue with axes mode set to series and picking Max value, fixes #6926 2016-12-12 14:37:40 +01:00
data_processor.ts Merge branch 'v4.0.x' 2016-12-12 14:39:53 +01:00
graph_tooltip.d.ts feat(plugins): work on plugin directive loading 2016-01-14 13:21:05 +01:00
graph_tooltip.js Added click events in graph to core eventbus (#7511) 2017-02-15 08:47:20 +01:00
graph.ts graph: merge fixes for #5278 2017-03-10 18:46:36 +01:00
jquery.flot.events.js fix(graph panel): fixed issue with graph axis labels 2016-09-28 21:39:51 +02:00
legend.js remember scroll position (https://github.com/grafana/grafana/issues/7680) (#7728) 2017-03-07 08:19:34 +01:00
module.ts refactor: minor refactoring 2017-02-23 15:57:36 +01:00
plugin.json added new icons for default panels 2016-03-24 16:14:51 -04:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02:00
series_overrides_ctrl.js fix z-index order in Series Overrides 2016-06-20 20:54:01 -04:00
tab_display.html feat(graph): refactoring shared tooltip PR #6274 2016-12-06 11:55:20 +01:00
tab_legend.html fix(graph panel): Fixed legend option max not updating, fixes #4601 2016-04-07 10:57:55 -04:00
template.ts refactor: minor refactoring 2017-02-23 15:57:36 +01:00
threshold_manager.ts fix(alerting): various alerting fixes 2016-11-06 15:40:02 +01:00
thresholds_form.ts refactor(): dashboard row model and hunting down memory leak 2016-10-30 15:14:18 +01:00

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:

http://docs.grafana.org/reference/graph/