An SVG chart library.
pie : Basics.Int -> Dataset -> Svg a
Draws a pie chart of given diameter of the dataset.
Chart.pie 300 [{color = "#0ff", value = 3}, {color = "purple", value = 27}]