react-native-pure-chart:'不能用作本机方法参数'

时间:2020-05-30 09:08:19

标签: javascript react-native graph arguments

我正在尝试使用react native绘制图形。为此,我正在使用'react-native-pure-chart',但是应用程序将Error设置为{“ top”:“ <>”,“ width”:“ <>“,” height“:” <>“,” borderColor“:-1,” borderTopWidth“:1,” transform“:[{” translateX“:” <>“},{” translateY“:” <> “},{” rotate“:” NaNrad“}]]不能用作本机方法参数,但是没有这样的参数可用于绘制简单的折线图,我应该在其中提供这些值。{{3} }

<PureChart data={sampleData}
       type='line'
       height={200}
       xAxisGridLineColor={'white'}
       yAxisGridLineColor={'white'}
       labelColor={'black'}
       showEvenNumberXaxisLabel={false}
       xAxisColor={'black'}
       yAxisColor={'black'}
       width={'100%'}
       backgroundColor={'white'}
        /> 

0 个答案:

没有答案