grafana/public/app/features/dashboard/dashgrid
Ryan McKinley ff6b8c5adc DataLinks: enable data links in Gauge, BarGauge and SingleStat2 panel (#18605)
* datalink on field

* add dataFrame to view

* Use scoped variables to pass series name and value time to data links interpolation

* Use scoped variables to pass series name and value time to data links interpolation

* Enable value specific variable suggestions when Gauge is displaying values

* Fix prettier

* Add basic context menu with data links to GaugePanel

* Fix incorrect import in grafana/ui

* Add custom cursor indicating datalinks available via context menu (in Gauge only now)

* Add data links to SingleStat2

* Minor refactor

* Retrieve data links in a lazy way

* Update test to respect links retrieval being lazy

* delay link creation

* cleanup

* Add origin to LinkModel and introduce field & panel links suppliers

* Add value time and series name field link supplier

* Remove links prop from visualization and implement common UI for data links context menu

* Update snapshot

* Rename className prop to clickTargetClassName

* Simplify condition

* Updated drilldown dashboard and minor changes

* Use class name an onClick handler on the top level dom element in visualization

* Enable series name interpolation when presented value is a calculation
2019-08-28 08:50:43 +02:00
..
__snapshots__ Graph: Add data links feature (click on graph) (#17267) 2019-06-25 11:38:51 +02:00
PanelHeader DataLinks: enable data links in Gauge, BarGauge and SingleStat2 panel (#18605) 2019-08-28 08:50:43 +02:00
DashboardGrid.test.tsx Chore: noImplicitAny Sub 500 errors (#18287) 2019-07-30 15:49:32 +02:00
DashboardGrid.tsx Chore: Revert React 16.9.0 bump (#18634) 2019-08-20 11:14:53 +02:00
DashboardPanel.tsx SingleStat: add a gauge migration call to action button in the editor (#18604) 2019-08-18 15:01:07 -07:00
PanelChrome.test.tsx refactor: Merge PanelChrome and DataPanel, do query execution in PanelQueryRunner (#16632) 2019-04-17 10:51:50 -07:00
PanelChrome.tsx Explore: Replaces TimeSeries with GraphSeriesXY (#18475) 2019-08-13 07:32:43 +02:00
PanelPluginError.tsx Plugins: show a clear error on the plugin page when it failed to load (#18733) 2019-08-26 23:43:45 -07:00
PanelResizer.tsx Chore: noImplicitAny Sub 500 errors (#18287) 2019-07-30 15:49:32 +02:00