Chartist.js vs Flot
When comparing Chartist.js vs Flot, the Slant community recommends Chartist.js for most people. In the question“What are the best JavaScript charting libraries? ” Chartist.js is ranked 12th while Flot is ranked 16th.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Uses SVG
Pro Lightweight and fast
Chartist is lightweight at only 10KB, resulting in very little impact on load time.
Pro Offers fully responsive charts
Chartist offers responsive configuration with media queries, which not only resizes the chart but also provides different text and shapes.
Pro No dependencies
Chartist.js has no dependencies, keeping it lightweight and fast to configure.
Pro Easy to use
Flot provides detailed and well organized documentation that includes plenty of code examples you're free to use. It's fast to customize and add functionality, partially due to its use of jQuery.
Pro Real-time updates
Flot provides live updating with a customizable update time.
Pro Drag to select
Pro Simple configuration
Cons
Con Very humble feature set
Con Animations only work in modern browsers
Animation support is somewhat limited, with IE not supported at all.
Con Limited choice of charts
Currently, Flot supports a limited number of chart types (lines, bars, filled area and point chart).