From afd070012d68f64f1892451e86b794f6be9cc519 Mon Sep 17 00:00:00 2001 From: BG-Software <73077398+BG-Software-BG@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:12:25 +0100 Subject: [PATCH] Fix apexcharts heatmap example in docs (#2147) --- .changeset/odd-boats-hear.md | 5 +++ docs/ui/components/charts.mdx | 58 ++++++++++++++++------------------- 2 files changed, 31 insertions(+), 32 deletions(-) create mode 100644 .changeset/odd-boats-hear.md 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"