You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running your excellent chart code on ESP32 micro controller but I do not need all features except simple line charts. Since it is running on micro controller with limited flash I would like to reduce size of javascript and css files.
Is it possible to make it barebones like around 20kb? If so how can I do it.
Thanks.
The text was updated successfully, but these errors were encountered:
i wouldn't recommend excluding time or legend features, it will probably cause errors since those are more deeply integrated and i havent checked if all the necessary ifdefs are there currently.
i just tried it and this only saves about 7kb in total (50kb -> 43kb). looking through what remains, there are no obvious things that can be removed easily i'm afraid
I am running your excellent chart code on ESP32 micro controller but I do not need all features except simple line charts. Since it is running on micro controller with limited flash I would like to reduce size of javascript and css files.
Is it possible to make it barebones like around 20kb? If so how can I do it.
Thanks.
The text was updated successfully, but these errors were encountered: