We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
addPlugin
1 parent f65adb3 commit 3065d70Copy full SHA for 3065d70
types/components.d.ts
@@ -3,6 +3,6 @@ import { ChartData, ChartOptions } from 'chart.js';
3
4
/** vue-chartjs component common definition */
5
export declare class BaseChart extends Vue {
6
- addPlugin (plugin?: string[]): void
+ addPlugin (plugin?: object): void
7
renderChart (chartData: ChartData, options?: ChartOptions): void
8
}
0 commit comments