Skip to content

Commit

Permalink
fix(gloal): snap
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Apr 9, 2019
1 parent a290efb commit 14b261c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const Global = {
colors: [ 'rgb(103,0,31)', 'rgb(178,24,43)', 'rgb(214,96,77)', 'rgb(244,165,130)', 'rgb(253,219,199)', 'rgb(247,247,247)', 'rgb(209,229,240)', 'rgb(146,197,222)', 'rgb(67,147,195)', 'rgb(33,102,172)', 'rgb(5,48,97)' ],
size: 10000,
shape: 'circle',
snapArray: [ 0, 1, 2, 4, 5, 10 ],
pointShape: {
'2d': [ 'circle', 'square', 'hexagon', 'triangle' ],
'3d': [ 'cylinder', 'triangleColumn', 'hexagonColumn', 'squareColumn' ]
Expand Down

0 comments on commit 14b261c

Please sign in to comment.