Questions tagged [d3pie.js]

This tag is used for questions pertaining to the use of d3pie, Ben Keen's D3-based library for creating pie charts on websites.

This tag is used for questions pertaining to the use of d3pie, Ben Keen's D3-based library for creating pie charts on websites.

Documentation can be found on the d3pie.org website.

The website also has a generator used to create the JSON file which customizes your chart.

Go here to download d3pie and try it for yourself!

18 questions
7
votes
1 answer

D3 Pie in Angular 2?

How do I Create a d3 Pie Chart in Angular 2 If I want to calculate the EMI. I have already created the app for EMI Calculations. Now I want to show a PIE Chart regarding the calculations This is emi.component.ts import { Component } from…
Ajinkya
  • 843
  • 10
  • 32
5
votes
1 answer

Angular use jQuery plugin with object in external controller

I'm new to Angular and I wanted to use a jQuery Plugin (d3pie.js). I googled my need and I found few examples that explain that I have to create a directive and put in my parameters (and to be sincere it's a little bit confusing for a beginner like…
Burawi
  • 451
  • 4
  • 16
3
votes
0 answers

how to update data in d3pie charts?

I have to generate a pie chart in application. So I tried this. var il = document.getElementById("il").value; var ir = document.getElementById('ir').value; var iw = document.getElementById('iw').value;