kopia lustrzana https://github.com/magicbug/Cloudlog
[Days with QSOs] Updated js to fix colors after Chart.js upgrade
rodzic
9f87fd9487
commit
58b4968cfc
|
@ -19,26 +19,29 @@ $.ajax({
|
|||
data: dataDxcc,
|
||||
backgroundColor: 'rgba(54, 162, 235, 0.2)',
|
||||
borderColor: 'rgba(54, 162, 235, 1)',
|
||||
borderWidth: 2
|
||||
borderWidth: 2,
|
||||
color: color
|
||||
}]
|
||||
},
|
||||
options: {
|
||||
scales: {
|
||||
yAxes: [{
|
||||
y: {
|
||||
ticks: {
|
||||
beginAtZero: true,
|
||||
fontColor: color
|
||||
color: color
|
||||
}
|
||||
}],
|
||||
xAxes: [{
|
||||
},
|
||||
x: {
|
||||
ticks: {
|
||||
fontColor: color
|
||||
color: color
|
||||
}
|
||||
}]
|
||||
}
|
||||
},
|
||||
legend: {
|
||||
labels: {
|
||||
fontColor: color
|
||||
plugins: {
|
||||
legend: {
|
||||
labels: {
|
||||
color: color
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue