-
-
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
CandleStick fill colors not showing #2742
Comments
Have you checked ChartsDemo? |
Yes @liuxuan30 I followed everything in the CandleStickChartViewController.m file |
Can you at least draw the same candles like ChartsDemo? It's really not easy to know what happened with your code. |
Just figured out the issue was because my x values were too big. I was trying to use timestamps as my x values and when I changed the x values to indexes of the array, the candles started to show properly. |
Just ran into this same problem 😂 |
I am trying to present financial data in a CandleStick chart with the increasing fill color being green and the decreasing fill color being red. However the resulting chart ends up looking like this: https://s3.amazonaws.com/pearlventures/Screen+Shot+2017-08-21+at+6.37.24+PM.png
And here is the code concerning the chart:
The text was updated successfully, but these errors were encountered: