grafana/public/app/plugins/panel/graph
Daniel Lee e76655df43 graph: fixes click after scroll in series override menu
Makes changes to dropdown-typeahead2 so that a css
class for the button can be passed in. Means it can
be used instead of dropdown-typeahead.

Switches to using dropdown-typeahead2 for series_overrides
directive and for the influxdb, mysql and postgres datasources
as it already contains a fix for this issue.

This commit also fixes the index property which
was set using an incorrectly spelled length property in the
series_overrides directive.

Closes #15621
2019-02-25 02:11:28 +01:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
Legend Prettier had not been running as a precommit hook for some time so had to run in on all files again 2019-02-13 11:14:53 +01:00
specs Do not render time region line or fill if colors not provided 2019-01-31 12:20:55 +01:00
align_yaxes.ts changed var to let in last files (#13087) 2018-08-30 08:58:43 +02:00
axes_editor.html graph: minor fixes to y-axes alignment feature 2018-03-22 18:30:23 +01:00
axes_editor.ts value formats: another rename and updates code to use new valueFormats func 2019-01-11 13:31:25 +01:00
data_processor.ts Minor refactoring around theme access 2019-02-08 15:38:45 +01:00
graph_tooltip.d.ts feat(plugins): work on plugin directive loading 2016-01-14 13:21:05 +01:00
graph_tooltip.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +02:00
graph.ts Bump Prettier version (#15532) 2019-02-19 15:41:35 +01:00
histogram.ts Updated rules for variable name (#13106) 2018-09-03 11:00:46 +02:00
jquery.flot.events.ts public/app/plugins/*: Fix some misspell issues 2018-12-05 13:13:29 +01:00
module.ts Minor refactoring around theme access 2019-02-08 15:38:45 +01:00
plugin.json Updated a few plugin json files with dataFormats 2019-02-12 16:15:05 +01:00
README.md Panel help view fixes 2018-12-19 11:03:54 +01:00
series_overrides_ctrl.ts graph: fixes click after scroll in series override menu 2019-02-25 02:11:28 +01:00
tab_display.html graph: fixes click after scroll in series override menu 2019-02-25 02:11:28 +01:00
tab_legend.html Legend toggle should only trigger a re-render, not a refresh 2019-02-01 14:16:27 -05:00
tab_thresholds_time_regions.html removed side menu from display options, kept overrides in display options, moved thresholds and time regions to its own section in visualization 2018-12-07 15:18:43 +01:00
template.ts changed var to const 2 (#13068) 2018-08-29 14:27:29 +02:00
threshold_manager.ts Fix thresholds default colors not being applied 2019-01-28 15:48:54 +01:00
thresholds_form.html removed side menu from display options, kept overrides in display options, moved thresholds and time regions to its own section in visualization 2018-12-07 15:18:43 +01:00
thresholds_form.ts graph: Time region support 2018-11-13 12:23:06 +01:00
time_region_manager.ts Update types and themes usage in components 2019-02-05 17:04:48 +01:00
time_regions_form.html removed side menu from display options, kept overrides in display options, moved thresholds and time regions to its own section in visualization 2018-12-07 15:18:43 +01:00
time_regions_form.ts Prettier had not been running as a precommit hook for some time so had to run in on all files again 2019-02-13 11:14:53 +01:00

Graph Panel

This is the main Graph panel and is included with Grafana. It provides a very rich set of graphing options.

For full reference documentation:

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