Sigma.js 1.1.0 发布,JavaScript 绘图库
Sigma.js 1.1.0 发布了,Sigma.js 是一个开源的轻量级 JS 库,用来绘制各种图形,使用的是 HTML Canvas 元素。

该版本改进内容包括:
Added the SVG renderer.
Added the
minArrowSizesetting (thanks to @ssidorchick).Added an edge quadtree and support for edge events (thanks to @sheymann).
Fixed #362: Nodes and edges can now have a number id.
Added the renderers.snapshot plugin.
Fixed #403: renderer string container polymorphism.
Added an event dispatched when instance is killed.
Added low-level Barnes-Hut optimization to the layout.forceAltas2 plugin (thanks to @jacomyma).
Added the
mouseWheelEnabledsetting.Added an option to skip quadtree indexation when refreshing an instance.
Added
defaultEdgeTypeanddefaultNodeTypesettings.Added a
isDraggingflag in click event.Added some features to the layout.forceAltas2 plugin.
Fixed resizing related issues.
Added the SVG exporter plugin.
Fixed some SVG-related bugs (thanks to @qinfchen).
Changed the
singleHoversetting to default totrue.Added the parallel edges plugin (thanks to @3ch01c).
Added HDPI screens support (thanks to @mdamien).
Fixed a ForceAtlas2 bug related to the
ajustSizessetting (thanks to @rangeonnicolas).Improved
sigma.webgl.nodes.fastimplementaton.Added some alternatives to
sigma.webgl.edges.def.Various optimizations.