change explanation modal colors
This commit is contained in:
parent
bb69e0c1c9
commit
d02c04ebbe
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue