lugolabs / circles

A lightweight JavaScript library that generates circular graphs in SVG.

Home Page:https://www.lugolabs.com/circles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

negative values

HatoriiHanzo opened this issue · comments

is there a way that the circles also display negative values and they would still fill up

i actually found a work around if you subtract it 2 times you will just get the positve nr of the value

circles[i].update(value-value-value),

maybe not to pretty but im noob so dont hate me :P