wire uPlot tooltips into the existing tooltip system
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
class RelativeScale {
|
||||
export class RelativeScale {
|
||||
static scale (data, tickCount) {
|
||||
const [min, max] = RelativeScale.calculateBounds(data)
|
||||
|
||||
@ -49,5 +49,3 @@ class RelativeScale {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = RelativeScale
|
||||
|
Reference in New Issue
Block a user