Closed fouadmen closed 5 years ago
I get error when ever I try to render multiple instances of the component for different type of data. for example :
<CedChart device="A4:CF:12:6B:DA:8C" dataType="Temperature"/> <CedChart device="A4:CF:12:6B:DA:8C" dataType="Humidity"/> <CedChart device="A4:CF:12:6B:DA:8C" dataType="TVOC"/>
Thanks for you remark, the issue has now been fixed ! You can now fetch as many graphs as you want on one page ! --> Keep in mind this might increase overall loading time.
I get error when ever I try to render multiple instances of the component for different type of data. for example :