vendor/assets/javascripts/extensions/_chart.js in active_frontend-15.0.16 vs vendor/assets/javascripts/extensions/_chart.js in active_frontend-15.0.17

- 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: [138,152,170], - lightslategrey: [138,152,170], + lightslategray: [127,146,170], + lightslategrey: [127,146,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,53,70,0.1)', - defaultFontColor: 'rgba(44,53,70,1)', + defaultColor: 'rgba(38,54,70,0.1)', + defaultFontColor: 'rgba(38,54,70,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(229,234,244,1)', + color: 'rgba(228,233,244,1)', lineWidth: 1, drawBorder: true, drawOnChartArea: true, drawTicks: true, tickMarkLength: 10, zeroLineWidth: 1, - zeroLineColor: 'rgba(229,234,244,1)', + zeroLineColor: 'rgba(228,233,244,1)', offsetGridLines: false }, scaleLabel: { labelString: '', display: false @@ -7004,11 +7004,11 @@ Chart.defaults.global.tooltips = { enabled: true, custom: null, mode: 'single', - backgroundColor: 'rgba(44,53,70,1)', + backgroundColor: 'rgba(38,54,70,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(229,234,244,1)', + color: 'rgba(228,233,244,1)', lineWidth: 1 }, ticks: { showLabelBackdrop: true, backdropColor: 'rgba(255,255,255,0.75)',