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
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Morris.js!