ankane / chartkick

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

fix: remove importmap check #580

Closed coder2000 closed 2 years ago

coder2000 commented 2 years ago

Remove check for Importmap class. Fixes #579

ankane commented 2 years ago

Hey @coder2000, thanks for the PR. I think we should keep the check, but move it inside the block (and remove the after option from the initializer).

coder2000 commented 2 years ago

That works too

ankane commented 2 years ago

Thanks!