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'),
|
||||
description: '',
|
||||
thumbnail,
|
||||
useLegacyApi: true,
|
||||
});
|
||||
|
||||
export default class TimeTableChartPlugin extends ChartPlugin {
|
||||
|
|
|
|||
Loading…
Reference in New Issue