Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 8b633da

Browse files
committed
fix import
1 parent 41763d1 commit 8b633da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/hierarchical.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
import * as Chart from 'chart.js';
4-
import {toNodes, countExpanded, resolve, parentsOf, preOrderTraversal, lastOfLevel} from '../utils';
4+
import {toNodes, countExpanded, resolve, parentsOf, preOrderTraversal, lastOfLevel, spanLogic} from '../utils';
55

66

77
function parseFontOptions(options) {

0 commit comments

Comments
 (0)