mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Heatmap: make x axis a time field (#47168)
This commit is contained in:
parent
1110666b6b
commit
4c89c8c468
@ -126,6 +126,7 @@ export function prepConfig(opts: PrepConfigOpts) {
|
|||||||
builder.addAxis({
|
builder.addAxis({
|
||||||
scaleKey: 'x',
|
scaleKey: 'x',
|
||||||
placement: AxisPlacement.Bottom,
|
placement: AxisPlacement.Bottom,
|
||||||
|
isTime: true,
|
||||||
theme: theme,
|
theme: theme,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user