Highcharts programmed in for ASP.net webform (serv

2019-08-29 00:11发布

I have put a highchart control in my aspx page. The control assigns the asp:Literal the Html string generated by high charts as shown below:

HighsoftNamespace Highsoft = new HighsoftNamespace();
string result = Highsoft.GetHighcharts(this.HighChart, 
this.ChartName).ToHtmlString(); 
this.litHighChartIncident.Text = result;

The chrome shows the chart perefctly without any errors but internet explorer throws the following error and does not display the chart:

Highcharts error #27: [www.highcharts.com/errors/27]

Internet explorer version is 11.

Any ideas what am i missing?

0条回答
登录 后发表回答