I am using canvasjs-1.9.5.1 and on IE8 the graphs are rendered with black backgrounds behind the text and chart. I have tested this on IE8 and IE11 with Developer Tools set to IE8 mode. The behavior is the same in both versions. Is there something I am doing wrong or is this a bug?
We have just released v1.9.6 GA, which allows you to programmatically export chart as image, print chart, access internally calculated values, etc. Please refer to the release blog for more information.
I tried to use the background color and interlacedColor but failed. If the line alternating color interlacedColor attribute rather too well.
Do not know which attributes to help us change the color of the line did not?
Thanks all.
This reply was modified 7 years, 10 months ago by quocnamvnn.vnn.
You can use stripLine to show different color in plotArea inside chart while using different backgroundColor for entire chart. Please take a look at this fiddle.