Alexander Zobnin
17d3970673
graph(create annotation): push one annotation with time from and time to
2017-04-12 21:04:18 +03:00
Alexander Zobnin
8a1c35e1c2
graph(create annotation): refactor, fix two modal after range selection
...
bind create annotation handler directly to plotclick event, not to global graph-click
2017-04-12 20:27:32 +03:00
Torkel Ödegaard
0156a94a49
annotations: you can now read annoations via manually created annoation query
2017-04-12 15:46:41 +02:00
Alexander Zobnin
232513bb4e
graph(add annotation): refactor
...
pass ctrlKey and metaKey through flot events
2017-04-12 15:26:34 +03:00
Alexander Zobnin
70bca219e3
graph(add annotation): Add keybinding for CTRL key
2017-04-11 10:24:21 +03:00
Alexander Zobnin
362860f687
graph(add annotation): able to select region (start and stop time) #1286
2017-04-10 12:45:08 +03:00
Alexander Zobnin
32d34aed7a
graph: initial Add Annotation flow #1286
2017-04-08 19:44:40 +03:00
Torkel Ödegaard
3b47efe70e
graph: minor change to histogram buckets input field
2017-04-07 10:16:57 +02:00
Alexander Zobnin
7e14797b10
graph: initial histogram support #600 ( #8053 )
...
* graph: initial histogram support #600
* graph histogram mode: add Bars number option
* graph histogram mode: fix X axis ticks calculation
* graph histogram mode: change bar style (align and width)
* refactor(graph): move histogram functions into separate module
* graph histogram mode: rename series to "count"
* graph histogram mode: fix errors if no data
* refactor(graph and heatmap): move shared code into app/core
* graph: add tests for histogram mode
2017-04-07 10:07:30 +02:00
Torkel Ödegaard
83d864e7e4
fix: graph and fill below to issue, fixes #7916
2017-03-23 14:23:22 +01:00
Daniel Lee
69bec98962
chore: update all grafana.org urls to .com
2017-03-21 15:37:55 +01:00
Daniel Lee
84ef6b9d48
Merge branch 'bigbenhur-autologscale'
...
Closes #5278 and closes #3090
2017-03-13 11:17:45 +01:00
Denis Doria
891df21969
Small fix for the Y-Max/Y-Min inputs on Axes ( #7811 )
2017-03-13 09:32:36 +01:00
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
Daniel Lee
28cf229707
Merge branch 'autologscale' of git://github.com/bigbenhur/grafana into bigbenhur-autologscale
2017-03-10 11:57:00 +01:00
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