grafana/public/app/plugins/panel/graph3
Dominik Prokop 7e21863982
GraphNG: Init refactorings and fixes (#29275)
* When comparing field config, shallowly compare custom config

* Refactoring plot init and data update (WIP)

* GraphNG: Fixed points mode

* Fixed min & max from frame config

* Fixed axis left / right auto logic

* Minor tweak to cursor color

* Fixed time axis now that uPlot deals in milliseconds as well

* fixed ts issue

* Updated test

* Fixed axis placement logic again

* Added new unit test for axis placement logic

* Removed unused props

* Fixed zoom issue due to uPlot time resolution change

* Add back millisecond time tick support

* Comment out GraphNG test

* Fixed being able to switch legend on/off

* Updated unit tests

* GraphNG: Fixed hiding axis

* Frame comparison: allow skipping properties

* Update y-axis ranges without reinitializing uPlot

* update snap

* GraphNG: Fixed axis label placement and spacing issues

* update snaps

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-11-23 19:07:02 +01:00
..
img Graph NG WIP (#27572) 2020-09-24 16:44:35 +02:00
plugins GraphNG: Using new VizLayout, moving Legend into GraphNG and some other refactorings (#28913) 2020-11-09 15:31:03 +01:00
GraphPanel.tsx Refactor declarative series configuration to a config builder (#29106) 2020-11-18 11:14:24 +01:00
LayoutBuilder.ts Graph NG WIP (#27572) 2020-09-24 16:44:35 +02:00
module.tsx GraphNG: Init refactorings and fixes (#29275) 2020-11-23 19:07:02 +01:00
plugin.json Graph NG WIP (#27572) 2020-09-24 16:44:35 +02:00
README.md Graph NG WIP (#27572) 2020-09-24 16:44:35 +02:00
types.ts GraphNG: Using new VizLayout, moving Legend into GraphNG and some other refactorings (#28913) 2020-11-09 15:31:03 +01:00

Graph3 Panel - Native Plugin

This is a graph panel exprimenting with the charting library: https://github.com/leeoniya/uPlot