I been using dhtmlxchart in my application. I used to receive data dynamically every second, datas are formatted and stored in json. When click event is triggered datas are loaded to dhtmlxgrid in a filtered way. I have integrated the dhtmlxgrid with dhtmlxchart(Line Chart). I have designed in such a way the when a click event is triggered in dhtmlxcombobox, Chart will be refreshed to show particular series alone in the Chart. Every thing works fine in Google Chrome Browser. When i test it with Firefox browser it throws an exception,
Unfortunately we cannot reproduce this issue locally. Can you please provide complete demo where we can reproduce it? You can find tutorial how to create complete demo here docs.dhtmlx.com/doku.php?id=othe … leted_demo
Hi Olga,
I have attached a demo for my application. In my application client will receive data every 10 seconds. Data will be processed and stored into json and a datagrid (Data Received). After Filter button is clicked json will be filtered with code 0003 and updated to another datagrid and that grid is integrated with line chart. Datagrid and Chart will be updated every time when new data receives. When combobox is triggered with click event chart will be changed for particular series alone. Every thing is working fine in Google Chrome. While using Firefox it throws an following exception,