MarketTrend: add new alpha panel (#40909)

This commit is contained in:
Leon Sorokin
2021-11-05 18:01:26 -07:00
committed by GitHub
parent af61839a26
commit f0a108afb3
26 changed files with 2991 additions and 64 deletions
@@ -8,6 +8,7 @@ import (
pdashlist "github.com/grafana/grafana/public/app/plugins/panel/dashlist:grafanaschema"
pgauge "github.com/grafana/grafana/public/app/plugins/panel/gauge:grafanaschema"
phistogram "github.com/grafana/grafana/public/app/plugins/panel/histogram:grafanaschema"
pmt "github.com/grafana/grafana/public/app/plugins/panel/market-trend:grafanaschema"
pnews "github.com/grafana/grafana/public/app/plugins/panel/news:grafanaschema"
pstat "github.com/grafana/grafana/public/app/plugins/panel/stat:grafanaschema"
st "github.com/grafana/grafana/public/app/plugins/panel/state-timeline:grafanaschema"
@@ -31,6 +32,7 @@ Family: dashboard.Family & {
dashlist: pdashlist.Panel
gauge: pgauge.Panel
histogram: phistogram.Panel
"market-trend": pmt.Panel
news: pnews.Panel
stat: pstat.Panel
"state-timeline": st.Panel