Home Forums Feature Requests & Feedback only certain modules in Js Reply To: only certain modules in Js

#8234

Hi,

In the source code each chart type’s rendering method is named as render[chart type]. For example renderLine, renderSpline, etc. You can delete any of these (and minify) without causing problem as long as you don’t use respective chart type. This is the simplest optimization that you can do quickly.


Sunil Urs