mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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