Bar chart: How to show y values on top of the every bar(react-native-pure-chart)

218 Views Asked by At

How to display Y-values on top of the bar. Npm react-native-pure-chart

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

            />

Please check Image Here Charts

0

There are 0 best solutions below