You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
infragistics.dv.js:980 Uncaught ReferenceError: _getImageHelper is not defined
at Class._getImage (infragistics.dv.js:980:23837)
at e.<computed>.<computed>.exportImage (infragistics.dv.js:1125:12357)
at e.<computed>.<computed>.exportImage (all.js:14:7983)
at HTMLDivElement.<anonymous> (all.js:14:8989)
at Function.each (all.js:4:2975)
at m.fn.init.each (all.js:4:835)
at e.fn.<computed> [as igDataChart] (all.js:14:8872)
at ExportImage (export-image:4286:35)
at HTMLInputElement.onclick (export-image:4230:98)
It seems that the _getImageHelper function is defined in $.ig.TriangulationDataSource, but it is used in the _getImage function of the $.ig.dvCommonWidget where the error is thrown.
Description
When using the
exportImage
method:an error is thrown:
It seems that the
_getImageHelper
function is defined in$.ig.TriangulationDataSource
, but it is used in the_getImage
function of the$.ig.dvCommonWidget
where the error is thrown.Steps to reproduce
Export as image
button.Result
An error is thrown and the chart is not exported as an image.
Expected result
No errors and the chart should be exported as an image.
Attachments
Attach a sample if available, and screenshots, if applicable.
The text was updated successfully, but these errors were encountered: