Skip to content

Commit 7b28ca1

Browse files
committed
add descriptions
1 parent 05dbf8e commit 7b28ca1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/wrappers/components/data-vis/LineChartWrapper.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
{
170170
name: "lineChartData",
171171
category: "Data",
172-
visible: true,
172+
visible: false,
173173
isProp: true,
174174
},
175175
{
@@ -178,20 +178,26 @@
178178
visible: true,
179179
isProp: true,
180180
value: true,
181+
description:
182+
"Whether to show all data in the background, in addition to primary lines",
181183
},
182184
{
183185
name: "interactiveLines",
184186
category: "Interaction",
185187
visible: true,
186188
isProp: true,
187189
value: ["primary", "secondary"],
190+
description:
191+
"A list of line types that should handle hover and click interactions.",
188192
},
189193
{
190194
name: "chartBackgroundColor",
191195
category: "Aesthetics",
192196
visible: true,
193197
isProp: true,
194198
value: "#f5f5f5",
199+
description:
200+
"Background color of the chart. Also used for the 'halo' outline given to lines.",
195201
},
196202
]),
197203
);

0 commit comments

Comments
 (0)