Chartist.js ADDON Simple responsive charts
Chartist's goal is to provide a simple, lightweight and unintrusive library to responsively craft charts on your website. Chartist leverages the power of browsers today and say good bye to the idea of solving all problems ourselves.
Chartist works with inline-SVG and therefore leverages the power of the DOM to provide parts of its functionality. This also means that Chartist does not provide it's own event handling, labels, behaviors or anything else that can just be done with plain HTML, JavaScript and CSS. The single and only responsibility of Chartist is to help you drawing "Simple responsive Charts" using inline-SVG in the DOM, CSS to style and JavaScript to provide an API for configuring your charts.
Find tutorials, guidelines and more on their official documentation
Area Chart
Line Scattered
Using Events
Bipolar Line Chart
Advanced SMIL Animation
Horizontal Bar
Peak Circles
Pie Chart
Overlap Bar (Mobile)
Extream Responsive
Gauge Chart
Line Interpolation
Muti Labels
Series Overrides
showLine
, showPoint
, showArea
and even the smoothing function can be overriden per series! And guess what? You can even override those series settings in the responsive configuration!
Stacked Bar
stackBars
property in your configuration.
Path Animation
Label Placement
position
option inside of the axis configuration.