Jump to content

Chart.js

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by NaTRenKO (talk | contribs) at 11:43, 11 March 2021 (Adding Infobox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Chart.js
Original author(s)Nick Dawnie[1]
Developer(s)Chart.js Team and contributors[2]
Stable release
2.9.4 / October 19, 2020; 3 years ago (2020-10-19)[3]
Preview release
3.0.0-beta.13 / March 6, 2021; 3 years ago (2021-03-06)[3]
Repositorygithub.com/chartjs/Chart.js
Written inJavaScript
TypeJavaScript library
LicenseMIT[4]
Websitewww.chartjs.org

Chart.js is a free open-source JavaScript library for data visualization, which supports 8 chart types: bar, line, area, pie (doughnut), bubble, radar, polar, and scatter. Created by London-based web developer Nick Downie in 2013, now it is maintained by the community and is the second most popular JS charting library on GitHub by the number of stars after D3.js, considered significantly easier to use though less customizable than the latter. Chart.js renders in HTML5 canvas and is widely covered as one of the best data visualization libraries. It is available under the MIT license.[5][6][7][8][9][10]

References

  1. ^ "Nick Downie on Twitter". twitter.com. Retrieved 11 March 2021.
  2. ^ "Contributors to chartjs/Chart.js · GitHub". github.com. Retrieved 11 March 2021.
  3. ^ a b "Releases · chartjs/Chart.js · GitHub". github.com. Retrieved 11 March 2021.
  4. ^ "License · Chart.js documentation". chartjs.org. Retrieved 11 March 2021.
  5. ^ da Rocha, Helder (28 February 2019). Learn Chart.js: Create interactive visualizations for the Web with Chart.js 2. Packt Publishing. ISBN 9781789342154.
  6. ^ "Easy plotting With Chart.js". I Programmer. 10 May 2016. Retrieved 9 December 2019.
  7. ^ "Chart.js by Nick Downie". Dribbble. Retrieved 9 December 2019.
  8. ^ "Introduction to Data Management & Visualization in JavaScript". SitePoint. 22 May 2017. Retrieved 9 December 2019.
  9. ^ "Top 10 JavaScript Charting Libraries for Every Data Visualization Need". Hackernoon. 27 April 2019. Retrieved 9 December 2019.
  10. ^ "The 14 best data visualization tools". The Next Web. 21 April 2015. Retrieved 9 December 2019.

External links