Skip to content

Commit

Permalink
fix unexpected lib import #414
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jun 4, 2021
1 parent 66ebddc commit 2fa096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/common/PointsBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import LabelsBuilder from '../../component/common/LabelsBuilder';
import Matrix4 from 'claygl/src/math/Matrix4';
import retrieve from '../../util/retrieve';
import { getItemVisualColor, getItemVisualOpacity } from '../../util/visual';
import { getVisualColor, getVisualOpacity } from '../../../lib/util/visual';
import { getVisualColor, getVisualOpacity } from '../../util/visual';

var SDF_RANGE = 20;

Expand Down

0 comments on commit 2fa096a

Please sign in to comment.