条形图:如何在每个条形图的顶部显示y值(react-native-pure-chart)

时间:2020-09-07 13:51:19

标签: reactjs react-native react-native-android react-native-chart-kit

如何在栏顶部显示Y值。 Npm 反应本机纯图表

 <PureChart
              height={180}
              defaultColumnWidth={20}
              data={salesData}
              defaultColumnMargin={7}
              type="bar"
              numberOfYAxisGuideLine={5}
              showEvenNumberXaxisLabel={false}

            />

请在此处查看图片Charts

0 个答案:

没有答案