-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Introducing voronoi
new trace type
#6987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
a8cca6c
copy treemap
archmoj 31f6252
rename
archmoj 39ed838
handle voronoi in other places in src
archmoj d1e84f9
add voronoi mocks
archmoj a26975a
add voronoi to lib
archmoj 30d7b58
adjust tasks
archmoj d08edbf
test schema
archmoj c8dde61
init baselines
archmoj da4dc24
copy treemap test
archmoj 908d1c8
test voronoi
archmoj a3eb8b7
additional voronoi tests
archmoj 35d699f
reuse treemap draw and constants
archmoj 4455bca
reuse flip_tree
archmoj 34344c7
reuse styleOne
archmoj 8a3b091
install d3-voronoi-treemap
archmoj 3c5879e
install polygon-offset
archmoj 3bf2b57
delete voronoi/partition
archmoj d13a597
voila
archmoj 847fe77
new baselines
archmoj 55390b8
remove textposition and marker.pad
archmoj c1bbefd
use tiling pad
archmoj 78baf65
declare tiling options for voronoi
archmoj 506e215
improve fit drawing various shapes
archmoj 7daa783
no flip option for now
archmoj 2e23d96
update schema
archmoj 4fc8ab3
update mocks and baselines
archmoj 3124b1a
lint src
archmoj c37895c
fix seed
archmoj 63933d2
uninstall install :)
archmoj 6c81568
revise attributes
archmoj e98391a
install round-polygon
archmoj a9c6c50
adjust webpack config
archmoj 8876f54
implement cornerradius for voronoi
archmoj 99fabc4
mocks and baselines with cornerradius
archmoj a4d34f2
test tiling.seed
archmoj 9ff28d9
voronoi.depthfade default to reversed instead of true
archmoj 14f540a
baselines using new depthfade default
archmoj 2dd29b4
Merge remote-tracking branch 'origin/master' into voronoi
archmoj b34dc17
update plot schema
archmoj 67d684e
format new mocks
archmoj 3cd3357
update new baselines
archmoj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
3 changes: 3 additions & 0 deletions
lib/voronoi.js
This file contains hidden or 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,3 @@ | ||
'use strict'; | ||
|
||
module.exports = require('../src/traces/voronoi'); |
91 changes: 91 additions & 0 deletions
package-lock.json
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.