Hi Team,
We are currently using the Apex Stacked Chart for our dashboard view, but we have observed significant delays in data rendering. For example, when executing the named query directly, it runs in milliseconds. However, when linked to the Apex chart, it takes around 10 seconds for the data to appear.
Additionally, when we link the Apex chart data with a table, we notice performance issues affecting both components. However, when tested separately (writing data to a table vs. appending it to the Apex chart), the dataset retrieval from the database occurs instantly, suggesting that the delay is primarily due to chart rendering.
Looking for Solutions:
- Optimizing Data Processing – Is there a way to speed up data handling before passing it to the Apex chart?
- Alternative Charting Options – Are there other chart libraries that integrate well with Ignition and perform better?
- Ignition Built-in Charts – Would it be feasible to replace Apex charts with Ignition’s inbuilt chart components for improved performance?
Any suggestions or recommendations to enhance chart responsiveness would be greatly appreciated.