Skip to content

Change Fuse.Charting.{Chart => Plot} in sample descriptions #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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