|
|
@@ -20,8 +20,8 @@ import {
|
|
|
fixColumeStackData,
|
|
|
fixColumeMeterData,
|
|
|
fixBarData,
|
|
|
- fillCustomColor,
|
|
|
-} from '../u-charts';
|
|
|
+} from '../helper-functions/data-fixers';
|
|
|
+import { fillCustomColor } from '../data-processing/series-calculator';
|
|
|
import { drawToolTipSplitArea, drawBarToolTipSplitArea } from './common-renderer';
|
|
|
import { assign } from '../config';
|
|
|
import { hexToRgb } from '../utils/color';
|