You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is my project: https://github.com/akshaynexus/CryptoEye-iOS
so i implemented your chart lib successfully,but when i need to use a array that contains strings that should be used in the xAxis vales,i tried using [ChartIndexAxisValueFormatter withValues:array];,it just results in no values for x axis,the array "array" does contain strings.
Here is my project: https://github.com/akshaynexus/CryptoEye-iOS
so i implemented your chart lib successfully,but when i need to use a array that contains strings that should be used in the xAxis vales,i tried using [ChartIndexAxisValueFormatter withValues:array];,it just results in no values for x axis,the array "array" does contain strings.
`LineChartView *linechart =[[LineChartView alloc] initWithFrame:self.refView4Chart.frame];
The text was updated successfully, but these errors were encountered: