Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Rowell authored and Eric Rowell committed Apr 16, 2019
1 parent 90e997b commit 0eff7ec
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changlog

## v2.2.0
* super fast tooltips for large graphs
* fast tooltips for large graphs
* smart label zooming
* group focusing on node click, or via graph.selectGroup()
* upgraded to webgl2 and GLSL v3.0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ graph.on('node-mouseover', function(evt) {
});
```

## Methods

* ```graph.selectGroup(groupIndex)``` - select a group by groupIndex, which is an integer
* ```graph.deselectGroup()``` - deselect the currently selected group


## About the Name and Logo

Why is this called El Grapho? - *Why not?*
Expand Down
4 changes: 2 additions & 2 deletions engine/dist/ElGrapho.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* El Grapho v2.1.2
* El Grapho v2.2.0
* A high performance WebGL graph data visualization engine
* Release Date: 04-14-2019
* Release Date: 04-15-2019
* https://github.com/ericdrowell/elgrapho
* Licensed under the MIT or GPL Version 2 licenses.
*
Expand Down
4 changes: 2 additions & 2 deletions engine/dist/ElGrapho.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elgrapho",
"version": "2.1.2",
"version": "2.2.0",
"main": "engine/dist/ElGrapho.min.js",
"author": "Eric Rowell",
"license": "MIT",
Expand Down

0 comments on commit 0eff7ec

Please sign in to comment.