Patric Kanngießer
3735a1ace7
remember scroll position ( https://github.com/grafana/grafana/issues/7680 ) ( #7728 )
2017-03-07 08:19:34 +01:00
Torkel Ödegaard
d6eaaf3add
refactor: minor refactoring
2017-02-23 15:57:36 +01:00
Dennis Wiemer
8b25ba6a7c
Added click events in graph to core eventbus ( #7511 )
2017-02-15 08:47:20 +01:00
Vladimir Kolobaev
6eda5604d2
Full metric description ( #7493 )
...
graph: add full metric description for graph-legend-alias title
2017-02-10 08:31:51 +01:00
Torkel Ödegaard
7c5ef2c75a
Merge branch 'connection-reset-shared_tooltip'
2017-01-25 14:35:02 +01:00
Torkel Ödegaard
28f890e42f
refactor(): removed commented out code
2017-01-25 14:34:55 +01:00
Torkel Ödegaard
40d39f8a3e
refactor(): renaming alerting hide ui option, #7318
2017-01-25 13:32:26 +01:00
Torkel Ödegaard
fee4846429
Merge branch 'alerting_ui' of https://github.com/smalik03/grafana into smalik03-alerting_ui
2017-01-25 13:16:48 +01:00
smalik
9862c9ff40
feat(alerting): Show/hide alerting UI using configuration variable
...
Use configuration variable "show_alerting_ui" to show/hide alerting UI
2017-01-20 10:43:29 -05:00
Axel Pirek
4b8f2aeb36
Fix tooltips sometimes rendering outside of graph panel
...
I noticed tooltips on other panels rendering outside of their panel or
even the browser window when hovering on the very edge of graphs with
relative time overrides.
2017-01-19 13:33:49 +01:00
Axel Pirek
138a79c2fb
Clear highlight when clearing tooltip and crosshair
2017-01-19 11:08:32 +01:00
Axel Pirek
ee58a6ee2b
Speed up tooltip value retrieval
2017-01-19 10:16:28 +01:00
Axel Pirek
a2e6408be1
Only render tooltip if position is in viewport
2017-01-19 10:16:20 +01:00
Torkel Ödegaard
0683742e83
tech(library upgrade): fixed unit test broken by angularjs upgrade, #7274
2017-01-16 22:27:35 +01:00
Torkel Ödegaard
bd8899b37d
fix(graph): fixed table legend min-height, fixes #7221
2017-01-11 15:24:43 +01:00
Torkel Ödegaard
44b7a26119
fix(graph): fix for table legend and scroll, fixes #7204 , fixes #6628
2017-01-11 10:35:52 +01:00
Torkel Ödegaard
083a42942f
fix(phantomsj): fixed issue with y axis label rotation in phantomjs rendered graphs, fixes #6924
2017-01-02 12:01:48 +01:00
Torkel Ödegaard
e72a60bbf5
feat(graph): shared graph tooltip is not a select option with 3 options, normal, shared crosshair & shared tooltip, CTRL+O or CMD+O cycles option, closes #6894
2016-12-14 14:33:33 +01:00
Torkel Ödegaard
5ec7dea81a
Merge branch 'v4.0.x'
2016-12-12 14:39:53 +01:00
Torkel Ödegaard
8feaef20e0
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
Gabriel Nepomuceno
a8ae0a5b79
fixing compilation of grunt
2016-12-09 21:53:00 +00:00
Torkel Ödegaard
924535c6d0
change(graph): changed null value graph option to default to null, closes #6868
2016-12-07 15:27:20 +01:00
Torkel Ödegaard
fa393c282a
feat(graph): refactoring shared tooltip PR #6274
2016-12-06 11:55:20 +01:00
Torkel Ödegaard
51165e76ba
Merge branch 'shared_tooltip' of https://github.com/connection-reset/grafana into connection-reset-shared_tooltip
2016-12-06 09:32:22 +01:00
Ben RUBSON
e51525dbde
Only take bar series to calculate barWidth ( #6756 )
...
* Only take bar series to calculate barWidth
solves #6751
* Typo
* Typo
* Typo
* Typo
* Refactor
* Simplify
2016-12-06 08:36:23 +01:00
Axel Pirek
e6c8e75d62
Make tooltip shareable like crosshair
2016-12-01 10:10:23 +01:00
Torkel Ödegaard
ad7ae1b912
fix(graph): Fixed tooltip date header visible when x-mode was set to series, fixes #6364
2016-11-24 13:16:46 +01:00
Ben RUBSON
614bd7f1e8
Sort series by yaxis by default ( #6683 )
...
* Sort series by yxis by default
* Sort series by yxis by default
* Sort series by yxis by default
2016-11-24 10:24:49 +01:00
Torkel Ödegaard
cf751c256b
fix(graph): fixed order of graph tooltip when sort order was none, fixes #6648
2016-11-23 17:08:14 +01:00
benrubson
e71114f4fb
Come back to #6287 for graph_tooltip.js
...
as it is an only one loop solution
2016-11-19 09:12:10 +01:00
benrubson
9797845460
Typo
2016-11-18 19:14:12 +01:00
benrubson
0034b6ede7
Highlight correct point when series has null values
2016-11-18 18:49:20 +01:00
benrubson
becb6303e5
Revert #6287 for graph_tooltip.js
2016-11-18 17:50:54 +01:00
Ben RUBSON
a4de6da9a0
Correct series highlight ( #6578 )
...
solves issue #6573
2016-11-15 18:59:17 +01:00
Torkel Ödegaard
6767bdd76d
fix(graph): fixed issue log base scale on right y axis, option was not applied at all, also issue with log scale and max value calculation fixed, fixes #6534
2016-11-10 12:04:55 +01:00
Torkel Ödegaard
71eb0f3278
fix(graph): fixed issue with bar width when used in series override, fixes #6528
2016-11-10 10:50:48 +01:00
Ben RUBSON
2443326386
Add some comments about some previous modifications ( #6533 )
2016-11-10 10:19:42 +01:00
Torkel Ödegaard
a9c6bdc197
panel(graph): stacking can now handle null values, #6287
2016-11-09 11:34:34 +01:00
Torkel Ödegaard
485980eebf
Merge branch 'issue-2912' of https://github.com/benrubson/grafana into benrubson-issue-2912
2016-11-09 11:17:04 +01:00
Torkel Ödegaard
652eb057cf
change(graph): change default line width from 2 to 1
2016-11-08 20:57:17 +01:00
Torkel Ödegaard
2d19af601a
fix(alerting): various alerting fixes
2016-11-06 15:40:02 +01:00
Torkel Ödegaard
95e7ead89b
ux(dashboard): varius dashboard ux fixes and keybinding improvements, press 'e' while hovering over panel will open dashboard in edit mode, pressing 'd' will remove panel, #6442
2016-11-02 15:16:48 +01:00
Torkel Ödegaard
40ea014fa8
ux(dashboar): added shortcut for build mode, switched keybinding lib to mousetrap, supports sequences so also added for Go to home dashboard, open search with starred dashbords prefiltered, go to profile, #6442
2016-11-02 12:55:58 +01:00
Torkel Ödegaard
4d420a0c33
refactor(): dashboard row model and hunting down memory leak
2016-10-30 15:14:18 +01:00
Torkel Ödegaard
01627b3a68
feat(ux): dashboard edit mode progress
2016-10-24 13:50:38 +02:00
Julien Pivotto
d1eb7e5fcd
Allow to set current on graph panel
...
Refs #6335
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2016-10-20 21:13:32 +02:00
benrubson
807bc5eb47
Add time back to result array
2016-10-16 01:09:00 +02:00
benrubson
9792bd7b08
Typo
2016-10-16 00:46:56 +02:00
benrubson
604dcbc6b2
Missing values, corect tooltip
2016-10-16 00:30:50 +02:00
benrubson
04a276dc2c
Missing values, correctly highlight last point
2016-10-15 16:51:18 +02:00