You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A custom size for the inner radar. The default size calculation will be overrided with this
@@ -3419,15 +3419,15 @@ public class PlotOptionsRadar
3419
3419
/// <summary>
3420
3420
/// The style options to apply to the radar chart
3421
3421
/// </summary>
3422
-
publicclassPurplePolygons
3422
+
publicclassRadarPolygons
3423
3423
{
3424
3424
/// <summary>
3425
3425
/// The line color of the connector lines of the polygons. If you want to pass more than 1 color, you can pass an array instead of a String. connectorColors: '#e8e8e8' and connectorColors: ['#e8e8e8', '#f1f1f1'] both are valid.
/// The line/border color of the spokes of the chart excluding the connector lines. If you want to pass more than 1 color, you can pass an array instead of a String. strokeColors: '#e8e8e8' and strokeColors: ['#e8e8e8', '#f1f1f1'] both are valid.
@@ -3443,7 +3443,7 @@ public class PurplePolygons
3443
3443
/// <summary>
3444
3444
/// Defines which colors to fill the radar chart with
3445
3445
/// </summary>
3446
-
publicclassTentacledFill
3446
+
publicclassRadarPolygonsFill
3447
3447
{
3448
3448
/// <summary>
3449
3449
/// The list of colors to apply to the radar chart
0 commit comments