UNPKG

@grigorov-it/mazer

Version:

Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page

11 lines (10 loc) 282 B
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";