vendor/assets/javascripts/extensions/_chart.js in active_frontend-17.0.4 vs vendor/assets/javascripts/extensions/_chart.js in active_frontend-17.1.0
- old
+ new
@@ -5413,12 +5413,12 @@
onHover: null,
mode: 'single',
animationDuration: 400
},
onClick: null,
- defaultColor: 'rgba(16,37,51,0.1)',
- defaultFontColor: 'rgba(16,37,51,1)',
+ defaultColor: 'rgba(61,81,112,0.1)',
+ defaultFontColor: 'rgba(61,81,112,1)',
defaultFontFamily: "'Circular', '-apple-system', BlinkMacSystemFont, 'Segoe UI', 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(16,37,51,1)',
+ backgroundColor: 'rgba(61,81,112,1)',
titleFontStyle: '500',
titleSpacing: 0,
titleMarginBottom: 3,
titleFontSize: 12,
titleFontColor: 'rgba(255,255,255,1)',