peity icon indicating copy to clipboard operation
peity copied to clipboard

Progressive <svg> pie, donut, bar and line charts

Results 24 peity issues
Sort by recently updated
recently updated
newest added

Is it possible to show the percentage in the center of the donut?

Is is possible to make a semicircle donut or pie chart?

Is is possible to have a stacked bar? If so which sort of options+values would do it?

Maybe this is already possible, and I'm just struggling to figure it out. But it would be great if the donut charts could be set to be 100% width and...

lets say with the following two elements, `1, 2, 3, 4, 5` and `null, null, 3, 4, 5` is there a way to run peity on both, and have the...

feature

I have perhaps a slightly unusual use case. I have dynamically created data where some options will be 0. My assumption has been that using nth-child in CSS to cycle...

bug

With line charts, [these lines](https://github.com/benpickles/peity/blob/v3.2.0/jquery.peity.js#L260-L261) are causing the following warnings in Chrome 48: > 'SVGElement.offsetWidth' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/5724912467574784 for more...

Use case: `5,5,5,5` when peity turns this into a line chart, the result is a line across the vertical top of the resulting box. ![img](http://i.imgur.com/rzwARDQ.jpg) ![img](http://i.imgur.com/BbH4iLG.jpg) _highlighted box is the...

I played a bit around with the line-charts to be able to show incoming- and outgoing traffic in one chart. This could easily be done by visualizing the 2nd data...