Questions tagged [easypie]

Easy pie chart is a jQuery plugin that uses the canvas element to render simple pie charts for single values.

Easy pie chart is a jQuery plugin that uses the canvas element to render simple pie charts for single values. Official website: http://rendro.github.io/easy-pie-chart/

17 questions
3
votes
1 answer

JS with EasyPieChart and Waypoint not executing

I have a simple question as I'm not to deep into JS coding. What is wrong with the following code-snippet and why isn't it executing as expected. (-> loading the charts as soon as they come into view) var waypoint = new Waypoint({ element:…
3
votes
1 answer

easy-pie-chart & jQueryUI Conflict

I need to use both easy-pie-chart & jQueryUI in my project. but, when I link jqueryui js file to my html file, all charts percent values return "NaN". Before link jqueryui : http://jsfiddle.net/opjynaso/ After link jqueryui :…
Amir
  • 31
  • 3
2
votes
1 answer

Why will data attribute not be set using jQuery (Easy Pie Chart)

Using Easy Pie Chart, I am trying to change the value of attribut data-percent with value from JSON, but using the ways I normally do in jQuery (3.5.1), does not work in this case, and I cannot figure out why. The DIV I am trying to set the…
Stig Kølbæk
  • 432
  • 2
  • 18
1
vote
1 answer

How to add the delay to the easy pie chart?

I wonder if it's possible to specify a delay of starting the animation in Easy Pie Chart? I added the delay parameter but it does not seem to work.
ScalaBoy
  • 3,254
  • 13
  • 46
  • 84
1
vote
1 answer

How to create donut pie charts using easypiechart.js?

My goal is to create 6 donut pie charts using easypiechart.js like this: I follow every step of the instruction from here I believe I link all the external resources in my JSFiddle. I am not sure why, I still couldn't get them to display. Can…
code-8
  • 54,650
  • 106
  • 352
  • 604
1
vote
1 answer

How to center the text in the middle of donut hole pie chart?

I want to create a donut hole pie chart to represent my data. I came across this site : http://rendro.github.io/easy-pie-chart/ . I follow their instruction all the way toward the end. I am close to get it working, but I don't know how to center the…
user4690877
0
votes
0 answers

easy pie chart and counter: making the duration and the counter arrive the same time

I using easy pie chart library for visualisation. I want to be able to count up with the same duration given in the easy pie chart animate key, everything works fine except the duration of the easy pie chart animate is faster than the duration of…
dave
  • 158
  • 1
  • 12
0
votes
1 answer

Add Image inside an easy pie chart in angular js

I am trying to implement image in my easy pie chart but it is not inside the pie chart but whatever we add is displayed out from the circle/chart. i alse tried two two binding or tried giving ng model but still not working. Html:
0
votes
0 answers

Easy pie chart is not Working in Flask page

I'm trying to load easy pie chart for my HTML+Flask page and I received only the label without circle. {% block head %} Home {% endblock %} {% block…
SjAnupa
  • 102
  • 10
0
votes
0 answers

easy pie chart not appearing in ionic 2

I am using NPM ng2modules-easypiechart for ionic project Import the module app.maodule.ts import { EasyPieChartModule } from 'ng2modules-easypiechart'; imports: [ EasyPieChartModule ] I am using the easyPieChart directive in my component…
sridharan
  • 2,011
  • 10
  • 36
  • 61
0
votes
1 answer

Easy Pie Charts - Why there's no numbers running animation

I have an issue with Rendro Easy Pie Chart version 2.1.6. I've used the easy-pie-chart exact as the documents and it shows the animation of the bars itself until getting to the right percentage. Let's say its 45%. The issue is that the easy pie…
Eli Van Rock
  • 157
  • 1
  • 1
  • 15
0
votes
1 answer

Using a background image with javascript pie chart

I am building an app in Rails, and I am using a gem called easy_as_pie which enables me to use this Jquery plugin called 'Easy Pie Chart' (http://rendro.github.io/easy-pie-chart/) I have the pie chart working no problem, using the following…
abbott567
  • 862
  • 6
  • 18
0
votes
1 answer

Easy pie chart does not: loading animation using Waypoint JS

I am designing a One page scrolling webpage. In the webpage I am using easy pie chart in my skill page. Now I want to load the easy pie chart animation when I reached the skill page. I used the waypoint js but it not working. It load the animation…
user3778886
  • 1
  • 1
  • 3
0
votes
2 answers

Why my easypie number don't show inside?

I'm using easypie plugin. But, the number isn't showing inside the pie and I don't know why. I already try many things. How to put number inside the pie? I'm using this css: JSFiddle .easychart { position: relative; text-align: center; …
Igor Martins
  • 2,015
  • 7
  • 36
  • 57
-2
votes
1 answer

Updating Easy Pie Chart

I managed to update easy pie chart, but I don't know how to display the percentage and update it, for example from 1% to 25%, number by number, as the chart updates. Any help? This is the block of code where I am updating my chart: var chart = new…
1
2