forked from patternfly/training-scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
react-charts-pathway.json
51 lines (51 loc) · 1.41 KB
/
react-charts-pathway.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"title": "PatternFly React charts",
"description": "Learn how to implement React charts.",
"courses": [
{
"course_id": "area-chart",
"title": "Area chart",
"description": "Learn how to implement a React area chart."
},
{
"course_id": "bar-chart",
"title": "Bar chart",
"description": "Learn how to implement a React bar chart."
},
{
"course_id": "bullet-chart",
"title": "Bullet chart",
"description": "Learn how to implement a React bullet chart."
},
{
"course_id": "donut-chart",
"title": "Donut chart",
"description": "Learn how to implement a React donut chart."
},
{
"course_id": "donut-utilization-chart",
"title": "Donut utilization chart",
"description": "Learn how to implement a React donut utilization chart."
},
{
"course_id": "line-chart",
"title": "Line chart",
"description": "Learn how to implement a React line chart."
},
{
"course_id": "pie-chart",
"title": "Pie chart",
"description": "Learn how to implement a React pie chart."
},
{
"course_id": "stack-chart",
"title": "Stack chart",
"description": "Learn how to implement a React pie chart."
},
{
"course_id": "sparkline-chart",
"title": "Sparkline chart",
"description": "Learn how to implement a React sparkline chart."
}
]
}