Commit 6ee11f11 by Torkel Ödegaard

heatmap: minor update

parent f167d459
......@@ -26,7 +26,7 @@ export class AxesEditorCtrl {
this.dataFormats = {
'Time series': 'timeseries',
'Time series Pre-bucketed': 'tsbuckets'
'Time series buckets': 'tsbuckets'
};
}
......
......@@ -30,11 +30,6 @@ let panelDefaults = {
dataFormat: 'timeseries',
xAxis: {
show: true,
buckets: {
mode: 'count',
count: null,
size: null,
},
},
yAxis: {
show: true,
......@@ -44,13 +39,12 @@ let panelDefaults = {
splitFactor: null,
min: null,
max: null,
buckets: {
mode: 'count',
count: null,
size: null,
},
removeZeroValues: false
},
xBucketSize: null,
xBucketNumber: null,
yBucketSize: null,
yBucketNumber: null,
tooltip: {
show: true,
seriesStat: false,
......
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