Skip to content

Commit

Permalink
Performance fix (#33)
Browse files Browse the repository at this point in the history
* Performance fix
  • Loading branch information
EugeneElkin authored and ignatvilesov committed Jun 1, 2018
1 parent 5a09c1d commit f4ccaab
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6,075 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.8.0
* Added restriction for animation and dragging because of performance issue (limit is 200 nodes)

## 1.7.0
* Added localization for all supported languages

Expand Down
2 changes: 1 addition & 1 deletion capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"dataReductionAlgorithm": {
"top": {
"count": 10000
"count": 2000
}
}
},
Expand Down
Loading

0 comments on commit f4ccaab

Please sign in to comment.