1.0.0 • Published 4 years ago

akeoplotly v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

akeoplotly

project for plotly chart using url to pars data and view it

NPM JavaScript Style Guide

Install

npm install --save akeoplotly

Usage

import React, { Component } from 'react'

import Akeoplotly from 'akeoplotly'

class Example extends Component {
  render () {
    return (
      <Akeoplotly url ='API URL'/>
    )
  }
}
API url data format 
{
  data[,12,3,1,3,1,5,1,...],
  date['12/02/2020 15:13:15','12/02/2020 15:13:15','12/02/2020 15:13:15','12/02/2020 15:13:15',.....]
}

License

MIT © zorguiala