dk8996 / Gantt-Chart

Gantt chart library using D3.js.
Gantt chart library using D3.js.
Apache License 2.0
396 stars 204 forks source link

Add option to specify element to append svg #12

Open miguelmota opened 9 years ago

miguelmota commented 9 years ago

The plugin currently appends the svg element to the body tag but it would be nice to specify a different element if we wanted to, defaulting to body.

nobuhito commented 9 years ago

:+1:

antiveeranna commented 9 years ago

I needed that feature as well, so I implemented it - pull request is here: https://github.com/dk8996/Gantt-Chart/pull/13

crivotz commented 9 years ago

Thanks @antiveeranna