uPlot
uPlot copied to clipboard
How to minimize library size if I want to use only line charts functionality ?
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.