Prevent unneccessary re-renders
This commit is contained in:
@@ -53,4 +53,4 @@ export function toPlottableValue(value: any): number | undefined {
|
||||
|
||||
export function isPlottable(value: any) {
|
||||
return !isNaN(toPlottableValue(value) as any)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user