fix import issue caused by renaming
This commit is contained in:
parent
5dc141a14a
commit
9a61ea59b2
@ -2,11 +2,11 @@ import React from 'react';
|
|||||||
import { Path } from 'react-native-svg';
|
import { Path } from 'react-native-svg';
|
||||||
|
|
||||||
import { calculateBarOrigin, drawBarPath } from './custom-bar-utils';
|
import { calculateBarOrigin, drawBarPath } from './custom-bar-utils';
|
||||||
import { ScaleFunction } from './graph-types';
|
import { ScaleBandType, ScaleLinearType, } from './graph-types';
|
||||||
|
|
||||||
interface BarProps {
|
interface BarProps {
|
||||||
scaleX: ScaleFunction;
|
scaleX: ScaleBandType;
|
||||||
scaleY: ScaleFunction;
|
scaleY: ScaleLinearType;
|
||||||
data: { value: number };
|
data: { value: number };
|
||||||
barNumber: number;
|
barNumber: number;
|
||||||
index: number;
|
index: number;
|
||||||
|
Loading…
Reference in New Issue
Block a user