vendor/assets/javascripts/chart.js in active_frontend-2.1.0 vs vendor/assets/javascripts/chart.js in active_frontend-3.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(225,232,237,1)",
+ scaleLineColor: "rgba(243,243,243,1)",
// Number - Pixel width of the scale line
scaleLineWidth: 1,
// Boolean - Whether to show labels on the scale
@@ -68,17 +68,17 @@
// String - Scale label font declaration for the scale label
scaleFontFamily: "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
// Number - Scale label font size in pixels
- scaleFontSize: 13,
+ scaleFontSize: 11,
// String - Scale label font weight style
- scaleFontStyle: "normal",
+ scaleFontStyle: "bold",
// String - Scale label font colour
- scaleFontColor: "rgba(136,153,166,1)",
+ scaleFontColor: "rgba(34,34,34,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(56,67,81,1)",
+ tooltipFillColor: "rgba(34,34,34,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(225,232,237,1)",
+ scaleGridLineColor : "rgba(243,243,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(225,232,237,1)",
+ scaleGridLineColor : "rgba(243,243,243,1)",
//Number - Width of the grid lines
scaleGridLineWidth : 1,
//Boolean - Whether the line is curved between points
@@ -2990,25 +2990,25 @@
// Boolean - Whether the scale should begin at zero
scaleBeginAtZero : true,
//String - Colour of the angle line
- angleLineColor : "rgba(225,232,237,1)",
+ angleLineColor : "rgba(243,243,243,1)",
//Number - Pixel width of the angle line
angleLineWidth : 1,
//String - Point label font declaration
pointLabelFontFamily : "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
//String - Point label font weight
- pointLabelFontStyle : "normal",
+ pointLabelFontStyle : "bold",
//Number - Point label font size in pixels
pointLabelFontSize : 11,
//String - Point label font colour
- pointLabelFontColor : "rgba(136,153,166,1)",
+ pointLabelFontColor : "rgba(34,34,34,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