HighChart New Update
HighChart New Updates in .Net Core Currently there is some issue in HightChart it is not working properly when run old application it through an exception. I describe the error in following image. Highchart is not a constructor at createChartchart ((index):48:1524) at HTMLDocument.<anonymous> ((index):48:198) So I have found this issues in many website but I did not get any solution finally I got the solution. so I have share code and suggestion about this issues please refer my Code. -------------------------------------Home Controller--------------------------------------------- using HighChartDemoTest.Models; using Highsoft.Web.Mvc.Charts; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace HighChartDemoTest.Controllers { public class HomeController : Controller { ...