# plotly.js **Repository Path**: mirrors_craigwblake/plotly.js ## Basic Information - **Project Name**: plotly.js - **Description**: The open source javascript graphing library that powers plotly - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![npm version](https://badge.fury.io/js/plotly.js.svg)](https://badge.fury.io/js/plotly.js) [![circle ci](https://circleci.com/gh/plotly/plotly.js.png?&style=shield&circle-token=1f42a03b242bd969756fc3e53ede204af9b507c0)](https://circleci.com/gh/plotly/plotly.js) Built on top of [d3.js](http://d3js.org/) and [stack.gl](http://stack.gl/), plotly.js is a high-level, declarative charting library. plotly.js ships with 20 chart types, including 3D charts, statistical graphs, and SVG maps. ## Table of contents * [Quick start options](#quick-start-options) * [Bugs and feature requests](#bugs-and-feature-requests) * [Documentation](#documentation) * [Contributing](#contributing) * [Community](#community) * [Clients for R, Python, and MATLAB](#clients-for-r-python-and-matlab) * [Creators](#creators) * [Copyright and license](#copyright-and-license) ## Quick start options #### Download the latest release [Latest Release on Github](https://github.com/plotly/plotly.js/releases/) #### Clone the repo ```bash git clone https://github.com/plotly/plotly.js.git ``` #### Install with `npm` ```bash npm install plotly.js ``` #### Use the plotly.js CDN hosted by Fastly: ```html