Currently, the createChartObject() method uses the google.visualization class to create a new object. However, Google has been adding support for their Material Design-based charts, i.e. material charts, for more customization options. However, these material charts make use of the google.charts class. I believe that this would be a nice and relatively simple addition to the package.
Currently, the
createChartObject()
method uses thegoogle.visualization
class to create a new object. However, Google has been adding support for their Material Design-based charts, i.e. material charts, for more customization options. However, these material charts make use of thegoogle.charts
class. I believe that this would be a nice and relatively simple addition to the package.https://github.com/devstark-com/vue-google-charts/blob/4145387749076ab000e667e9e3a363810e99583b/src/components/GChart.vue#L105