ankane / chartkick

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

Support for polar (spiderweb) charts #606

Closed aliciapaz closed 1 year ago

aliciapaz commented 1 year ago

Any chance you could add support for polar charts, such as the one below? I'm using Highcharts and I'd like to have these charts in active admin without too much custom javascript.

image

I saw there is a similar request on bubble charts and someone made a monkey patch for it https://github.com/ankane/chartkick/issues/235#issuecomment-568140130

If you think this adds value I could make a PR. Otherwise I will just add the patch to my project. Thanks!

aliciapaz commented 1 year ago

Nevermind. I achieved what I needed using Vega. Thanks for such an amazing work on these gems ❤️ 🤟🏽