Skip to content

Commit

Permalink
remove duplicated demos
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad authored Jun 22, 2020
1 parent a4739db commit 4ecd191
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/core/demo/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,21 +384,6 @@ let allDemoGroups = [
},
],
},
{
title: "Area",
demos: [
{
options: areaDemos.stackedAreaTimeSeriesOptions,
data: areaDemos.stackedAreaTimeSeriesData,
chartType: chartTypes.StackedAreaChart,
},
{
options: areaDemos.stackedAreaPercentageTimeSeriesOptions,
data: areaDemos.stackedAreaTimeSeriesData,
chartType: chartTypes.StackedAreaChart,
},
],
},
{
title: "Pie",
demos: [
Expand Down

0 comments on commit 4ecd191

Please sign in to comment.