https://github.com/duncdrum/d3ia
xml varations on d3.js in action example code
https://github.com/duncdrum/d3ia
Last synced: 11 months ago
JSON representation
xml varations on d3.js in action example code
- Host: GitHub
- URL: https://github.com/duncdrum/d3ia
- Owner: duncdrum
- Created: 2016-08-24T14:30:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T11:54:51.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T01:40:03.394Z (about 2 years ago)
- Language: JavaScript
- Size: 979 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# D3 in Action Files
Expriements to go along [D3.js in Action](https://www.manning.com/books/d3-js-in-action) by [Elijah Meeks](https://github.com/emeeks).
Focuses on xhtml, xml, and xquery trickery with version 4 of [D3.js](https://github.com/d3/d3).
Original source files are [here](https://manning-content.s3.amazonaws.com/download/7/f2ab18b-4764-4b75-97e3-3fa829122a9d/D3js_SourceCode.zip)
Run either locally or from inside exist-db.
## To test localy:
```cd d3ia```
start localhost (for systems with ruby)
```ruby -run -e httpd . -p 5000```
to stop server simply use ```ctrl-x```
## To install into exist-db
WIP