1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00

change explanation modal colors

This commit is contained in:
Gerard Burns 2024-05-14 13:26:04 +01:00
parent bb69e0c1c9
commit d02c04ebbe
4 changed files with 3 additions and 4 deletions

View file

@ -94,7 +94,7 @@
<style>
.tooltipContents {
max-width: 450px;
background-color: var(--background-alt);
background-color: var(--spectrum-global-color-gray-100);
display: block;
padding: 20px 16px 10px;
border-radius: 5px;

View file

@ -11,7 +11,6 @@
<style>
.line {
background-color: var(--background-alt);
color: var(--ink);
align-items: flex-start;
display: flex;

View file

@ -30,7 +30,7 @@
},
legend: {
show: legend,
position: "top",
position: "right",
horizontalAlign: "right",
showForSingleSeries: true,
showForNullSeries: true,

View file

@ -30,7 +30,7 @@
},
legend: {
show: legend,
position: "top",
position: "right",
horizontalAlign: "right",
showForSingleSeries: true,
showForNullSeries: true,