Commit a4a10f2b by utkarshcmu

Fixed #9636

parent 4d723236
......@@ -130,7 +130,7 @@ class SingleStatCtrl extends MetricsPanelCtrl {
seriesHandler(seriesData) {
var series = new TimeSeries({
datapoints: seriesData.datapoints,
datapoints: seriesData.datapoints || [],
alias: seriesData.target,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment