vendor/assets/javascripts/chart.js in active_frontend-3.0.4 vs vendor/assets/javascripts/chart.js in active_frontend-4.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(243,243,243,1)",
+ scaleLineColor: "rgba(230,237,242,1)",
// Number - Pixel width of the scale line
scaleLineWidth: 1,
// Boolean - Whether to show labels on the scale
@@ -74,11 +74,11 @@
// String - Scale label font weight style
scaleFontStyle: "bold",
// String - Scale label font colour
- scaleFontColor: "rgba(34,34,34,1)",
+ scaleFontColor: "rgba(42,44,48,1)",
// Boolean - whether or not the chart should be responsive and resize when the browser does.
responsive: true,
// Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container
@@ -89,11 +89,11 @@
// Array - Array of string names to attach tooltip events
tooltipEvents: ["mousemove", "touchstart", "touchmove", "mouseout"],
// String - Tooltip background colour
- tooltipFillColor: "rgba(34,34,34,1)",
+ tooltipFillColor: "rgba(42,44,48,1)",
// String - Tooltip label font declaration for the scale label
tooltipFontFamily: "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
// Number - Tooltip label font size in pixels
@@ -1908,11 +1908,11 @@
//Boolean - Whether grid lines are shown across the chart
scaleShowGridLines : true,
//String - Colour of the grid lines
- scaleGridLineColor : "rgba(243,243,243,1)",
+ scaleGridLineColor : "rgba(230,237,242,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(243,243,243,1)",
+ scaleGridLineColor : "rgba(230,237,242,1)",
//Number - Width of the grid lines
scaleGridLineWidth : 1,
//Boolean - Whether the line is curved between points
@@ -2990,11 +2990,11 @@
// Boolean - Whether the scale should begin at zero
scaleBeginAtZero : true,
//String - Colour of the angle line
- angleLineColor : "rgba(243,243,243,1)",
+ angleLineColor : "rgba(230,237,242,1)",
//Number - Pixel width of the angle line
angleLineWidth : 1,
//String - Point label font declaration
@@ -3005,10 +3005,10 @@
//Number - Point label font size in pixels
pointLabelFontSize : 11,
//String - Point label font colour
- pointLabelFontColor : "rgba(34,34,34,1)",
+ pointLabelFontColor : "rgba(42,44,48,1)",
//Boolean - Whether to show a dot for each point
pointDot : true,
//Number - Radius of each point dot in pixels
\ No newline at end of file