Closed babache closed 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.
I treemap is not included ?