vendor/assets/javascripts/extensions/_chart.js in active_frontend-16.3.4 vs vendor/assets/javascripts/extensions/_chart.js in active_frontend-16.4.0
- old
+ new
@@ -1329,12 +1329,12 @@
lightgrey: [211,211,211],
lightpink: [255,182,193],
lightsalmon: [255,160,122],
lightseagreen: [32,178,170],
lightskyblue: [135,206,250],
- lightslategray: [147,166,190],
- lightslategrey: [147,166,190],
+ lightslategray: [142,161,187],
+ lightslategrey: [142,161,187],
lightsteelblue: [176,196,222],
lightyellow: [255,255,224],
lime: [0,255,0],
limegreen: [50,205,50],
linen: [250,240,230],
@@ -5413,12 +5413,12 @@
onHover: null,
mode: 'single',
animationDuration: 400
},
onClick: null,
- defaultColor: 'rgba(42,62,80,0.1)',
- defaultFontColor: 'rgba(42,62,80,1)',
+ defaultColor: 'rgba(34,54,72,0.1)',
+ defaultFontColor: 'rgba(34,54,72,1)',
defaultFontFamily: "'Circular', '-apple-system', BlinkMacSystemFont, 'Segoe UI', Verdana, Tahoma, sans-serif",
defaultFontSize: 14,
defaultFontStyle: 'normal',
showLines: true,
elements: {},
@@ -6136,18 +6136,18 @@
Chart.defaults.scale = {
display: true,
position: 'left',
gridLines: {
display: true,
- color: 'rgba(237,240,249,1)',
+ color: 'rgba(234,237,248,1)',
lineWidth: 1,
drawBorder: true,
drawOnChartArea: true,
drawTicks: true,
tickMarkLength: 10,
zeroLineWidth: 1,
- zeroLineColor: 'rgba(237,240,249,1)',
+ zeroLineColor: 'rgba(234,237,248,1)',
offsetGridLines: false
},
scaleLabel: {
labelString: '',
display: false
@@ -7004,34 +7004,34 @@
Chart.defaults.global.tooltips = {
enabled: true,
custom: null,
mode: 'single',
- backgroundColor: 'rgba(17,39,52,1)',
+ backgroundColor: 'rgba(16,37,51,1)',
titleFontStyle: '500',
titleSpacing: 0,
titleMarginBottom: 3,
titleFontSize: 12,
- titleFontColor: 'rgba(228,233,244,1)',
+ titleFontColor: 'rgba(222,227,241,1)',
titleAlign: 'left',
bodySpacing: 0,
bodyFontSize: 12,
- bodyFontColor: 'rgba(228,233,244,1)',
+ bodyFontColor: 'rgba(222,227,241,1)',
bodyAlign: 'left',
footerFontSize: 12,
footerFontStyle: '500',
footerSpacing: 0,
footerMarginTop: 3,
- footerFontColor: 'rgba(228,233,244,1)',
+ footerFontColor: 'rgba(222,227,241,1)',
footerAlign: 'left',
yPadding: 10,
xPadding: 15,
yAlign : 'center',
xAlign : 'center',
caretSize: 5,
cornerRadius: 3,
- multiKeyBackground: 'rgba(228,233,244,1)',
+ multiKeyBackground: 'rgba(222,227,241,1)',
callbacks: {
beforeTitle: helpers.noop,
title: function (tooltipItems, data) {
var title = '';
var labels = data.labels;
@@ -8679,10 +8679,10 @@
animate: true,
lineArc: false,
position: 'chartArea',
angleLines: {
display: true,
- color: 'rgba(237,240,249,1)',
+ color: 'rgba(234,237,248,1)',
lineWidth: 1
},
ticks: {
showLabelBackdrop: true,
backdropColor: 'rgba(255,255,255,0.75)',