From 8b38958384e870e80aebb3d2567b4bf1fc6a00aa Mon Sep 17 00:00:00 2001 From: Sebastian Reinhard Date: Fri, 19 Jan 2018 12:30:37 +0100 Subject: [PATCH] Change Fuse.Charting.{Chart => Plot} --- Samples/BarChart/description.yaml | 2 +- Samples/LineGraph/description.yaml | 2 +- Samples/PieChart/description.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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