reports_kit
reports_kit copied to clipboard
Beautiful, interactive charts and tables for Ruby on Rails
How can I load the yml reports definition from DB instead of files? This will allow to build/update on the fly reports without restarting the server. Any idea ? Thanks...
Hi, Rails 6 is using webpacker for javascript assets. Sprockets js assets pipeline is removed from Rails 6. How to use this gem in Rails 6 ? Thanks.
(Just to make sure) Am I right that reports_kit can't generate monthly reports?
Added adapter for MS SQL SERVER
Hi, I have two issue using reportskit, 1. data_method class is not accessible in YML templete, i have created a class in app/services folder, i return sample array in the...
From the guide, I can see `aggregation` being used with date fields. It's not working when I apply it with other integer/decimal fields. For example: ``` include ReportsKit::Model reports_kit do...
Hi, is there a way to display large figures in the table with a comma to make them easy to understand at first glace? I know in the views I...
[Need help] How to create report with Hour (1 .. 24 hours) in Y axis and Date(Created At) in X axis
Hi, I would like to create report where I need to know how many users created in which hour of the day. Ex: If 2 users created at 1:10 pm...
Hi, Any ideas on how to reload the YML configuration on demand, without restarting the server? If any yaml configuration files are generated on the fly, need to be reloaded....
Let's say in my database I have a table called Posts. Each post has a user_id, created_at datetime, and a post content. I want to make a simple table that...