Use correct object in test for 'highcharts'.

This commit is contained in:
Daniel Rosenwasser
2015-08-07 15:03:16 -07:00
parent dd12455c4a
commit 6c2a9bd4a2

View File

@@ -112,9 +112,7 @@ var chart2 = new Highcharts.Chart({
});
chart1.exportChart(null, {
chart: {
backgroundColor: '#FFFFFF'
}
backgroundColor: '#FFFFFF'
});