Skip to content

Commit

Permalink
fix(generators): change duplicate keys in tree data
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze authored and plouc committed Dec 2, 2020
1 parent 1fecdff commit 149d1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/generators/src/index.js
Expand Up @@ -143,9 +143,9 @@ const libTreeItems = [
[
'viz',
[
['stack', [['chart'], ['xAxis'], ['yAxis'], ['layers']]],
['stack', [['cchart'], ['xAxis'], ['yAxis'], ['layers']]],
[
'pie',
'ppie',
[
['chart', [['pie', [['outline'], ['slices'], ['bbox']]], ['donut'], ['gauge']]],
['legends'],
Expand Down

0 comments on commit 149d1a6

Please sign in to comment.