collegewap

Results 2 comments of collegewap

The issue can be reproduced with [the example](https://github.com/CacheControl/json-rules-engine/blob/master/examples/07-rule-chaining.js) as well. ``` "use strict"; /* * This is an advanced example demonstrating rules that passed based off the * results of...

This is what I ended up doing ``` useEffect(() => { const interval = setInterval(() => { if (!hidden) { const chart = ApexCharts.getChartByID('chartId') if (chart) { ApexCharts.exec('chartId', 'hideSeries', 'seriesName')...