d3-seating-chart icon indicating copy to clipboard operation
d3-seating-chart copied to clipboard

A simple but pleasant seating chart solution written with d3js

Results 7 d3-seating-chart issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to Stretch and Skew Seats

how to use this package in react js

As described here: https://bugzilla.mozilla.org/show_bug.cgi?id=874811, Firefox will always return `0` for `clientWidth` and `clientHeight`. This PR will fall back on `this.element.getBoundingClientRect()` should `clientWidth` or `clientHeight` return falsey values. This PR also:...

Currently, this library will attempt to apply a margin of 20px to each side of the attached SVG and scale accordingly. This is fine when your SVG is rather large....

**Situation:** I am using Vue JS and am dynamically rendering an SVG contained inside a modal. After rendering the SVG, I call the `D3SeatingChart.attach` function to attach my new SVG....

As described here: https://bugzilla.mozilla.org/show_bug.cgi?id=874811, Firefox will always return `0` for `clientWidth` and `clientHeight`. This results in the `zoom` function scaling by 0, essentially hiding the SVG. A solution would be...

If I use a multi level zone, like 3 levels down, the plugins gets crazy and don't know what to do. Here is my Index.html that you can reproduce (Using...