# lw-arrival-pie Custom Element

A custom element that manages an SVG pie chart for visualizing periodically arriving events of 
random duration over a specific period of time.  See arrivalPie/index.html for more details.

* [https://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands](https://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands)
* [https://danielpataki.com/svg-pie-chart-javascript/](https://danielpataki.com/svg-pie-chart-javascript/)

[Test case](./index.html)