mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-13 11:46:55 +01:00
Shorten imports (#7168)
This commit is contained in:
@@ -6,7 +6,7 @@ import Interaction from './core.interaction';
|
||||
import layouts from './core.layouts';
|
||||
import {BasicPlatform, DomPlatform} from '../platform/platforms';
|
||||
import plugins from './core.plugins';
|
||||
import scaleService from '../core/core.scaleService';
|
||||
import scaleService from './core.scaleService';
|
||||
import {getMaximumWidth, getMaximumHeight} from '../helpers/helpers.dom';
|
||||
// @ts-ignore
|
||||
import {version} from '../../package.json';
|
||||
|
||||
Reference in New Issue
Block a user