1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

added widget name rendering

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-10 14:56:29 +02:00
parent 6b29bab366
commit 6246e3557b

View file

@ -36,6 +36,8 @@ class WidgetPlot extends Component {
return (
<div className="plot-widget" ref="wrapper">
<h4>{this.props.widget.name}</h4>
<div className="widget-plot">
<Plot signals={ this.props.widget.signals } time={ this.props.widget.time } simulatorData={ simulatorData } />
</div>