1
0
Fork 0
mirror of synced 2024-09-17 09:49:11 +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> <style>
.tooltipContents { .tooltipContents {
max-width: 450px; max-width: 450px;
background-color: var(--background-alt); background-color: var(--spectrum-global-color-gray-100);
display: block; display: block;
padding: 20px 16px 10px; padding: 20px 16px 10px;
border-radius: 5px; border-radius: 5px;

View file

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

View file

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

View file

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