react-native-charts-wrapper icon indicating copy to clipboard operation
react-native-charts-wrapper copied to clipboard

x-axis label align

Open empiteranga opened this issue 2 years ago • 1 comments

I need to align the x-axis label as I mention in the attached images

Screenshot 2022-08-10 at 9 25 03 AM

x-axis config

 xAxis={{
          enabled: true,
          position: 'BOTTOM',
          drawGridLines: false,
          avoidFirstLastClipping: true,
          granularity: 1,
          granularityEnabled: true,
          labelCountForce: true,
          drawLabels: true,
          fontFamily: 'SonnyCond-Book',
          textSize: scale(10),
          textColor: processColor('#888888'),
          valueFormatter: 'date',
          valueFormatterPattern: xAxisValueFormatterPattern,
          labelCount: 2,
          axisLineColor: processColor('#D7D7D7'),
        }}

Specifications

  • Version: 0.5.7
  • Platform: ios & android
  • Subsystem:

empiteranga avatar Aug 12 '22 03:08 empiteranga

@empiteranga Did you find any resolution for this? Facing same issue

christopher-18 avatar Oct 26 '22 04:10 christopher-18