Question

I've been doing some research into various graphing APIs for use in a social media dashboard that I'm building, and I'm having trouble finding one that is both highly configurable and "clean" looking. I'd really rather use an API and build the dashboards myself instead of using a service because we'll have some of our own integrations - I don't want to be limited to what is offered in a dashboard package.

The graphs I'm looking to create would ideally look like some of the following. Flat, clean, and 'WP8-Metro' styled. Anyone have any ideas?


Microsoft Component Art

enter image description here

enter image description here


Google Analytics

enter image description here


enter image description here

enter image description here

enter image description here

Was it helpful?

Solution

If you are looking to use a true API and not a graph/chart by configuration the d3.js is the winner. If you want to use configuration bassed libs then highcharts and flot are good choices.

OTHER TIPS

You'll have good luck with Raphael.js.

d3.js is great, but the learning curve with Highcharts is a lot easier (and it's very robust).

http://www.highcharts.com/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top