Torkel Ödegaard
d6ba6440e4
Singlestat: Adds migration button and logic to migrate singlestat to stat panel ( #23845 )
...
* Singlestat: Migration button to migrate to new stat panel
* updated test
2020-04-25 11:00:27 +02:00
Ivana Huckova
1c58202b26
@grafana/ui: Replace various icons using Icon component ( #23442 )
...
* Replace icons in dashboard and settings
* Replace icons in alerting
* Update batch of icons
* Implement icons accross various files
* Style updates
* Search: Fix recent and starred icons
* Update styling and details
* Replace new icon created by unicons
* Fix e2e test, styling
* Minor styling updates
Co-authored-by: Clarity-89 <homes89@ukr.net>
2020-04-12 22:20:02 +02:00
Torkel Ödegaard
20fad92a80
Singlestat: Fixed unit not showing and switched to new unit picker ( #20892 )
2019-12-05 11:54:14 +01:00
Ryan McKinley
68f7413566
SingleStat: use DataFrame results rather than TimeSeries/TableData ( #18580 )
2019-08-21 07:56:53 -07:00
Ryan McKinley
ffd630ad96
Singlestat: Disable new singlestat gauge usage ( #18610 )
2019-08-21 13:56:02 +02:00
Ryan McKinley
21948e80e0
SingleStat: add a gauge migration call to action button in the editor ( #18604 )
2019-08-18 15:01:07 -07:00
☃ pitr
3e64214338
Singlestat: Add y min/max config to singlestat sparklines ( #17527 )
...
* Add scaling toggle to Singlestat panel
This toggle allows a user to choose between auto scaling or
zero-based scaling.
* Update Singlestat docs to include Zero Scale option
* Add min/max config to Singlestat sparklines y axis
2019-06-11 21:39:09 +02:00
Torkel Ödegaard
c6bcf13d78
Devenv testdata dashboards ( #12615 )
...
* devenv: working on dev env setup & dashboards
* devenv: refactored testdata app to a built in datasource instead, and moved dashboards to a devenv provisioned dashboards
2018-07-16 03:12:13 -07:00
Aman
e11f6f5cdf
Make pre/postfix coloring checkboxes inactive when gauge is active
2018-06-26 13:06:26 +05:30
Aman
1dd65f7a39
Add options to colorize prefix and postfix in singlestat
2018-06-22 14:50:04 +05:30
Patrick O'Carroll
b894b5e669
Fix singlestat threshold tooltip ( #12109 )
...
fix singlestat threshold tooltip
2018-05-30 18:09:57 +02:00
Jonathan McCall
579d2b63f8
Disable prefix and postfix font size when gauge mode is enabled ( #10573 )
...
* Disable prefix and postfix font size when gauge mode is enabled
* Use function to hide prefix/postfix size when using gauge
* Rename disableFontSizes to canChangeFontSizes
2018-01-25 09:27:25 +01:00
Patrick O'Carroll
a8285d0eb4
shore: migrating config/settings.js to typescript
2017-10-24 10:45:46 +02:00
Alexander Zobnin
a174ad4c9a
Unified Color picker fixes ( #9466 )
...
* colorpicker: fix opening error when color is undefined
* colorpicker: replace spectrum picker by new color picker
* colorpicker: remove old spectrum picker directive
* annotations: use tinycolor for working with region colors
2017-10-09 13:54:14 +02:00
Alexander Zobnin
2aae2556a5
Unified colorpicker ( #9347 )
...
* colorpicker: initial picker with predefined palette and spectrum
* colorpicker: highlight selected color
* colorpicker: add onChange() callback
* colorpicker: replace singlestat picker by new one
* colorpicker: style tweak
* colorpicker: parse color on input blur
* colorpicker: sort palette by hue and lightness
* colorpicker: refactor, move colors sorting to 'app/core/utils/colors'
* tech: colorpicker - fix linter errors
* colorpicker: convert to React components
* colorpicker: fix spectrum import after moving to webpack
* colorpicker: minor refactor
* colorpicker: initial series color picker
* colorpicker: fix tests error
2017-10-04 07:15:23 +02:00
Torkel Ödegaard
9500eb8aaa
ux: minor singlestat update
2017-09-21 13:59:21 +02:00
Patrick O'Carroll
de17dcf3b0
Singlestat time ( #9298 )
...
* Added a timestamp option to single stat
* can now choose last time as value
* Finished last_time so it formats correctly, updated value stat
* fixed som issues, but still issue with testing
* Clean up after fake clock in test
* timezone-issue fix, fake time for from now test
* fix for timedifference
2017-09-21 13:34:51 +02:00
Daniel Lee
8874be4c66
singlestat: add support for table data
...
If data is of type Table, then will return the first row of data. The
user can select which column should be shown in the SingleStat.
2017-04-21 16:17:31 +02:00
Torkel Ödegaard
488fe62f15
fix(singletat): fixed/polished layout in singlestat ui options tab
2016-12-14 12:58:20 +01:00
bergquist
180940a378
fix(singlestat): align width for gauge settings
2016-11-29 23:25:45 +01:00
bergquist
0d41b1294a
fix(singlestat): align width for gauge settings
2016-11-29 23:24:46 +01:00
Torkel Ödegaard
7c10af012e
feat(singlestat): slight layout changes to options tab
2016-09-21 10:56:17 +02:00
Alexander Zobnin
159a8bf734
fix(singlestat): update singlestat options tab styles. ( #6084 )
2016-09-20 15:29:10 +02:00
Torkel Ödegaard
0b7fa3c19d
feat(alerting): minor progress on alert list, #5784
2016-08-16 16:50:36 +02:00
Torkel Ödegaard
c82d5f86ac
fix(singlestat): fixed minor editor blur issue on decimal option that did not cause update of rendered value, fixes #5004
2016-07-18 11:24:41 +02:00
bergquist
12570bb959
feat(singlestat): add serie name as an value option
...
closes #4740
2016-06-25 20:17:23 +02:00
bergquist
de5a39f320
Revert "Revert "Merge branch 'utkarshcmu-rangeMaps'""
...
This reverts commit 58b91befde
.
2016-05-02 13:17:57 +02:00
bergquist
58b91befde
Revert "Merge branch 'utkarshcmu-rangeMaps'"
...
This reverts commit 8f976fd980
, reversing
changes made to 072f51e300
.
2016-05-02 13:15:18 +02:00
bergquist
7e220b2b9e
Merge branch 'rangeMaps' of https://github.com/utkarshcmu/grafana into utkarshcmu-rangeMaps
2016-05-02 10:26:30 +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
utkarshcmu
7b2a21994f
Moved mappings to new tab, added rangeMaps feature
2016-04-26 02:57:45 -07:00
Carl Bergquist
453f8b312a
Revert "Revert "Gauges""
2016-04-22 14:55:35 +02:00
Carl Bergquist
24fbcd8dea
Revert "Gauges"
2016-04-22 13:05:43 +02:00
David Keijser
c455e501ac
Add gauge option to singlestat
2016-04-19 16:18:09 +02:00
bergquist
c30c12d369
fix(single_stat): rounding bug in value => text
2016-02-29 10:05:41 +01:00
Torkel Ödegaard
97ac81aa9c
feat(panels): upgradede singlestat panel
2016-01-27 19:07:39 -05:00
bergquist
cd1b2e2841
feat(singlestat): reduce max thresholds to two.
...
closes #3248
2016-01-25 16:27:58 +01:00
Torkel Ödegaard
d83e24572a
feat(plugins): more refactoring
2016-01-09 23:52:13 +01:00