File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/wrappers/components/data-vis Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 169
169
{
170
170
name: " lineChartData" ,
171
171
category: " Data" ,
172
- visible: true ,
172
+ visible: false ,
173
173
isProp: true ,
174
174
},
175
175
{
178
178
visible: true ,
179
179
isProp: true ,
180
180
value: true ,
181
+ description:
182
+ " Whether to show all data in the background, in addition to primary lines" ,
181
183
},
182
184
{
183
185
name: " interactiveLines" ,
184
186
category: " Interaction" ,
185
187
visible: true ,
186
188
isProp: true ,
187
189
value: [" primary" , " secondary" ],
190
+ description:
191
+ " A list of line types that should handle hover and click interactions." ,
188
192
},
189
193
{
190
194
name: " chartBackgroundColor" ,
191
195
category: " Aesthetics" ,
192
196
visible: true ,
193
197
isProp: true ,
194
198
value: " #f5f5f5" ,
199
+ description:
200
+ " Background color of the chart. Also used for the 'halo' outline given to lines." ,
195
201
},
196
202
]),
197
203
);
You can’t perform that action at this time.
0 commit comments