Chart.js – Easy, object oriented client side graphs

Easy, object oriented client side graphs for designers and developers.

Features :

Visualise your data in different ways. Each of them animated, fully customisable and look great, even on retina displays. It uses the HTML5 canvas element. It supports all modern browsers, and polyfills provide support for IE7/8. Chart.js is dependency free, lightweight (4.5k when minified and gzipped) and offers loads of customisation options.

Line graphs are probably the most widely used graph for showing trends. It has a ton of customisation features for line graphs, along with support for multiple datasets to be plotted on one chart.
Bar graphs are also great at showing trend data. It supports bar charts with a load of custom styles and the ability to show multiple bars for each x value.
Radar charts are good for comparing a selection of different pieces of data. It supports multiple data sets plotted on the same radar chart. It also supports all of the customisation and animation options you’d expect.
Pie charts are great at comparing proportions within a single data set. It shows animated pie charts with customisable colours, strokes, animation easing and effects.
Polar area charts are similar to pie charts, but the variable isn’t the circumference of the segment, but the radius of it. It delivers animated polar area charts with custom coloured segments, along with customisable scales and animation.
Doughnut charts is Similar to pie charts, doughnut charts are great for showing proportional data. It offers the same customisation options as for pie charts, but with a custom sized inner cutout to turn your pies into doughnuts.