From 85c60088ce446dcc287606af1db095b0fd5603ee Mon Sep 17 00:00:00 2001 From: Chris Parmer Date: Tue, 12 Jun 2018 18:24:19 -0400 Subject: [PATCH] :rocket: over 30 chart types ``` >>> len(plotly_schema['schema']['traces'].keys()) 33 ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b1e83fe03..aeca26e6a22 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![MIT License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/plotly/plotly.js/blob/master/LICENSE) 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 over 20 +plotly.js is a high-level, declarative charting library. plotly.js ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more.