Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down