In my vuejs project how to use google data-table chart? Google data-table chart link given below: https://developers.google.com/chart/interactive/docs/gallery/table
I can implement this chart in normal javascript code. But how to use in vuejs code.
In my vuejs project how to use google data-table chart? Google data-table chart link given below: https://developers.google.com/chart/interactive/docs/gallery/table
I can implement this chart in normal javascript code. But how to use in vuejs code.
You can use your own component. Here I have made one simple example.