kaufmann42 / meanjs-plotly

Derived from angular-plotly to work with the meanjs stack [NO LONGER MAINTAINED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Original Project:

(https://github.com/alonho/angular-plotly)

Usage

Install with bower:

bower install plotly --save
bower install meanjs-plotly --save

Include angular, plotly and meanjs-plotly:

To your env/all.js file add:
js: [
  'public/lib/angular-plotly/src/angular-plotly.js',
  'public/lib/plotlyjs/plotly.js'
],

Add a chart:

<plotly pdata="data" playout="layout" poptions="options"></plotly>

The values expected for pdata, playout and poptions can be found in plotly's documentation.

About

Derived from angular-plotly to work with the meanjs stack [NO LONGER MAINTAINED]

License:MIT License


Languages

Language:JavaScript 78.2%Language:HTML 21.8%