- Updated Chartkick.js to 2.1.2 - fixes missing zero values for Chart.js
- Added
defer
option - Added
nonce
option - Updated Chartkick.js to 2.1.1
- Use custom version of Chart.js to fix label overlap
- Added basic support for new Google Charts loader
- Added
configure
function - Dropped jQuery and Zepto dependencies for AJAX
- Updated Chart.js to 2.2.2
- Updated Chartkick.js to 2.0.1
- Updated Chart.js to 2.2.1
- Small Chartkick.js fixes
- Updated Chart.js to 2.2.0
- Chart.js is now the default adapter - yay open source!
- Axis types are automatically detected - no need for
discrete: true
- Better date support
- New JavaScript API
- Fixed Sprockets error
- Updated chartkick.js to latest version
- Included
Chart.bundle.js
- Added Chart.js adapter beta
- Fixed line height on timeline charts
- Added
width
option - Added
label
option - Added support for
stacked: false
for area charts - Lazy load adapters
- Better tooltip for dates for Google Charts
- Fixed asset precompilation issue with Rails 5
- Fixed regression with
min: nil
- Added scatter chart
- Added axis titles
- Fixed
except
error when not using Rails
- Fixed blank screen bug
- Fixed language support
- Added timelines
- Added support for multiple groups
- Added
html
option
- Added global options
- Added
colors
option
- Added geo chart
- Added
discrete
option
- Added global
content_for
option - Added
stacked
option
- Added localization for Google Charts
- Added bar chart and area chart
- Resize Google Charts on window resize
- Added content_for option
- Updated chartkick.js to v1.0.1
- Added support for Sinatra
- Added support for Padrino and Rails 2.3+
- Updated chartkick.js to v1.0.1
- Use semantic versioning (no changes)
- Removed
:min => 0
default for charts with negative values - Show legend when data given in
{:name => "", :data => {}}
format
- Fix for
Uncaught ReferenceError: Chartkick is not defined
when chartkick.js is included in the<head>