Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Error when trying to display chart
posted

Hi there,

I'm trying to create a basic demo solution which uses the report viewer to display some data coming from a SQL database. My solution is very similar to the Infragistics.Web.Reporting Examples. However, when I run my project, I get the following:

Chart couldn't be rendered.
Error instantiating Chart. TypeError: Object function (a,b){return new c.fn.init(a,b)} has no method 'type'

However, if I export the report viewer to PDF, the chart appears fine. Any ideas what is happening?

Thanks