grafana/public/app/plugins/panel/graph
Daniel Lee 1b79e17970 graph: better generation of y-axis ticks for log-scale
If there are too many ticks generated for the y-axis (which can occur
for log scale 2, with a small y-min and a large max), then the ticks
will be regenerated using larger jumps between the ticks.

This also handles the case when y-min is set to 0. Previously, y-min of
0 was ignored as zero is not a valid value for log scale. Now the tick
generator approximates zero by setting min to 0.1.

Ref #8244

Ref #8516
2017-06-05 15:06:22 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs graph: better generation of y-axis ticks for log-scale 2017-06-05 15:06:22 +02:00
axes_editor.html graph: minor change to histogram buckets input field 2017-04-07 10:16:57 +02:00
axes_editor.ts graph: initial histogram support #600 (#8053) 2017-04-07 10:07:30 +02:00
data_processor.ts graph: initial histogram support #600 (#8053) 2017-04-07 10:07:30 +02: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: better generation of y-axis ticks for log-scale 2017-06-05 15:06:22 +02:00
histogram.ts graph: initial histogram support #600 (#8053) 2017-04-07 10:07:30 +02:00
jquery.flot.events.js alert: alerting annotation improvements, fixes #8421 2017-05-22 13:02:49 +02:00
legend.js create annotations work 2017-04-14 11:41:02 +02:00
module.ts Refactor to component based style 2017-05-26 15:43:09 +02:00
plugin.json chore: update all grafana.org urls to .com 2017-03-21 15:37:55 +01:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02:00
series_overrides_ctrl.js graph: dashes with linewidth fix. Fixes #8469 2017-05-26 15:09:05 +02:00
tab_display.html graph: dashes option only used in series overrides 2017-04-26 13:19:24 +02: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 ux: create annotations 2017-04-14 23:10:56 +02: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/