React-native-chart-kit: How to change axis (for both x and y axis) dotted line to solid line ?

Created on 1 Sep 2020  路  4Comments  路  Source: indiespirit/react-native-chart-kit

Most helpful comment

const chartConfig: AbstractChartConfig = {
  propsForBackgroundLines: {
    strokeDasharray: '', // solid background lines with no dashes
  },
};

All 4 comments

i need to know too

const chartConfig: AbstractChartConfig = {
  propsForBackgroundLines: {
    strokeDasharray: '', // solid background lines with no dashes
  },
};

Hi, whilst this solution works for all lines, is there something that works specifically just for the x axis and ya axis?

Thanks
Abrar

Hi, whilst this solution works for all lines, is there something that works specifically just for the x axis and ya axis?

Thanks
Abrar

I too need the solutions for this @rishab1065 or @Hermanya, @Devorein anybody?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

azui007 picture azui007  路  6Comments

dahudson88 picture dahudson88  路  5Comments

violabg picture violabg  路  6Comments

SyedShahbazHussain picture SyedShahbazHussain  路  4Comments

trungtin2202 picture trungtin2202  路  3Comments