mirror of
https://github.com/grafana/grafana.git
synced 2024-12-26 00:41:20 -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({
|
||||
scaleKey: 'x',
|
||||
placement: AxisPlacement.Bottom,
|
||||
isTime: true,
|
||||
theme: theme,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user