FormidableLabs/victory-native-xl

Inclusion of images on x-axis and y-axis labels

Closed this issue · 1 comments

Currently only accepting text for both axis labels

Inside CartesianAxis.tsx

<Image
          image={contentY}
          width={20}
          height={25} 
          x={labelX}
          y={labelY}
        />
zibs commented

Closing in favour of #309