diff --git a/.changeset/odd-boats-hear.md b/.changeset/odd-boats-hear.md new file mode 100644 index 000000000..30862c077 --- /dev/null +++ b/.changeset/odd-boats-hear.md @@ -0,0 +1,5 @@ +--- + +--- + +Fix apexcharts heatmap example in docs diff --git a/docs/ui/components/charts.mdx b/docs/ui/components/charts.mdx index d68e7b4d5..a39e223b8 100644 --- a/docs/ui/components/charts.mdx +++ b/docs/ui/components/charts.mdx @@ -352,10 +352,7 @@ Pie charts are a simple and effective way to visualize proportions and ratios. T horizontal: 8, vertical: 8 }, - }, - tooltip: { - fillSeriesColor: false - }, + } })).render(); }); @@ -368,51 +365,48 @@ Heatmaps provide a graphical representation of data where individual values are ```html example centered columns={2} height="25rem" libs="apexcharts"