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:
co-authored by
Oscar Kilhed
parent
f9199ecc0c
commit
cb5928fdb7
@@ -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),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user