Fix chart styling

This commit is contained in:
Andrew Kingston 2020-11-23 11:29:34 +00:00
parent b3cd81d832
commit c8b1259964
3 changed files with 3 additions and 3 deletions

View File

@ -89,4 +89,4 @@
})
</script>
<ApexChart {options} {styles} />
<ApexChart {options} />

View File

@ -71,4 +71,4 @@
})
</script>
<ApexChart {options} {styles} />
<ApexChart {options} />

View File

@ -63,4 +63,4 @@
})
</script>
<ApexChart {options} {styles} />
<ApexChart {options} />