mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TrendPanel: Add new trend panel (Alpha) (#65740)
This commit is contained in:
@@ -66,6 +66,7 @@ import * as tablePanel from 'app/plugins/panel/table/module';
|
||||
import * as textPanel from 'app/plugins/panel/text/module';
|
||||
import * as timeseriesPanel from 'app/plugins/panel/timeseries/module';
|
||||
import * as tracesPanel from 'app/plugins/panel/traces/module';
|
||||
import * as trendPanel from 'app/plugins/panel/trend/module';
|
||||
import * as welcomeBanner from 'app/plugins/panel/welcome/module';
|
||||
import * as xyChartPanel from 'app/plugins/panel/xychart/module';
|
||||
|
||||
@@ -106,6 +107,7 @@ const builtInPlugins: any = {
|
||||
|
||||
'app/plugins/panel/text/module': textPanel,
|
||||
'app/plugins/panel/timeseries/module': timeseriesPanel,
|
||||
'app/plugins/panel/trend/module': trendPanel,
|
||||
'app/plugins/panel/state-timeline/module': stateTimelinePanel,
|
||||
'app/plugins/panel/status-history/module': statusHistoryPanel,
|
||||
'app/plugins/panel/candlestick/module': candlestickPanel,
|
||||
|
||||
Reference in New Issue
Block a user