easy-pie-chart icon indicating copy to clipboard operation
easy-pie-chart copied to clipboard

Use multiple sectors in one instance

Open seleckis opened this issue 9 years ago • 7 comments

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.

seleckis avatar Dec 28 '14 09:12 seleckis

+1000 :)

daniel-halldorsson avatar Jan 28 '15 03:01 daniel-halldorsson

Also would love this feature !

dehlen avatar Feb 28 '15 19:02 dehlen

+1

richgcook avatar Apr 13 '15 14:04 richgcook

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 https://github.com/rendro/easy-pie-chart/issues/117#issuecomment-92385753.

seleckis avatar Apr 13 '15 14:04 seleckis

@seleckis :)

richgcook avatar Apr 13 '15 19:04 richgcook

img_15092016_214843 how i create this

viveksarcoh avatar Sep 20 '16 16:09 viveksarcoh

read here https://github.com/rendro/easy-pie-chart/issues/203

jangix avatar May 21 '18 16:05 jangix