Home Forums Feature Requests & Feedback only certain modules in Js

only certain modules in Js

Viewing 2 posts - 1 through 2 (of 2 total)
  • #8215

    I am planning to buy a license , But I see js size is 250kb , Where I require only one chart (area) .So I guess remaining part is not useful to me.Is it possible to get only the required part.

    #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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.