Hi there!
I am trying to render RDL documents with some inner Charts with the Angular Report Viewer component but an error is fired in the browser console and the document is not properly parsed:
ERROR TypeError: $(...).ejChart is not a function
at Object._renderChartControl (bold.report-viewer.min.js:10)
at Object._renderPageControls (bold.report-viewer.min.js:10)
at Object._renderPageModels (bold.report-viewer.min.js:10)
at Object._gotoPage (bold.report-viewer.min.js:10)
at Object._renderCurrentPageModels (bold.report-viewer.min.js:10)
at Object._getPageModel (bold.report-viewer.min.js:10)
at Object.success (bold.report-viewer.min.js:10)
at fire (jquery.js:3500)
at Object.fireWith [as resolveWith] (jquery.js:3630)
at done (jquery.js:9796)
Someone can help? What am I missing in my Angular project configuration?
Thank you.