how to make axises invisible in victory native?

16 Views Asked by At

I'm trying to build a chart where those 2 black axises will be invisible but I can't find a way to do so. I was trying to use themeon both VictoryChart and VictoryAxis but it's not working. Also I was trying to do that:

 style={{
        parent: {
          borderWidth: 0
        },
      }}

on VictoryChart.

enter image description here

EDIT: I removed those base lines by adding axis: {stroke: 'transparent'} to VictoryAxis style.

0

There are 0 best solutions below