sprotty基于 Web 的图表框架
sprotty 是下一代基于 Web 的图表框架,主要特性:
- 快速可伸缩的 SVG 渲染,兼容主流浏览器以及可通过 CSS 控制样式
- 内核自带动画支持
- 支持分布式运行时,通过图表客户端和图表服务器
- 快速响应式客户端架构,基于 TypeScript 实现
- 基于 Java 实现的服务器架构
- 可通过依赖注入进行配置
- 集成 Xtext, the Language Server Protocol and Theia
开始使用:
# clone the repo
git clone git@github.com:theia-ide/sprotty.git
# build sprotty client and examples
cd sprotty/client
yarn
yarn examples:build
# build and run the sprotty server
cd ../server
./gradlew jettyRun
# point your web browser to localhost:8080
评论