add sorting in date and test dropdowns
This commit is contained in:
@@ -8,7 +8,7 @@ import './DeviceGraph.css';
|
||||
class AbsorbanceGraph extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = { url: this.props.url };
|
||||
this.state = { url: this.props.url, show: this.props.show };
|
||||
}
|
||||
componentDidMount() {
|
||||
this.drawChart(this.props.url);
|
||||
|
||||
Reference in New Issue
Block a user