Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CapnOdin/SVGraph
SVGraph bringing graphing and charting to AutoHotkey
https://github.com/CapnOdin/SVGraph
Last synced: 25 days ago
JSON representation
SVGraph bringing graphing and charting to AutoHotkey
- Host: GitHub
- URL: https://github.com/CapnOdin/SVGraph
- Owner: CapnOdin
- Created: 2016-11-03T20:36:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T12:15:31.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T01:03:54.202Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 534 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-AutoHotkey - SVGraph - by CapnOdin - SVGraph bringing graphing and charting to AutoHotkey. Forum [link](https://autohotkey.com/boards/viewtopic.php?f=6&t=23892) (Libraries / <a name="libraries-plotting"></a>Plotting (graphs, bars, charts and etc))
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).