ankane / chartkick

Create beautiful JavaScript charts with one line of Ruby
https://chartkick.com
MIT License
6.33k stars 565 forks source link

Fix for Turbo #610

Open wilg opened 1 year ago

wilg commented 1 year ago

Implemented the solution proposed in https://github.com/ankane/chartkick/issues/608

Closes #608

Salomanuel commented 1 year ago

using gem "chartkick", git: "https://github.com/wilg/chartkick", branch: "wilg/turbo"

still results in this instead of the graph: Loading...

is there anything else I should do to get the graph to finally show up?