first commit
This commit is contained in:
10
wwwroot/lib/chart-js/scales/scale.linear.d.ts
vendored
Normal file
10
wwwroot/lib/chart-js/scales/scale.linear.d.ts
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