vendor/assets/javascripts/extensions/_chart.js in active_frontend-15.0.13 vs vendor/assets/javascripts/extensions/_chart.js in active_frontend-15.0.14
- 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: [145,162,178],
- lightslategrey: [145,162,178],
+ lightslategray: [138,152,170],
+ lightslategrey: [138,152,170],
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(44,58,73,0.1)',
- defaultFontColor: 'rgba(44,58,73,1)',
+ defaultColor: 'rgba(44,49,70,0.1)',
+ defaultFontColor: 'rgba(44,49,70,1)',
defaultFontFamily: "'Fakt Soft Pro', Verdana, Tahoma, sans-serif",
defaultFontSize: 16,
defaultFontStyle: 'normal',
showLines: true,
elements: {},
@@ -7004,10 +7004,10 @@
Chart.defaults.global.tooltips = {
enabled: true,
custom: null,
mode: 'single',
- backgroundColor: 'rgba(44,58,73,1)',
+ backgroundColor: 'rgba(44,49,70,1)',
titleFontStyle: '500',
titleSpacing: 0,
titleMarginBottom: 3,
titleFontSize: 12,
titleFontColor: 'rgba(255,255,255,1)',