Version 24.2 (latest)

Known Issues and Limitations (igFinancialChart)

Known Issues and Limitations Summary

Known issues and limitations summary chart

The following table summarizes the known issues and limitations of the igFinancialChart™ control. Detailed explanations of some of the issues and the existing workarounds are provided after the summary table.

Legend
Workaround available
No known workaround
No known workaround, fix planned

Known Issues and Limitations Details

When binding the financial chart to data without all price properties (High,Low,Open.Close) in order to include a series visual in the zoom pane you must set the zoomSliderType

You can work around this by using the following code: $("#chart").igFinancialChart( {dataSource: data, "zoomSliderType": "line"}

View on GitHub