Skip to content

Commit

Permalink
fix: Fix type script definition for addPlugin method (apertureless#564
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yoyoys authored and apertureless committed Oct 26, 2019
1 parent f65adb3 commit 3065d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { ChartData, ChartOptions } from 'chart.js';

/** vue-chartjs component common definition */
export declare class BaseChart extends Vue {
addPlugin (plugin?: string[]): void
addPlugin (plugin?: object): void
renderChart (chartData: ChartData, options?: ChartOptions): void
}

0 comments on commit 3065d70

Please sign in to comment.