* [[https://github.com/samizdatco/arbor|arbor.js]] Arbor is a graph visualization library built with web workers and jQuery.(效率比较差)
* [[https://github.com/samizdatco/arbor|arbor.js]] Arbor is a graph visualization library built with web workers and jQuery.(效率比较差)
-
* [[http://www.d3js.org|d3.js]] is a JavaScript library for manipulating documents based on data.
+
* [[.:d3js]][[http://www.d3js.org|d3.js]] is a JavaScript library for manipulating documents based on data.
* [[http://jsdatav.is/chap07.html|Custom Visualizations with D3.js]]
* [[http://jsdatav.is/chap07.html|Custom Visualizations with D3.js]]
* [[https://github.com/zeroviscosity/d3-js-step-by-step|d3.js step by step]]
* [[https://github.com/zeroviscosity/d3-js-step-by-step|d3.js step by step]]
行 29:
行 37:
* [[http://pegjs.org|PEG.js]] is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.
* [[http://pegjs.org|PEG.js]] is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.
* [[http://www.mathjax.org/| mathjax]] A JavaScript display engine for mathematics that works in all browsers.
* [[http://www.mathjax.org/| mathjax]] A JavaScript display engine for mathematics that works in all browsers.
-
* [[http://bramp.github.io/js-sequence-diagrams/]] A simple javascript library to turn text into vector UML sequence diagrams. Heavily inspired by websequencediagrams.com, who offer a serverside solution. We use Jison to parse the text, and Raphaël to draw the image.
+
* [[http://bramp.github.io/js-sequence-diagrams/|js-sequence-diagrams]] A simple javascript library to turn text into vector UML sequence diagrams. Heavily inspired by websequencediagrams.com, who offer a serverside solution. We use Jison to parse the text, and Raphaël to draw the image.