ryan
8cd54c94e9
make value processing reusable
2019-03-11 14:47:54 -07:00
ryan
8bf57359ab
don't require x & y columns for timeSeries
2019-03-07 12:47:21 -08:00
ryan
abf015ace2
use TableData for timeseries in react
2019-03-07 12:13:38 -08:00
ryan
82326fed42
return the same panelData unless it changes
2019-03-06 15:18:24 -08:00
ryan
251008f590
use replaceVariables rather than onInterpolate
2019-03-04 11:44:38 -08:00
Torkel Ödegaard
72943af46a
Refactoring orientation stuff
2019-02-23 14:59:26 +01:00
Torkel Ödegaard
5590b026d0
refactoring repeater and code in gauge and bar gauge to reuse more code
2019-02-23 11:31:35 +01:00
Peter Holmberg
8c5c953521
minor touch ups
2019-02-20 17:07:36 +01:00
Peter Holmberg
4c5c162045
first draft of repeater component
2019-02-19 17:03:28 +01:00
Peter Holmberg
0de9c03879
Merge branch 'gauge-multi-series' into bar-gauge-poc
2019-02-19 15:53:05 +01:00
Torkel Ödegaard
abddb442a1
Changed how react panels store their options ( #15468 )
...
Changed how react panels store their options
* Added a ReactPanelPlugin as the interface that react panels export, this way react panels have clearer api, and gives us hooks to handle migrations and a way for panel to handle panel changes in the future
* Moved gauge value options into a sub oject and made editor more generic, will be moved out of gauge pane later and shared between singlestat, gauge, bargauge, honecomb
* Also remove nested options prop that was there due to bug
* Added missing Gauge props
* Fixed gauge issue that will require migration later and also value options editor did not handle null decimals or 0 decimals
* Fixed unit tests
* More fixes for react panels
2019-02-18 11:41:14 +01:00
Peter Holmberg
e0adc8fa30
Merge branch 'gauge-multi-series' of https://github.com/grafana/grafana into gauge-multi-series
2019-02-11 11:52:14 +01:00
Peter Holmberg
55b4162e85
return series label if selected stat is name
2019-02-11 11:47:51 +01:00
Torkel Ödegaard
2284175638
Merge branch 'master' into gauge-multi-series
2019-02-11 11:45:02 +01:00
Peter Holmberg
d8f1e99249
fix single gauge
2019-02-07 09:33:22 +01:00
Peter Holmberg
58f04178a3
removed direction and series mode options, cleaned up the code somewhat
2019-02-07 09:20:17 +01:00
Peter Holmberg
9d052beddb
show timeseries label under gauge
2019-02-06 17:07:32 +01:00
Peter Holmberg
632908ec40
vertical and horizontal, removed mode option
2019-02-06 16:56:33 +01:00
Peter Holmberg
71cfcd58ba
combine mode with avg value
2019-02-06 15:38:51 +01:00
Dominik Prokop
6b1390b972
Update types and themes usage in components
2019-02-05 17:04:48 +01:00
Peter Holmberg
9d3d1bc669
refactor panel
2019-02-05 16:34:01 +01:00
Peter Holmberg
9fc87e4174
first working draft
2019-02-05 15:12:04 +01:00
Peter Holmberg
57596462a4
sending paneldata to component, gauge can handle table data
2019-02-01 10:53:58 +01:00
Dominik Prokop
93bb30a561
Enable new color picker in Gauge and Thresholds editor, use ThemeProvider instead of ContextSrv
2019-01-22 09:14:30 +01:00
Torkel Ödegaard
3a827fc2f1
Added test case dashboard
2019-01-18 13:12:32 +01:00
Torkel Ödegaard
f16101101d
Minor refactoring and name changes
2019-01-18 11:58:29 +01:00
Hugo Häggmark
5448b72f7c
Passed the theme to Gauge
2019-01-18 06:57:00 +01:00
Hugo Häggmark
9a01f3e517
Moved Gauge to ui/components
2019-01-18 06:40:30 +01:00
Hugo Häggmark
013d46b707
Refactored ValueMappings
2019-01-16 12:29:43 +01:00
Hugo Häggmark
6bb2d5ff24
Added suffix interpolation
2019-01-15 18:05:55 +01:00
Hugo Häggmark
1faa5819a8
Initial commit
2019-01-15 17:15:46 +01:00
Dominik Prokop
0c8f0416a0
Move panel width/height calculation to PanelChrome
2019-01-14 14:47:41 +01:00
Dominik Prokop
b3b1c21d77
Fixed Gauge being cropped when resizing panel
...
Enabled import of SASS viariables into TS
2019-01-14 09:45:55 +01:00
Hugo Häggmark
c54ec5f52f
Moved the rest of Threshold dependencies to ui/components
2019-01-11 08:30:30 +01:00
Dominik Prokop
1618e90844
Minor refactor of Gauge panel
2019-01-09 17:00:10 +01:00