Heatmap: make x axis a time field (#47168)

This commit is contained in:
Ryan McKinley 2022-04-01 13:54:16 -07:00 committed by GitHub
parent 1110666b6b
commit 4c89c8c468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ export function prepConfig(opts: PrepConfigOpts) {
builder.addAxis({
scaleKey: 'x',
placement: AxisPlacement.Bottom,
isTime: true,
theme: theme,
});