Live data from Hacker News

Show HN: Create Javascript charts with one line of Ruby

ankane.github.io

1–10 of 64 posts

Re: Show HN: Create Javascript charts with one line of Ruby

#10
post #6

The ruby wrapper lib around the JS is dead simple. Could be ported to any language with ease. Very nice work! https://github.com/ankane/chartkick/blob/master/lib/chartkic...

Thanks! I started out heavy on the Ruby side but moved most logic to the JS to make AJAX charts dead simple to implement. (render :json => chart_data)
Post reply on HN