Misplaced Pages

Chart.js

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Free open-source JavaScript library for data visualization
Chart.js
Original author(s)Nick Downie
Developer(s)Chart.js Team and contributors
Stable release4.4.7 Edit this on Wikidata / 1 December 2024; 27 days ago (1 December 2024)
Repositorygithub.com/chartjs/Chart.js
Written inJavaScript
TypeJavaScript library
LicenseMIT
Websitewww.chartjs.org

Chart.js is a free, open-source JavaScript library for data visualization, which supports eight 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 JavaScript 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.

History

Chart.js has had four major version releases as detailed below.

Version Release Date Key Contributors Key Features
1.0.1 Jan 7, 2015 Nick Downie Initial release
2.0.0 Apr 9, 2016 Evert Timberg, Tanner Linsley Expanded animations; time scale; bubble, scatter, and stacked charts
3.0.0 Apr 2, 2021 Jukka Kurkela, Evert Timberg, Ben McCann, Simon Brunel Major performance improvements, scriptable options, rewritten animation system, new documentation
4.0.0 Nov 14, 2022 Jacco van den Berg, Jukka Kurkela, Evert Timberg ESM-only packaging

See also

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. "Release 4.4.7". 1 December 2024. Retrieved 22 December 2024.
  4. "License ยท Chart.js documentation". chartjs.org. Archived from the original on 3 November 2022. 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. Vaggalis, Nikos (10 May 2016). "Easy plotting With Chart.js". I Programmer. 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.

External links

Categories: