diff --git a/Samples/BarChart/description.yaml b/Samples/BarChart/description.yaml index d13996b..0488c77 100644 --- a/Samples/BarChart/description.yaml +++ b/Samples/BarChart/description.yaml @@ -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 diff --git a/Samples/LineGraph/description.yaml b/Samples/LineGraph/description.yaml index 46dbd58..3aea2a2 100644 --- a/Samples/LineGraph/description.yaml +++ b/Samples/LineGraph/description.yaml @@ -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 diff --git a/Samples/PieChart/description.yaml b/Samples/PieChart/description.yaml index f3912d0..8112328 100644 --- a/Samples/PieChart/description.yaml +++ b/Samples/PieChart/description.yaml @@ -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