change explanation modal colors
This commit is contained in:
parent
bb69e0c1c9
commit
d02c04ebbe
|
@ -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;
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
<style>
|
||||
.line {
|
||||
background-color: var(--background-alt);
|
||||
color: var(--ink);
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
legend: {
|
||||
show: legend,
|
||||
position: "top",
|
||||
position: "right",
|
||||
horizontalAlign: "right",
|
||||
showForSingleSeries: true,
|
||||
showForNullSeries: true,
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
legend: {
|
||||
show: legend,
|
||||
position: "top",
|
||||
position: "right",
|
||||
horizontalAlign: "right",
|
||||
showForSingleSeries: true,
|
||||
showForNullSeries: true,
|
||||
|
|
Loading…
Reference in New Issue