动态展示线路图组件 Vizceral
- 授权协议: Apache
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/Netflix/vizceral
- 软件文档: https://github.com/Netflix/vizceral/blob/master/README.md
- 官方下载: https://github.com/Netflix/vizceral/archive/master.zip
软件介绍
Vizceral是一组采用
使用:
如果使用 React 或者 web 组件,可参看以下两个项目:
或者从零开始:
npm install vizceral --save
import Vizceral from 'vizceral';
const viz = new Vizceral();
// Add event handlers for the vizceral events
viz.on('viewChanged', view => {});
viz.on('nodeHighlighted', node => {});
viz.on('rendered', data => {});
viz.on('nodeContextSizeChanged', dimensions => {});
// Sample data
viz.updateData({
name: 'us-west-2',
renderer: 'global',
nodes: [
{name: 'INTERNET'},
{name: 'service'}
],
connections: [
{
source: 'INTERNET',
target: 'service',
metrics: { normal: 100, warning: 95, danger: 5 },
metadata: { streaming: true }
}
]
});
viz.setView();
viz.animate();
Twisted Network Programming Essentials
Abe Fettig / O'Reilly Media, Inc. / 2005-10-20 / USD 29.95
Developing With Python's Event-driven Framework一起来看看 《Twisted Network Programming Essentials》 这本书的介绍吧!
html转js在线工具
html转js在线工具
HSV CMYK 转换工具
HSV CMYK互换工具
