1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

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} />