grafana/public/app/plugins/panel/timeseries
Torkel Ödegaard 54af57b8e6
VisualizationSelection: Real previews of suitable visualisation and options based on current data (#40527)
* Initial pass to move panel state to it's own, and make it by key not panel.id

* Progress

* Not making much progress, having panel.key be mutable is causing a lot of issues

* Think this is starting to work

* Began fixing tests

* Add selector

* Bug fixes and changes to cleanup, and fixing all flicking when switching library panels

* Removed console.log

* fixes after merge

* fixing tests

* fixing tests

* Added new test for changePlugin thunk

* Initial struture in place

* responding to state changes in another part of the state

* bha

* going in a different direction

* This is getting exciting

* minor

* More structure

* More real

* Added builder to reduce boiler plate

* Lots of progress

* Adding more visualizations

* More smarts

* tweaks

* suggestions

* Move to separate view

* Refactoring to builder concept

* Before hover preview test

* Increase line width in preview

* More suggestions

* Removed old elements of onSuggestVisualizations

* Don't call suggestion suppliers if there is no data

* Restore card styles to only borders

* Changing supplier interface to support data vs option suggestion scenario

* Renamed functions

* Add dynamic width support

* not sure about this

* Improve suggestions

* Improve suggestions

* Single grid/list

* Store vis select pane & size

* Prep for option suggestions

* more suggestions

* Name/title option for preview cards

* Improve barchart suggestions

* Support suggestions when there are no data

* Minor change

* reverted some changes

* Improve suggestions for stacking

* Removed size option

* starting on unit tests, hit cyclic dependency issue

* muuu

* First test for getting suggestion seems to work, going to bed

* add missing file

* A basis for more unit tests

* More tests

* More unit tests

* Fixed unit tests

* Update

* Some extreme scenarios

* Added basic e2e test

* Added another unit test for changePanelPlugin action

* More cleanup

* Minor tweak

* add wait to e2e test

* Renamed function and cleanup of unused function

* Adding search support and adding search test to e2e test
2021-10-25 13:55:06 +02:00
..
__snapshots__ Timeseries: migrate log scale (#37771) 2021-08-11 00:23:12 -07:00
img
overrides PieChart: move hiding series to PanelContext (#33756) 2021-05-06 12:22:03 -07:00
plugins A11y/Menu: Add keyboard support to Menu component (#38974) 2021-09-20 09:08:46 +01:00
config.ts A11y/Dashboard: Fix misc. fastpass issues (#40296) 2021-10-12 13:26:01 +01:00
FillBelowToEditor.tsx Select: Make portalling the menu opt-in, but opt-in *everywhere* (#37501) 2021-08-04 15:47:53 +01:00
LayoutBuilder.ts
LineStyleEditor.tsx Schema: move existing grafana/ui models into schema (#38469) 2021-08-24 08:22:34 -07:00
migrations.test.ts Timeseries: migrate log scale (#37771) 2021-08-11 00:23:12 -07:00
migrations.ts Schema: unify bar/point/etc visibility modes (#39378) 2021-09-20 12:25:56 -07:00
models.cue Rename Family to Panel in models.cue (#39111) 2021-09-12 14:34:33 -04:00
module.tsx VisualizationSelection: Real previews of suitable visualisation and options based on current data (#40527) 2021-10-25 13:55:06 +02:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
SpanNullsEditor.tsx PanelEdit: fixes search bar not behaving correctly (#34391) 2021-05-19 15:02:40 +01:00
suggestions.ts VisualizationSelection: Real previews of suitable visualisation and options based on current data (#40527) 2021-10-25 13:55:06 +02:00
ThresholdsStyleEditor.tsx A11y/Dashboard: Fix misc. fastpass issues (#40296) 2021-10-12 13:26:01 +01:00
TimeSeriesPanel.tsx VisualizationSelection: Real previews of suitable visualisation and options based on current data (#40527) 2021-10-25 13:55:06 +02:00
types.ts Schema: create a new schema package for basic models (#38409) 2021-08-23 13:03:41 -07:00
utils.test.ts GraphNG: Handle infinite numbers as nulls when converting to plot array (#35638) 2021-06-15 15:00:09 -05:00
utils.ts VisualizationSelection: Real previews of suitable visualisation and options based on current data (#40527) 2021-10-25 13:55:06 +02:00

Timeseries Panel - Native Plugin

This panel allows visualizing timeseries data