vendor/assets/javascripts/extensions/_chart.js in active_frontend-15.1.6 vs vendor/assets/javascripts/extensions/_chart.js in active_frontend-16.0.0
- 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: [127,146,170],
- lightslategrey: [127,146,170],
+ lightslategray: [105,119,131],
+ lightslategrey: [105,119,131],
lightsteelblue: [176,196,222],
lightyellow: [255,255,224],
lime: [0,255,0],
limegreen: [50,205,50],
linen: [250,240,230],
@@ -5413,14 +5413,14 @@
onHover: null,
mode: 'single',
animationDuration: 400
},
onClick: null,
- defaultColor: 'rgba(38,54,70,0.1)',
- defaultFontColor: 'rgba(38,54,70,1)',
- defaultFontFamily: "'Fakt Soft Pro', Verdana, Tahoma, sans-serif",
- defaultFontSize: 16,
+ defaultColor: 'rgba(48,68,85,0.1)',
+ defaultFontColor: 'rgba(48,68,85,1)',
+ defaultFontFamily: "'Circular', Verdana, Tahoma, sans-serif",
+ defaultFontSize: 14,
defaultFontStyle: 'normal',
showLines: true,
elements: {},
legendCallback: function (chart) {
var text = [];
@@ -6136,18 +6136,18 @@
Chart.defaults.scale = {
display: true,
position: 'left',
gridLines: {
display: true,
- color: 'rgba(228,233,244,1)',
+ color: 'rgba(237,240,249,1)',
lineWidth: 1,
drawBorder: true,
drawOnChartArea: true,
drawTicks: true,
tickMarkLength: 10,
zeroLineWidth: 1,
- zeroLineColor: 'rgba(228,233,244,1)',
+ zeroLineColor: 'rgba(237,240,249,1)',
offsetGridLines: false
},
scaleLabel: {
labelString: '',
display: false
@@ -7004,34 +7004,34 @@
Chart.defaults.global.tooltips = {
enabled: true,
custom: null,
mode: 'single',
- backgroundColor: 'rgba(38,54,70,1)',
+ backgroundColor: 'rgba(13,32,47,1)',
titleFontStyle: '500',
titleSpacing: 0,
titleMarginBottom: 3,
titleFontSize: 12,
- titleFontColor: 'rgba(255,255,255,1)',
+ titleFontColor: 'rgba(228,233,244,1)',
titleAlign: 'left',
bodySpacing: 0,
bodyFontSize: 12,
- bodyFontColor: 'rgba(255,255,255,1)',
+ bodyFontColor: 'rgba(228,233,244,1)',
bodyAlign: 'left',
footerFontSize: 12,
footerFontStyle: '500',
footerSpacing: 0,
footerMarginTop: 3,
- footerFontColor: 'rgba(255,255,255,1)',
+ footerFontColor: 'rgba(228,233,244,1)',
footerAlign: 'left',
yPadding: 10,
xPadding: 15,
yAlign : 'center',
xAlign : 'center',
caretSize: 5,
cornerRadius: 3,
- multiKeyBackground: 'rgba(255,255,255,1)',
+ multiKeyBackground: 'rgba(228,233,244,1)',
callbacks: {
beforeTitle: helpers.noop,
title: function (tooltipItems, data) {
var title = '';
var labels = data.labels;
@@ -8679,10 +8679,10 @@
animate: true,
lineArc: false,
position: 'chartArea',
angleLines: {
display: true,
- color: 'rgba(228,233,244,1)',
+ color: 'rgba(237,240,249,1)',
lineWidth: 1
},
ticks: {
showLabelBackdrop: true,
backdropColor: 'rgba(255,255,255,0.75)',