leeoniya / uPlot

📈 A small, fast chart for time series, lines, areas, ohlc & bars
MIT License
8.51k stars 371 forks source link

Add usage to readme #873

Closed OR13 closed 8 months ago

OR13 commented 8 months ago

include install copy pastes for npm, yarn, etc.... include cdn hosted versions, include a minimal example, and link to your examples page for more

OR13 commented 8 months ago

https://www.jsdelivr.com/package/npm/uplot

OR13 commented 8 months ago
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uplot@1.6.25/dist/uPlot.min.css">
    <script type="module">
      import uplot from 'https://cdn.jsdelivr.net/npm/uplot@1.6.25/+esm'
    </script>
OR13 commented 8 months ago

nvm, I found https://github.com/leeoniya/uPlot/tree/master/docs