replace uplot lib with npm package
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import uPlot from '../lib/uPlot.esm'
|
||||
import uPlot from 'uplot'
|
||||
|
||||
import { RelativeScale } from './scale'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import uPlot from '../lib/uPlot.esm'
|
||||
import uPlot from 'uplot'
|
||||
|
||||
import { RelativeScale } from './scale'
|
||||
|
||||
|
Reference in New Issue
Block a user