You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While using chartkick.js with Sinatra it seems the charting library being used is Google Charts. I would like to be able to switch between Chart.js, Google Charts, and Highcharts
Describe the solution you'd like
Provide different flavors chartkick.js for different charting libraries
OR
More documentation around how to use the existing chartkick.js with Chart.js and Highcharts. For instance, do other .js files need to be downloaded and included with a script tag? If so, what should be downloaded?
Additional context
For Chart.js I tried the following:
Is your feature request related to a problem? Please describe.
While using
chartkick.js
with Sinatra it seems the charting library being used is Google Charts. I would like to be able to switch between Chart.js, Google Charts, and HighchartsDescribe the solution you'd like
chartkick.js
for different charting librariesOR
chartkick.js
with Chart.js and Highcharts. For instance, do other.js
files need to be downloaded and included with a script tag? If so, what should be downloaded?Additional context
For Chart.js I tried the following:
Chart.min.js
version2.9.3
from a Chart.js CDN (raw file)layout.haml
file (which was previously working, displaying a chart using Google Charts))The text was updated successfully, but these errors were encountered: