-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bubble): rename 'root' property to 'data'
- Loading branch information
Raphael Benitte
committed
May 7, 2016
1 parent
6e2f25e
commit 49bffcd
Showing
9 changed files
with
77 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* | ||
* This file is part of the nivo library. | ||
* | ||
* (c) Raphaël Benitte | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
'use strict'; | ||
|
||
export default { | ||
name: 'nivo', | ||
children: [ | ||
{ | ||
name: 'charts', | ||
children: [ | ||
{ name: 'Pie', loc: 1000 }, | ||
{ name: 'Stack', loc: 1000 }, | ||
{ name: 'Tree', loc: 6000 }, | ||
{ name: 'Bubble', loc: 1000 } | ||
] | ||
}, | ||
{ | ||
name: 'utils', | ||
children: [ | ||
{ name: 'Colors', loc: 1000 }, | ||
{ name: 'Arcs', loc: 4000 }, | ||
{ name: 'Data', loc: 1000 }, | ||
{ name: 'Animation', loc: 7000 } | ||
] | ||
}, | ||
{ | ||
name: 'generator', | ||
children: [ | ||
{ name: 'tree', loc: 3000 }, | ||
{ name: 'serie', loc: 2000 }, | ||
{ name: 'geo', loc: 1000 } | ||
] | ||
} | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters