1.1.3 • Published 5 years ago

plotly-js-material-design-theme v1.1.3

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

plotly-js-material-design-theme

Built on top of d3.js and 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.

This library introduces the Material Design guidelines to Plotly.js. See the current demo.

Features

  • Material Design charts
  • easily extendable
  • effortlessly trimmable

Installation

$ npm install plotly-js-material-design-theme 

Usage

Import the chart type you need plus the general layout, call the function and pass in your chart configuration. Your configuration will be recursively merged with the one creating Material Design, whereby your configuration has precedence.

import { layout, scatter } from 'plotly-js-material-design-theme'

Now setup your chart as usual but make sure you merge it with the imported one.

const scatterLines = scatter({
  x: [1, 2, 3, 4],
  y: [10, 15, 13, 17],
  type: 'scatter',
  mode: 'lines'
})

Plotly.newPlot('scatter-lines', [scatterLines], layout({ title: 'Chart' }))

Charts

Plotly.js supports a variety of chart types. However, chart types can be classified by additional subproperties, e. g. mode or fillcolor. There is a configuration for every mode. The following table lists currently supported charts by this library.

TypeMode
bar
box
candlestick
carpet
choropleth
cone
contour
heatmap
histogram
histogram2d
histogram2dcontour
ohlc
paarcords
pie
sankey
scatterlines
markers
scatterpolarlines
scatterternarylines
markers
markers
scatter3dlines
markers
violin

Author

Julian Claus and contributors.

License

MIT

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.7.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.1

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago