Morris.js is a JavaScript charting library designed to render “pretty time‑series” graphs. It offers a very simple API for building line, bar, area, and donut charts, making it easy to add visually appealing charts to web pages. It is built on top of jQuery and Raphael.js. You'll need Node.js. I recommend using nvm for installing Node in development environments. Additionally, Bower is required for retrieving additional test dependencies. With node installed, install grunt using npm install -g grunt-cli, and then the rest of the test/build dependencies with npm install in the morris.js project folder.
Features
- Simple API for commonly used chart types (line, bar, area, donut)
- Lightweight and focused on aesthetics
- Relies on jQuery (≥ 1.7) and Raphael.js (≥ 2.0) for rendering
- Easy to embed via CDN or local hosting
- Generation from JavaScript data directly—supports time series well
- Written in CoffeeScript (source code maintained in .coffee files)
Categories
LibrariesLicense
MIT LicenseFollow Morris.js
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Morris.js!