A quickstart Vue project that shows how to customize the appearance of a Vue Heatmap Chart using bubbles. It also demonstrates the different types of bubble types.
Refer to the following documentation to learn about the Vue HeatMap Chart component: https://ej2.syncfusion.com/vue/documentation/heatmap-chart/bubble-heatmap
Check out this online example of the Vue HeatMap Chart Component: https://ej2.syncfusion.com/vue/demos/#/material3/heatmap/bubble-types.html
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the how-to-customize-the-appearance-of-a-vue-heatmap-chart-using-bubbles repository and then open it in Visual Studio Code. Now, simply install all the necessary vue packages into your current project using the npm install command and run your project using the npm run dev command.