For a standard chart, I just need to use the setOptions method
curChart.setOptions({ theme: "black"});
However, when I try this for a stock chart, I get a null reference error.
I looked at the documentation of the stock chart and it doesn't mention having the setOptions method.
Is it possible to change the theme?
curChart.setOptions({ theme: "black"});
However, when I try this for a stock chart, I get a null reference error.
I looked at the documentation of the stock chart and it doesn't mention having the setOptions method.
Is it possible to change the theme?