Skip to content

Releases: symphonyai-accelerate/grapher

v1.4.0

Choose a tag to compare

@cixzhang cixzhang released this 22 May 22:33
8355f2e

1.4.0 (2018-05-22)

Bug Fixes

  • build: using recommended settings (c4fd39b)

Features

  • build: using semantic-release (8b5a3ba)
  • Added functions to customize canvas rendering (c408ffd)
  • Updating 2d canvas rendering c1e32d9

1.3.2

Choose a tag to compare

@cixzhang cixzhang released this 02 Jan 22:33
2c89dbb
  • fixed an issue where WebGL would throw warnings when rendering networks without links
  • updated uglify-js

1.3.1

Choose a tag to compare

@cixzhang cixzhang released this 30 Sep 16:31
  • exporting built library using rollup

1.3.0

Choose a tag to compare

@cixzhang cixzhang released this 19 Sep 22:39
  • Adding the nodeScale option which allows users to scale all node radii by a multiplier.

1.2.2

Choose a tag to compare

@cixzhang cixzhang released this 15 Sep 04:56
  • Nodes and line width no longer scale with the graph but are displayed with their given radius or line width size.

1.2.1

Choose a tag to compare

@cixzhang cixzhang released this 07 Sep 16:20
  • fixing an issue where nodes become extremely small if one of the scales is negative

1.2.0

Choose a tag to compare

@cixzhang cixzhang released this 19 Aug 21:11

Adding the ability to specify both x and y scales.

1.1.2

Choose a tag to compare

@cixzhang cixzhang released this 17 Sep 16:18

Fixing issue where build version wasn't properly working.
Updated version in package.json

1.1.1

Choose a tag to compare

@cixzhang cixzhang released this 31 Jul 20:47
  • Adding support for Browserify

1.1.0

Choose a tag to compare

@cixzhang cixzhang released this 20 Jul 19:50
  • Basic support for custom shaders
  • Support for color alpha
  • Grapher.clear will now clear the graph