PieChart: Progress on new core pie chart (#28020)

Use visx for the Pie chart plugin.

Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
This commit is contained in:
Torkel Ödegaard
2021-02-11 14:32:33 +01:00
committed by GitHub
parent f9199ecc0c
commit cb5928fdb7
15 changed files with 1006 additions and 191 deletions

View File

@@ -670,7 +670,7 @@ func randomWalk(query backend.DataQuery, model *simplejson.Json, index int) *dat
return data.NewFrame("",
data.NewField("time", nil, timeVec),
data.NewField(frameNameForQuery(query, model, 0), parseLabels(model), floatVec),
data.NewField(frameNameForQuery(query, model, index), parseLabels(model), floatVec),
)
}