Creating Graphs with CanvasJS

Miguel Morales
1 min readDec 9, 2019

--

Canvas JS is a simple library for creating graphs to visualize data on a browser. Some good points for the library is that it is:

  • Fast with great performance
  • has over 30 different chart styles
  • Is very well documented
  • Works on Chrome, Firefox, Safari, and IE

CanvasJS is also very convenient to use with React because you can add it right into your components. Next time you are making an application that needs graphing capabilities CanvasJS is definitely something to look into.

--

--