vendor/assets/javascripts/extensions/_chart.js in active_frontend-16.0.1 vs vendor/assets/javascripts/extensions/_chart.js in active_frontend-16.0.2
- 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: [105,119,131],
- lightslategrey: [105,119,131],
+ lightslategray: [147,166,190],
+ lightslategrey: [147,166,190],
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(48,68,85,0.1)',
- defaultFontColor: 'rgba(48,68,85,1)',
+ defaultColor: 'rgba(45,65,82,0.1)',
+ defaultFontColor: 'rgba(45,65,82,1)',
defaultFontFamily: "'Circular', Verdana, Tahoma, sans-serif",
defaultFontSize: 14,
defaultFontStyle: 'normal',
showLines: true,
elements: {},
@@ -7004,10 +7004,10 @@
Chart.defaults.global.tooltips = {
enabled: true,
custom: null,
mode: 'single',
- backgroundColor: 'rgba(13,32,47,1)',
+ backgroundColor: 'rgba(17,36,43,1)',
titleFontStyle: '500',
titleSpacing: 0,
titleMarginBottom: 3,
titleFontSize: 12,
titleFontColor: 'rgba(228,233,244,1)',