vendor/assets/javascripts/_chart.js in active_frontend-12.1.36 vs vendor/assets/javascripts/_chart.js in active_frontend-12.1.37
- old
+ new
@@ -74,11 +74,11 @@
// String - Scale label font weight style
scaleFontStyle: "bold",
// String - Scale label font colour
- scaleFontColor: "rgba(40,49,59,1)",
+ scaleFontColor: "rgba(16,18,25,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(40,49,59,1)",
+ tooltipFillColor: "rgba(16,18,25,1)",
// String - Tooltip label font declaration for the scale label
tooltipFontFamily: "'Gotham', 'Gotham Round', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
// Number - Tooltip label font size in pixels
@@ -3005,10 +3005,10 @@
//Number - Point label font size in pixels
pointLabelFontSize : 11,
//String - Point label font colour
- pointLabelFontColor : "rgba(40,49,59,1)",
+ pointLabelFontColor : "rgba(16,18,25,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