Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Samples/BarChart/description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bar chart
desc: Demonstrates how bar charts can be built using the premium library Fuse.Charting
api:
-
class: Fuse.Charting.Chart
class: Fuse.Charting.Plot
desc: Base element for the premium charting API
-
class: Fuse.Charting.PlotData
Expand Down
2 changes: 1 addition & 1 deletion Samples/LineGraph/description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Line graph
desc: Demonstrates how the premium Fuse.Charting API can be used to draw a nice-looking
api:
-
class: Fuse.Charting.Chart
class: Fuse.Charting.Plot
desc: Base element for the premium charting API
-
class: Fuse.Controls.Curve
Expand Down
2 changes: 1 addition & 1 deletion Samples/PieChart/description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pie chart
desc: Demonstrates the usage of the premium PlotWedge component from the Fuse.Charting API
api:
-
class: Fuse.Charting.Chart
class: Fuse.Charting.Plot
desc: Base element for the premium charting API
-
class: Fuse.Charting.PlotData
Expand Down