[Chartjs]-Reactive Vue Chart.js component using Typescript

5👍

You can explicitly define the function you want to use inside the class BarChart

  public renderChart!: (chartData: any, options: any) => void

Leave a comment