New to Rails. How can I export data from my database( I'm using Sqlite3) into a chart in rails? I have 2 columns I would like to visualizes, Timestamps and Decimal values.
I have seen plenty of examples on how to display data with Google Charts in rails, but never data from a db.
Any instruction or examples would be appreciated.