react-native-highcharts
react-native-highcharts copied to clipboard
added charts datetime localization support
By this PR we can pass a locale String as prop and all data and time will be localized
props name: locale and it is optional for backward compatibility
By using this code
<ChartView style={{height:300}} config={conf} options={options} stock={true} **locale={'fa'}**></ChartView>

<ChartView style={{height:300}} config={conf} options={options} stock={true}></ChartView>
