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
I set all of the graphs to use the right side y axis except for the first line graph; I'm not sure why the behavior is different on ios and what I can do to make them similar. I thinsk it has to do with axis dependency not working properly on ios? (When I zoom into the ios chart, I can see my other graphs that are displayed properly in the Android version).
If you have seen this issue could you steer me in the right direction? I'm not sure how to resolve this problem.
Thanks,
The text was updated successfully, but these errors were encountered:
I reproduced the problem, and I found it works well in another branch upgrade_to_charts_3.0.5
You can try this branch manually (It requires swift 4), but notice this branch is not released yet, and Charts 3.0.5 has some other bugs. and the legend -> position property is replaced.
Hello,
I have a CombinedChart that shows up just fine in my Android Project but does not display properly on ios.
Android:
ios :
Here is my attached code for my constructor :
constructor() {
super();
this.state = {
isLoading: true,
}
and where I set the chart data:
this.setState(
{
isLoading: false,
I set all of the graphs to use the right side y axis except for the first line graph; I'm not sure why the behavior is different on ios and what I can do to make them similar. I thinsk it has to do with axis dependency not working properly on ios? (When I zoom into the ios chart, I can see my other graphs that are displayed properly in the Android version).
If you have seen this issue could you steer me in the right direction? I'm not sure how to resolve this problem.
Thanks,
The text was updated successfully, but these errors were encountered: