Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CapnOdin/SVGraph

SVGraph bringing graphing and charting to AutoHotkey
https://github.com/CapnOdin/SVGraph

Last synced: about 2 months ago
JSON representation

SVGraph bringing graphing and charting to AutoHotkey

Awesome Lists containing this project

README

        

![Main Image Plot](https://github.com/CapnOdin/SVGraph/blob/master/Documentation/img/Main.png)
**How it works:** An ActiveX Control consisting of an IE Object is used to execute and show JavaScript which makes a SVG using the library [D3](https://d3js.org).

**You will need:** The three source files (_SVGraph.ahk_, _SVGraph.js_, _SVGraph.html_) and the library [D3 v4](https://d3js.org/d3.v4.js) in the same folder, IE11 and maybe the newest [AHK version](https://autohotkey.com/download/).

**Documentation:** See the [Wiki](https://github.com/CapnOdin/SVGraph/wiki).