Awesome - thank you! And thanks for pointing me towards the xxxSeriesCfg classes!

By on 5/20/2015 5:05 AM ()

Hi, thanks for the suggestion!

A new release will contain it soon. Configuration object types for specific series types are now called like AreaSeriesCfg. They all inherit from SeriesCfg, and an empty constructor implicitly sets the type property (so AreaSeriesCfg() translates to {type: "area"}).

By on 5/18/2015 11:59 AM ()

AndrĂ¡s, it seems that the type is set incorrectly. For example, let x = SplineSeriesCfg() generates the following JavaScript:

1
2
3
4
5
         var x;
         x={
          type:spline
         };

instead of:

1
2
3
4
5
         var x;
         x={
          type:"spline"
         };

,which results in http://www.highcharts.com/errors/17

By on 10/20/2015 2:34 AM ()

Thanks for the report. A new version on NuGet (3.5.5.167) contains a fix for this.

By on 10/21/2015 8:59 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper