-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circle view is not showing for first point of line chart #3881
Comments
I am also seeing this issue in line & scatter charts. |
This looks to be fixed in #3865 |
how to solve this issues still not showing first cirle |
We had the same issue and I'm confirming that #3891 has fixed it. I think this issue can be closed now. |
Its happening again in v 3.2.2 it was working in 3.0.4 |
@sahabe1 have you tried latest pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :commit => '34dafbc6' |
@yas375 I also had this problem with a LineChart and your solution worked for me. After updating the Podfile my application kept crashing when declaring a new LineChartDataSet, but after cleaning the build folder of my app it worked perfectly! |
This worked for me: pod 'Charts', '~> 3.3.0' If |
pod update clear this issue. |
pod 'Charts', '~> 3.3.0' and also pod update |
@praveenkumar5430 |
is this an issue or anything i missed in my code?
The text was updated successfully, but these errors were encountered: