UNPKG
@aram-zahedi/vue-chartjs
Version:
latest (3.5.1)
3.5.1
Vue.js wrapper for chart.js for creating beautiful charts.
vue-chartjs.org
apertureless/vue-chartjs
@aram-zahedi/vue-chartjs
/
types
/
components.d.ts
9 lines
(7 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import Vue
from
'vue'
import
'chart.js'
/** vue-chartjs component common definition */
export
declare
class
BaseChart
extends
Vue
{
addPlugin
(plugin?:
object
):
void
renderChart
(
chartData
: Chart.ChartData, options?: Chart.ChartOptions):
void
}