Files
osem/config/initializers/chartkick.rb
James Mason 516e53d9df Use chartkick globally
* Clean up legacy charting imports
* Update existing donut and line charts
* Create helpers for parsing out existing chart data
* Move chart partials to a more common path
2018-12-30 16:57:22 -08:00

5 lines
74 B
Ruby

Chartkick.options = {
height: '150px',
content_for: :charts_js
}