Skip to content

Commit

Permalink
feat: add a data transform for mapping node size (#6347)
Browse files Browse the repository at this point in the history
* fix: adjust graph data to layout model

* feat: add map-node-size transform

* test: add map-node-size unit demo

* docs: update page name

* refactor: optimize performance

* chore: increase limit-size

* fix: fix cr issues

* test: add unit test

* fix: modify code annotation
  • Loading branch information
yvonneyx authored Sep 19, 2024
1 parent 5cbd89c commit dfa22d0
Show file tree
Hide file tree
Showing 19 changed files with 1,748 additions and 12 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = {
// TODO: rules below will be set to 2 in the future
'jsdoc/require-jsdoc': 1,
'jsdoc/check-access': 1,
'jsdoc/valid-types': 0,
/**
* js plugin rules
*/
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"beforestagelayout",
"beforetransform",
"beforeviewportanimate",
"betweenness",
"Bezier",
"bubblesets",
"cancelviewportanimate",
Expand All @@ -55,6 +56,7 @@
"GSHAPE",
"mindmap",
"onframe",
"pagerank",
"Phong",
"pointset",
"Polyline",
Expand Down
Loading

0 comments on commit dfa22d0

Please sign in to comment.