import * as React from 'react'; import Plot from 'react-plotly.js'; /** * based on https://plot.ly/javascript/react/#quick-start */ export class SimpleChartComponent extends React.PureComponent { render() { return( ); } }