replace uplot lib with npm package

This commit is contained in:
Nick Krecklow
2020-05-12 19:50:28 -05:00
parent 8bfd297008
commit 7fd0117f74
8 changed files with 11 additions and 2645 deletions

View File

@ -1,4 +1,4 @@
import uPlot from '../lib/uPlot.esm'
import uPlot from 'uplot'
import { RelativeScale } from './scale'

View File

@ -1,4 +1,4 @@
import uPlot from '../lib/uPlot.esm'
import uPlot from 'uplot'
import { RelativeScale } from './scale'