Skip to content

Commit 0eff7ec

Browse files
Eric RowellEric Rowell
authored andcommitted
v2.2.0
1 parent 90e997b commit 0eff7ec

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changlog
22

33
## v2.2.0
4-
* super fast tooltips for large graphs
4+
* fast tooltips for large graphs
55
* smart label zooming
66
* group focusing on node click, or via graph.selectGroup()
77
* upgraded to webgl2 and GLSL v3.0

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,12 @@ graph.on('node-mouseover', function(evt) {
342342
});
343343
```
344344

345+
## Methods
346+
347+
* ```graph.selectGroup(groupIndex)``` - select a group by groupIndex, which is an integer
348+
* ```graph.deselectGroup()``` - deselect the currently selected group
349+
350+
345351
## About the Name and Logo
346352

347353
Why is this called El Grapho? - *Why not?*

engine/dist/ElGrapho.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* El Grapho v2.1.2
2+
* El Grapho v2.2.0
33
* A high performance WebGL graph data visualization engine
4-
* Release Date: 04-14-2019
4+
* Release Date: 04-15-2019
55
* https://github.com/ericdrowell/elgrapho
66
* Licensed under the MIT or GPL Version 2 licenses.
77
*

engine/dist/ElGrapho.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elgrapho",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"main": "engine/dist/ElGrapho.min.js",
55
"author": "Eric Rowell",
66
"license": "MIT",

0 commit comments

Comments
 (0)