Problem chartkick

Mam pytanie odnośnie gema chartkick udało mi się stworzyć za pomocą zapytania wykres udaje mi się zmienić kolor wykresu ale nie kolor tła pod wykresem używam do tego pliku config/initializers/chartkick.rb który wygląda tak
Chartkick.options = { library: { legend: { enabled: true }, exporting: { enabled: false }, backgroundColor: “red”, height: “300px”, width: “200px”, colors: ["#2c3e50", “#2980b9”, “#e74c3c”, “#c0392b”] } }

mimo że ustawiam kolor tła na czerwony ono nadal pozostaje białe może ktoś miał podobny problem ?

> backgroundColor
> The background color for the main area of the chart. Can be either a simple HTML color string, for example: 'red' or '#00cc00', or an object with the following properties:
> backgroundColor.stroke: The color of the chart border, as an HTML color string.
> backgroundColor.strokeWidth: The border width, in pixels.
> backgroundColor.fill: The chart fill color, as an HTML color string.

wiec może backgroundColor.fill: