react-native-highcharts icon indicating copy to clipboard operation
react-native-highcharts copied to clipboard

added charts datetime localization support

Open SaeedZhiany opened this issue 6 years ago • 0 comments

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>

Screenshot_1563879823

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

Screenshot_1563879791

SaeedZhiany avatar Jul 23 '19 11:07 SaeedZhiany