ktym / d3sparql

JavaScript library for executing SPARQL query and transforming resulted JSON for visualization in D3.js
189 stars 76 forks source link

Generates the visualization in a specific div #5

Closed ghost closed 9 years ago

ghost commented 9 years ago

Adds new div (#graph) to the examples where the graph will be created instead of appending it to the body

ktym commented 9 years ago

Thank you very much for your contribution. This is great improvement. I'm planning to modify a bit to make the target DOM ID can be configurable.