Hi. Using micropython on a RPi Pico W.
Plotly working great when online. But I would also like to use my project in AP mode (so no internet connection).
My html loads
<script src='https://cdn.plot.ly/plotly-2.16.1.min.js'></script>
This .js file is 3.5mb, so I cant use it on the Pico.
Is there some way of just getting an indicator gauge?
Thanks!