fix: add flag for time series table (#9798)

This commit is contained in:
Krist Wongsuphasawat 2020-05-13 13:27:43 -07:00 committed by GitHub
parent 1d3b264a36
commit 45c8fcfd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ const metadata = new ChartMetadata({
name: t('Time-series Table'),
description: '',
thumbnail,
useLegacyApi: true,
});
export default class TimeTableChartPlugin extends ChartPlugin {