From e8444763a5c6f72df86676a998b865008f2f410f Mon Sep 17 00:00:00 2001 From: Duncan Bradley Date: Mon, 21 Jul 2025 15:44:11 +0100 Subject: [PATCH] edit description --- .../data-vis/line-chart/LineChartWrapper.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wrappers/components/data-vis/line-chart/LineChartWrapper.svelte b/src/wrappers/components/data-vis/line-chart/LineChartWrapper.svelte index b9ee1706..e6ecd559 100644 --- a/src/wrappers/components/data-vis/line-chart/LineChartWrapper.svelte +++ b/src/wrappers/components/data-vis/line-chart/LineChartWrapper.svelte @@ -46,12 +46,12 @@ * ? You can add other categories to the detailsArray or, if you need a more flexible solution, edit the WrapperInformation snippet directly. * */ - let descriptionArray = ["Explain here what the component does."]; - - let contextArray = [ - "Explain here the different contexts in which the component should be used.", + let descriptionArray = [ + "Chart for showing change over time (or other change in continuous data, for discrete categories).", ]; + let contextArray = ["Uses Line and Lines components."]; + let detailsArray = [ { label: "Description",