Updated
over 2 years
ago.
1 hackers ♥️.
1 follower.
Project Description
Goal of this project is to have a simple way to configure the collection of historical data in Rails active record models to render graphs.
My goal is to simply configure which fields/methods to watch, like:
record_time_series_for :users_count
record_time_series_for physical_systems_count: proc { systems.physical.count }
and then render a graph showing the values over time like this:
area_chart subscription.time_series_for_chart(:physical_systems_count)
Example
Resources:
Chartkick: https://chartkick.com/
Looking for hackers with the skills:
This project is part of:
Hack Week 22
Activity
Comments
Be the first to comment!
Similar Projects
This project is one of its kind!