mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
don't use process timeseries
This commit is contained in:
@@ -29,7 +29,7 @@ export class PieChartPanel extends PureComponent<Props> {
|
||||
const serie = vmSeries[i];
|
||||
if (serie) {
|
||||
datapoints.push({
|
||||
value: serie.stats[valueOptions.stat],
|
||||
value: 7, // serie.stats[valueOptions.stat],
|
||||
name: serie.label,
|
||||
color: serie.color,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user