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
Describe the bug
When adding example data to application to produce multiple Y-Axes then it does not work and produces error undefined method 'first' for 1.4:Float
To Reproduce
Steps to reproduce the behavior:
copy code to your app
visit page
Expected behavior
Should see same chart as given in readme file
Additional context
And even if I do something like this, then the opposite yaxis still wont appear
Oh, I just noticed that actually these changes are still only in master branch and not in any latest version. Also FYI version 1.11.0 needs try schema version which requires ruby 2.6.0. I'm using ruby 2.5 so that is at least blocked also for me. Please update the gem requirements.
Describe the bug
When adding example data to application to produce multiple Y-Axes then it does not work and produces error
undefined method 'first' for 1.4:Float
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should see same chart as given in readme file
Additional context
And even if I do something like this, then the opposite yaxis still wont appear
It would be nice if there would be actually example for combo_chart chart also
The text was updated successfully, but these errors were encountered: