No description
Find a file
2020-04-23 17:10:01 -04:00
.github/workflows Add build test 2020-04-23 17:08:30 -04:00
examples Cleanup unused code 2019-07-26 14:37:14 -04:00
img Add docs 2019-07-26 14:28:12 -04:00
src Quantify scale types 2019-08-09 11:14:12 -04:00
tests Initial examples of selecting and appending svg 2019-07-23 12:41:48 -04:00
.gitignore Add task to generate documentation 2019-07-25 16:22:06 -04:00
CHANGELOG.md Release 0.1.3 2020-04-23 16:39:05 -04:00
d3.nimble Release 0.1.3 2020-04-23 16:39:05 -04:00
LICENSE Initial commit 2019-07-23 08:53:47 -04:00
README.md Add build badge 2020-04-23 17:10:01 -04:00

nim-d3

test-build-examples

Nim Foreign Function Interface (FFI) bindings to d3.js.

This is in development and there is still a lot to be written. There is the ability to create a simple graph today. See examples/ for usage.

Image of example 5 Image of example 6

Install

nim-d3 is available in nimble.

nimble install d3

or if you have a .nimble file then add the following.

requires "d3 >= 0.1.2"

NOTE: Run nimble search d3 --ver to find out the most recent version of the library.

Documentation

Clone the repo and generate the docs

nimble docs