This commit is contained in:
Gerard Burns 2024-05-14 23:05:04 +01:00
parent 693e3373a6
commit a5da091203
3 changed files with 6 additions and 5 deletions

View File

@ -59,7 +59,7 @@
<style>
.wrapper {
background-color: var(--background-alt);
background-color: var(--spectrum-global-color-gray-100);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.42);
opacity: 0;
overflow: hidden;

View File

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

View File

@ -51,8 +51,6 @@
export let bucketCount
let dataProviderId
$: colors = c1 && c2 && c3 && c4 && c5 ? [c1, c2, c3, c4, c5] : null
</script>
<Block>
@ -84,7 +82,6 @@
dataLabels,
legend,
animate,
...colors,
valueUnits,
yAxisLabel,
xAxisLabel,
@ -98,6 +95,11 @@
lowColumn,
dateColumn,
bucketCount,
c1,
c2,
c3,
c4,
c5,
}}
/>
{/if}