Ovilia edited a comment on issue #10732: Treemap- SVG -Labels not fit in treemap blocks URL: https://github.com/apache/incubator-echarts/issues/10732#issuecomment-508011356 @Monali-ITT I fixed it in https://github.com/ecomfe/zrender/pull/482 . It will not be included in the next release since we are already testing the next release. But you can build it by yourself. Here's how to build it: ``` cd xxx git clone [email protected]:ecomfe/zrender.git cd zrender npm i git fetch origin git checkout -b fix-10732 origin/fix-10732 cd xxx (the same path) git clone [email protected]:apache/incubator-echarts.git cd incubator-echarts npm i node build/build.js --release ``` The built files are under `dist`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
