I'm using chartkick in a rails 4.1, and for some reason I cannot change the background image!
My config file enacts everything except for the background transparency. Any assistance would be excellent.
My config file:
Chartkick.options = { library: { legend: { enabled: true }, exporting: { enabled: false }, backgroundColor: "transparent", height: "300px", width: "200px", colors: ["#2c3e50", "#2980b9", "#e74c3c", "#c0392b"] } }
Thanks!!