fix: add flag for time series table (#9798)
This commit is contained in:
parent
1d3b264a36
commit
45c8fcfd92
|
|
@ -25,6 +25,7 @@ const metadata = new ChartMetadata({
|
||||||
name: t('Time-series Table'),
|
name: t('Time-series Table'),
|
||||||
description: '',
|
description: '',
|
||||||
thumbnail,
|
thumbnail,
|
||||||
|
useLegacyApi: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
export default class TimeTableChartPlugin extends ChartPlugin {
|
export default class TimeTableChartPlugin extends ChartPlugin {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue