zingchart / zingchart-vue

A Vue component to create charts with ZingChart
https://www.zingchart.com/docs/integrations/vue
MIT License
26 stars 5 forks source link

Treemap #20

Closed babache closed 7 months ago

babache commented 3 years ago

I treemap is not included ?

lasabahebwa commented 7 months ago

Yes, the treemap module is included. Usually, users run into an error when they forget to include the treemap module to the vue component i.e.

import 'zingchart/modules-es6/zingchart-treemap.min.js';

In this demo, I included the treemap module and everything works great. You might want to use it for reference. You will need to install dependencies with npm install and the npm run dev to see the app in the browser.

ztm