grafana/public/app/plugins/panel/graph2
Torkel Ödegaard 61bd33c241
System: Date formating options (#27216)
* Add support for local time formats in graph panel

* Enfore 24h format for backward compatibility

* Use existing Intl.DateTimeFormatOptions

* Pre-generate time scale, add tests

* Move localTimeFormat, add local format to units

* updated default fallback

* #25602, use navigator.languages to enforce locale in formatting

* Making options

* Worked new system settings

* things are working

* Local browser time formats working

* Support parsing dates in different formats

* settings updated

* Settings starting to work

* Fixed graph issue

* Logs fix

* refactored settings a bit

* Updated and name change

* Progress

* Changed config names

* Updated

* Updated

* Updated test

* Synced description

* fixed ts issue

* Added version notice

* Ts fix

* Updated heatmap and test

* Updated snapshot

* Updated

* fixed ts issue

* Fixes

Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com>
2020-09-07 16:19:33 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
getGraphSeriesModel.ts System: Date formating options (#27216) 2020-09-07 16:19:33 +02:00
GraphPanel.tsx FieldOverrides: Move FieldConfigSource from fieldOptions to PanelModel.fieldConfig (#22600) 2020-03-19 11:50:31 +01:00
GraphPanelController.tsx NewPanelEditor/Panels: refactor setDefault to setPanelOptions (#23404) 2020-04-08 19:21:26 +02:00
module.tsx NewPanelEditor/Panels: refactor setDefault to setPanelOptions (#23404) 2020-04-08 19:21:26 +02:00
plugin.json Minor UI touches (#24371) 2020-05-08 12:40:42 +02:00
README.md react panels: working on changing type 2018-07-09 18:17:51 +02:00
types.ts NewPanelEditor/Panels: refactor setDefault to setPanelOptions (#23404) 2020-04-08 19:21:26 +02:00

Text Panel - Native Plugin

The Text Panel is included with Grafana.

The Text Panel is a very simple panel that displays text. The source text is written in the Markdown syntax meaning you can format the text. Read GitHub's Mastering Markdown to learn more.