Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Circular graph JS library

Hi all, i created a small JavaScript library to generate a circular chat like the one used here on Treehouse to visualize users earned points, check it out and if you have any suggestions or bugs you can contact me, thanks

The link : Link

4 Answers

No link. I have one at adamsackfield.co.uk using chartjs using the donut chart

Sorry for that, i edited the link

I like that bro. I could pull the json data from here and have a smaller circle for each subject like HTML, CSS etc thats cool. I have starred it.

Glad you like it :), i will be working on the animation part :D

Will send you a link later today once had a play with the json data and stuff. Add us on twitter - @Sacki2013 if you have it will follow you.

Maybe i can add it as demo for the library on the github page

Utilized it to use the JSON data see here. Got other stuff to do like set VARIABLES for color choice at the start and few tweaks. Do you have any suggestions? You will notice i have a forum topic thats because all the points added up for each category are not equal to total so they have been added to forum points. Just a user name to see it change.

i like it but it's missing the number of points on each topic!!

i was trying to accomplish a circular chart like the one on users profiles, but i faced some problems calculating the percentage, i ended up creating a full plugin for that Link