FIN INIT
This commit is contained in:
10
node_modules/chart.js/dist/scales/scale.linear.d.ts
generated
vendored
Normal file
10
node_modules/chart.js/dist/scales/scale.linear.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
export default class LinearScale extends LinearScaleBase {
|
||||
static id: string;
|
||||
/**
|
||||
* @type {any}
|
||||
*/
|
||||
static defaults: any;
|
||||
getPixelForValue(value: any): number;
|
||||
getValueForPixel(pixel: any): number;
|
||||
}
|
||||
import LinearScaleBase from "./scale.linearbase.js";
|
Reference in New Issue
Block a user