Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use multiple sectors in one instance #117

Open
seleckis opened this issue Dec 28, 2014 · 7 comments
Open

Use multiple sectors in one instance #117

seleckis opened this issue Dec 28, 2014 · 7 comments

Comments

@seleckis
Copy link

I have created this chart using multiple EasyPieChart instances.
screen shot 2014-12-28 at 11 21 39
HTML:

<div data-rotate="13" data-percent="20.3" data-bar-color="#ffb400" class="js-w_PieChart"></div>
<div data-rotate="90" data-percent="20" data-bar-color="#c62193" class="js-w_PieChart"></div>
<div data-rotate="166" data-percent="40" data-bar-color="#fd0838" class="js-w_PieChart"></div>
<div data-rotate="314" data-percent="6" data-bar-color="#ea5d0c" class="js-w_PieChart"></div>
<div data-rotate="340" data-percent="5" data-bar-color="#50b600" class="js-w_PieChart"></div>
<div data-rotate="2" data-percent="2" data-bar-color="#141e28" class="js-w_PieChart"></div>

JS:

$('.js-w_PieChart').easyPieChart({
    size: 186,
    trackColor: false,
    scaleColor: false,
    scaleLength: false
});

It would be nice to improve EasyPieChart to create multiple sectors in one EasyPieChart instance.

@daniel-halldorsson
Copy link

+1000 :)

@dehlen
Copy link

dehlen commented Feb 28, 2015

Also would love this feature !

@richgcook
Copy link

+1

@seleckis
Copy link
Author

Absolute positioning and transparent backgrounds :)

On 13 Apr 2015, at 17:43, Richard Cook [email protected] wrote:

+1

@seleckis https://github.com/seleckis How did you do this?


Reply to this email directly or view it on GitHub #117 (comment).

@richgcook
Copy link

@seleckis :)

@viveksarcoh
Copy link

img_15092016_214843
how i create this

@jangix
Copy link

jangix commented May 21, 2018

read here #203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants