vendor/assets/javascripts/_chart.js in active_frontend-11.1.0 vs vendor/assets/javascripts/_chart.js in active_frontend-12.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(239,240,243,1)",
+ scaleLineColor: "rgba(237,239,241,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(239,240,243,1)",
+ scaleGridLineColor : "rgba(237,239,241,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(239,240,243,1)",
+ scaleGridLineColor : "rgba(237,239,241,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(239,240,243,1)",
+ angleLineColor : "rgba(237,239,241,1)",
//Number - Pixel width of the angle line
angleLineWidth : 1,
//String - Point label font declaration
\ No newline at end of file