Skip to content
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

Closed
praveenkumar5430 opened this issue Mar 5, 2019 · 11 comments
Closed

Circle view is not showing for first point of line chart #3881

praveenkumar5430 opened this issue Mar 5, 2019 · 11 comments

Comments

@praveenkumar5430
Copy link

simulator screen shot - iphone xs max - 2019-03-05 at 15 47 52

is this an issue or anything i missed in my code?

@phughes
Copy link
Contributor

phughes commented Mar 6, 2019

I am also seeing this issue in line & scatter charts.

@phughes
Copy link
Contributor

phughes commented Mar 6, 2019

This looks to be fixed in #3865

@sahabe1
Copy link

sahabe1 commented Mar 7, 2019

how to solve this issues still not showing first cirle

@yas375
Copy link
Contributor

yas375 commented Mar 12, 2019

We had the same issue and I'm confirming that #3891 has fixed it.

I think this issue can be closed now.

@sahabe1
Copy link

sahabe1 commented Mar 13, 2019

Its happening again in v 3.2.2 it was working in 3.0.4

@yas375
Copy link
Contributor

yas375 commented Mar 13, 2019

@sahabe1 have you tried latest master of the library? It has fixed the problem for me. There was no new release since it was fixed yet. So you will need to do something like this in order to pick it up:

pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :commit => '34dafbc6'

@NektariosEvangelou
Copy link

@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!

@ZaidSA
Copy link

ZaidSA commented May 3, 2019

This worked for me:

pod 'Charts', '~> 3.3.0'

If pod install doesn't work try pod install --repo-update.

@SangKarthi94
Copy link

pod update clear this issue.

@parveencse
Copy link

pod 'Charts', '~> 3.3.0' and also pod update
it works for me..thanks @ZaidSA

@mostafatabal
Copy link

@praveenkumar5430
can give me code of line chart draw please I want to add label on x axis as you did (Jan , Feb ) like that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants