Torkel Ödegaard
bd15534360
fix(singlestat gauge): better font size handling for gauge, now value font size is used as scaling factor, fixes #4876
2016-05-04 11:46:21 +02:00
Idan Zalzberg
bca8d6d07b
singlestat/module.ts onDataError was calling onDataReceived incorrectly ( #4897 )
...
onDataError was calling onDataReceived with {data : []} which breaks at the first line since object has no map function.
The correct form is probably just []
2016-05-04 10:48:01 +02:00
bergquist
3d366c2a4c
feat(graphs): align forms for line mode checkbox
2016-05-04 10:42:12 +02:00
Idan Zalzberg
2f7af968bf
Bring back threshold line mode
...
Threshold line mode was somehow discarded from the HTML in the ui redesign, this brings it back
2016-05-04 10:04:00 +07:00
Torkel Ödegaard
3bd4b5ccc6
Merge branch 'master' of github.com:grafana/grafana
2016-05-03 19:00:57 +02:00
Torkel Ödegaard
f4a013946f
feat(pluginlist): link in plugin list now goes to app/plugin default nav unless enabled
2016-05-03 19:00:42 +02:00
Matt Toback
d2fd829a58
Update module.html
2016-05-03 12:42:37 -04:00
Torkel Ödegaard
5ffd57695c
feat(table): added support for column units overriding style units for table
2016-05-03 11:29:51 +02:00
Torkel Ödegaard
5d652dcaef
fix(table): table column sorting fix
2016-04-28 15:48:49 +02:00
Torkel Ödegaard
26eeb6578d
feat(gauge): polish to gauge, better handling of automatic font size, added option to hide threshold markers
2016-04-26 13:50:04 +02:00
Torkel Ödegaard
8bb07124f7
fix(gauge): validate min / max range, fixes #4820
2016-04-26 13:14:43 +02:00
bergquist
79ed99a940
fix(singlestat): fixes font size diffs for gauge
2016-04-26 10:00:13 +02:00
bergquist
9316bcf307
fix(singlestat): enables autoupdate on change
...
closes #4809
closes #4812
2016-04-26 09:51:31 +02:00
Dan Cech
25b0773a94
fix broken link to grafana.net, standardize on https://grafana.net for links
2016-04-22 12:13:39 -04:00
Torkel Ödegaard
9917de09af
fix(graph): removed angular copy that was no longer needed
2016-04-22 15:49:51 +02:00
Daniel Lee
16dbf3166d
fix(panels): avoid deep copy problem for panel defaults
...
Moves the defaults to be an instance property. This solves
the problem of lodash defaults function not doing a deep
copy. The symptom of this is that new deep properties for
a panel are assigned to every panel of the same type by
the defaults function in the constructor.
2016-04-22 15:29:33 +02:00
Carl Bergquist
453f8b312a
Revert "Revert "Gauges""
2016-04-22 14:55:35 +02:00
Torkel Ödegaard
723bfa70db
fix(table panel): fixed issue with string array formating, fixes #4791
2016-04-22 14:46:32 +02:00
Torkel Ödegaard
45dd9c5795
fix(graph panel): fix for graph panel alignment when legend is in table mode, fixes #4772
2016-04-22 14:36:20 +02:00
Carl Bergquist
24fbcd8dea
Revert "Gauges"
2016-04-22 13:05:43 +02:00
Carl Bergquist
2748a3fbd8
Merge pull request #3688 from keis/gauges
...
Gauges
2016-04-22 11:49:35 +02:00
Torkel Ödegaard
7079b5d770
fix(dashboard list): fixed minor issue with dashboard list panel, fixes #4768
2016-04-20 09:15:45 -07:00
bergquist
0108b5eb88
fix(singlestat): adds support for lighttheme
2016-04-19 16:18:29 +02:00
bergquist
0c6841bdc7
fix(singlestat): adds support for fontsizes in gagues
2016-04-19 16:18:22 +02:00
David Keijser
c455e501ac
Add gauge option to singlestat
2016-04-19 16:18:09 +02:00
Matt Toback
d27da57b02
Fixed the fix.
2016-04-14 12:39:37 -04:00
Matt Toback
8ac5c36735
Still not fixed, not sure why.
...
despite having pushed that code with @torkelo.
2016-04-14 11:12:00 -04:00
Torkel Ödegaard
6355896584
fix(snapshots): Fixed issue with empty snapshots, fixes #4706
2016-04-14 11:06:48 -04:00
Torkel Ödegaard
6216ce455f
fix(pluginlist): fixed issue with pluginlist link, fixes #4705
2016-04-14 10:55:24 -04:00
Matt Toback
c13ebce2f6
Update module.html
2016-04-12 17:01:30 -04:00
Torkel Ödegaard
ad0794cc59
ux(): updated light theme
2016-04-12 14:26:55 -04:00
Torkel Ödegaard
9868edb138
ux(): changed tooltip style
2016-04-12 13:00:33 -04:00
Torkel Ödegaard
29dff7ba1a
fix(graph): fixed color picker appearingunder pinned side nav, fixes #4556
2016-04-12 11:07:34 -04:00
Torkel Ödegaard
497e9343aa
Merge branch 'pluginlist'
2016-04-11 21:10:54 -04:00
Torkel Ödegaard
6ce934f1dd
feat(pluginlist): worked on plugin list
2016-04-11 20:33:58 -04:00
Matt Toback
f4fc3f48a7
New modal for upgrades and updated styles on list
2016-04-11 19:01:18 -04:00
Torkel Ödegaard
31441f0b43
feat(dashlist): updated dashlist
2016-04-11 16:21:25 -04:00
Torkel Ödegaard
451a8bef39
feat(pluginslist): minor update
2016-04-11 14:17:38 -04:00
Torkel Ödegaard
c518fdc155
Merge branch 'updatecheck' into pluginlist
2016-04-11 13:43:29 -04:00
Torkel Ödegaard
5a81cf6c17
Merge branch 'master' of github.com:grafana/grafana
2016-04-11 09:27:30 -04:00
Torkel Ödegaard
788a0154d3
Merge branch 'master' of github.com:grafana/grafana
2016-04-10 14:59:03 -04:00
Torkel Ödegaard
a8f4b0227f
fix(graph): Fixed issue with legend height in table mode with few series, affected iframe embedding as well, fixes #4640
2016-04-10 14:58:52 -04:00
Idan Zalzberg
cf00775bb8
Table module calls renderingCompleted
2016-04-10 11:00:25 +07:00
Torkel Ödegaard
97be3c05e6
feat(pluginlist panel): updates to pluginlist panel, hooked up plugin type categories
2016-04-09 15:32:41 -04:00
Torkel Ödegaard
4fd5552d3d
Merge branch 'pluginlist' of github.com:grafana/grafana into pluginlist
2016-04-09 15:02:01 -04:00
Torkel Ödegaard
12800f831a
Merge branch 'master' into pluginlist
2016-04-09 15:01:39 -04:00
Torkel Ödegaard
ebb373eedb
fix(graph): fixed issue with toggling series on and off would loose stacking, fixes #4557
2016-04-09 14:37:30 -04:00
Torkel Ödegaard
22b11d7d4d
feat(graph panel): changed to PR #4493 and other polish, removed the relative time from graph tooltip, did not think it worked that well
2016-04-09 12:45:35 -04:00
Torkel Ödegaard
034244217f
Merge pull request #4493 from mtanda/highlight_tooltip
...
highlight series name in tooltip when shared tooltip enabled
2016-04-09 11:29:05 -04:00
Torkel Ödegaard
5d9c3d595f
fix(graph): fixed issue with y-axis labels overlapping with the yaxis, fixes #4626
2016-04-09 11:26:48 -04:00