vendor/assets/javascripts/chart.js in active_frontend-6.6.2 vs vendor/assets/javascripts/chart.js in active_frontend-7.0.0

- old
+ new

@@ -47,11 +47,11 @@ scaleStepWidth: null, // Number - The scale starting value scaleStartValue: null, // String - Colour of the scale line - scaleLineColor: "rgba(230,237,242,1)", + scaleLineColor: "rgba(235,240,243,1)", // Number - Pixel width of the scale line scaleLineWidth: 1, // Boolean - Whether to show labels on the scale @@ -1908,11 +1908,11 @@ //Boolean - Whether grid lines are shown across the chart scaleShowGridLines : true, //String - Colour of the grid lines - scaleGridLineColor : "rgba(230,237,242,1)", + scaleGridLineColor : "rgba(235,240,243,1)", //Number - Width of the grid lines scaleGridLineWidth : 1, //Boolean - If there is a stroke on each bar @@ -2385,11 +2385,11 @@ ///Boolean - Whether grid lines are shown across the chart scaleShowGridLines : true, //String - Colour of the grid lines - scaleGridLineColor : "rgba(230,237,242,1)", + scaleGridLineColor : "rgba(235,240,243,1)", //Number - Width of the grid lines scaleGridLineWidth : 1, //Boolean - Whether the line is curved between points @@ -2990,10 +2990,10 @@ // Boolean - Whether the scale should begin at zero scaleBeginAtZero : true, //String - Colour of the angle line - angleLineColor : "rgba(230,237,242,1)", + angleLineColor : "rgba(235,240,243,1)", //Number - Pixel width of the angle line angleLineWidth : 1, //String - Point label font declaration \ No newline at end of file