diff --git a/packages/ui/core-components/src/lib/unsorted/viz/area/Area.svelte b/packages/ui/core-components/src/lib/unsorted/viz/area/Area.svelte
index 5a3f245e68..573450d692 100644
--- a/packages/ui/core-components/src/lib/unsorted/viz/area/Area.svelte
+++ b/packages/ui/core-components/src/lib/unsorted/viz/area/Area.svelte
@@ -147,20 +147,6 @@
symbolSize: labels && !markers ? 0 : markerSize,
step: step ? stepPosition : false
};
- // data,
- // x,
- // y,
- // series,
- // swapXY,
- // baseConfig,
- // name,
- // xMismatch, // this checks for scenarios where xType is string and xDataType is number. When this is the case, we need to inject strings into the x axis, or else it will cause echarts to think there are duplicate x-axis values (e.g., "4" and 4)
- // columnSummary,
- // seriesOrder,
- // size = undefined,
- // tooltipTitle = undefined,
- // y2 = undefined,
- // seriesLabelFmt = undefined
$: seriesConfig = getSeriesConfig(
data,
diff --git a/sites/docs/pages/components/area-chart/index.md b/sites/docs/pages/components/area-chart/index.md
index 04b5b929dd..d1d1fa7ed9 100644
--- a/sites/docs/pages/components/area-chart/index.md
+++ b/sites/docs/pages/components/area-chart/index.md
@@ -252,6 +252,13 @@ queries:
options="Excel-style format | built-in format name | custom format name"
defaultValue="-"
/>
+
+
+
+
+