vendor/assets/javascripts/extensions/_chart.js in active_frontend-14.0.39 vs vendor/assets/javascripts/extensions/_chart.js in active_frontend-14.0.40
- old
+ new
@@ -5413,12 +5413,12 @@
onHover: null,
mode: 'single',
animationDuration: 400
},
onClick: null,
- defaultColor: 'rgba(39,52,68,0.1)',
- defaultFontColor: 'rgba(39,52,68,1)',
+ defaultColor: 'rgba(54,68,83,0.1)',
+ defaultFontColor: 'rgba(54,68,83,1)',
defaultFontFamily: "'Fakt Soft Pro', Verdana, Tahoma, sans-serif",
defaultFontSize: 16,
defaultFontStyle: 'normal',
showLines: true,
elements: {},
@@ -6136,18 +6136,18 @@
Chart.defaults.scale = {
display: true,
position: 'left',
gridLines: {
display: true,
- color: 'rgba(228,231,238,1)',
+ color: 'rgba(229,232,241,1)',
lineWidth: 1,
drawBorder: true,
drawOnChartArea: true,
drawTicks: true,
tickMarkLength: 10,
zeroLineWidth: 1,
- zeroLineColor: 'rgba(228,231,238,1)',
+ zeroLineColor: 'rgba(229,232,241,1)',
offsetGridLines: false
},
scaleLabel: {
labelString: '',
display: false
@@ -7004,11 +7004,11 @@
Chart.defaults.global.tooltips = {
enabled: true,
custom: null,
mode: 'single',
- backgroundColor: 'rgba(39,52,68,1)',
+ backgroundColor: 'rgba(54,68,83,1)',
titleFontStyle: '500',
titleSpacing: 0,
titleMarginBottom: 3,
titleFontSize: 12,
titleFontColor: 'rgba(255,255,255,1)',
@@ -8679,10 +8679,10 @@
animate: true,
lineArc: false,
position: 'chartArea',
angleLines: {
display: true,
- color: 'rgba(228,231,238,1)',
+ color: 'rgba(229,232,241,1)',
lineWidth: 1
},
ticks: {
showLabelBackdrop: true,
backdropColor: 'rgba(255,255,255,0.75)',