tariqbuilds / linux-dash

A beautiful web dashboard for Linux
https://afaqurk.github.io/linux-dash/
MIT License
10.43k stars 1.2k forks source link

Add some another beautiful chart plugin based on c3.js #379

Closed xied5531 closed 8 years ago

xied5531 commented 8 years ago

C3.js D3-based reusable chart library, http://c3js.org/

We can add the beautiful charts use c3.js. You can find examples on http://c3js.org/examples.html

tariqbuilds commented 8 years ago

Some of these charts are beautiful. Thanks for sharing. A pull request would be greatly appreciated.

I will also keep C3.js in mind when new chart use-cases arise. The donut chart seems like a good fit for the partition sizes info.

dwbfox commented 8 years ago

c3js seems a bit outdated in terms of its visuals. Reminds me Google Charts of yesteryear. A better and more aestherically pleasning alternative is ChartJS: http://www.chartjs.org/

tariqbuilds commented 8 years ago

Chart.js is beautiful too. I will keep both libraries in mind when the next use-case comes up.

As always, PRs are encouraged, even for proofs of concept.