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

when I use together with bootstrap it always messes up with "$" instead of "jQuery" so I had to declare a noConflict, but then it looks at bootstrap where they...

Is this in the roadmap at all? Huge fan of Peity but I'm wanting to drop jQuery. Would love to see it ported over to vanilla JS. I can give...

Any react port?

Sometimes the `$svg.width()` and `$svg.width()` calls return 0, even though we explicitly set width and height of the element before creating it. I cannot figure out whether this is a...

Hi, I expect two different color in line chart. For instance, If the line goes up it should be Green. If the line goes down it should be Red. Is...

Any react-native port?

Hey, I wanted to try out the latest data-value attribute, but I can't figure why it isn't working: My attempts: ``` 9,8,9,10,9,9,7,8,7,9 9,8,9,10,9,9,7,8,7,9 ``` JS part ``` $(".bar").peity("bar", { height:...

If using tooltips to display data-value on mouseOver, there is a need to show a label or context (i.e., "324.9 MB" vs "324987634").

Hey! Firstly, thanks for a great and simple to use plugin. Is it possible to apply a gradient to a line graph and to have each data point have a...

This change checks whether there are any `updating-chart` elements on a page before setting up the timer that updates them. Obviously the check is unnecessary on *this* page, but the...