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 |
Issue | Description | Status |
---|---|---|
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 | $("#chart").igFinancialChart( {dataSource: data, "zoomSliderType": "line"} ) | ![]() |
You can work around this by using the following code: $("#chart").igFinancialChart( {dataSource: data, "zoomSliderType": "line"}
View on GitHub