diff --git a/Plotly.Blazor.Generator/Program.cs b/Plotly.Blazor.Generator/Program.cs
index 61c24b7a..be10ebb6 100644
--- a/Plotly.Blazor.Generator/Program.cs
+++ b/Plotly.Blazor.Generator/Program.cs
@@ -28,7 +28,7 @@ namespace Plotly.Blazor.Generator
internal class Program
{
private const string NAMESPACE = "Plotly.Blazor";
- private const string PLOTLY_JS_URL = "https://cdn.plot.ly/plotly-2.27.0.min.js";
+ private const string PLOTLY_JS_URL = "https://cdn.plot.ly/plotly-2.27.1.min.js";
private static SchemaRoot _schema;
private static StubbleVisitorRenderer _stubble;
diff --git a/Plotly.Blazor/Animation.cs b/Plotly.Blazor/Animation.cs
index 01651048..a320813f 100644
--- a/Plotly.Blazor/Animation.cs
+++ b/Plotly.Blazor/Animation.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor
///
/// The Animation class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Animation : IEquatable
{
diff --git a/Plotly.Blazor/AnimationLib/DirectionEnum.cs b/Plotly.Blazor/AnimationLib/DirectionEnum.cs
index cd939b3e..c49465ea 100644
--- a/Plotly.Blazor/AnimationLib/DirectionEnum.cs
+++ b/Plotly.Blazor/AnimationLib/DirectionEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.AnimationLib
///
/// The direction in which to play the frames triggered by the animation call
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum DirectionEnum
{
diff --git a/Plotly.Blazor/AnimationLib/Frame.cs b/Plotly.Blazor/AnimationLib/Frame.cs
index 5f1f44f6..3c0f1a40 100644
--- a/Plotly.Blazor/AnimationLib/Frame.cs
+++ b/Plotly.Blazor/AnimationLib/Frame.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.AnimationLib
///
/// The Frame class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Frame : IEquatable
{
diff --git a/Plotly.Blazor/AnimationLib/ModeEnum.cs b/Plotly.Blazor/AnimationLib/ModeEnum.cs
index fb6ae78b..80e29627 100644
--- a/Plotly.Blazor/AnimationLib/ModeEnum.cs
+++ b/Plotly.Blazor/AnimationLib/ModeEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.AnimationLib
/// which the new animation is started. If afterall all existing frames
/// are animated to completion before the new animation is started.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ModeEnum
{
diff --git a/Plotly.Blazor/AnimationLib/Transition.cs b/Plotly.Blazor/AnimationLib/Transition.cs
index 6cccdff8..1269b9c8 100644
--- a/Plotly.Blazor/AnimationLib/Transition.cs
+++ b/Plotly.Blazor/AnimationLib/Transition.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.AnimationLib
///
/// The Transition class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Transition : IEquatable
{
diff --git a/Plotly.Blazor/AnimationLib/TransitionLib/EasingEnum.cs b/Plotly.Blazor/AnimationLib/TransitionLib/EasingEnum.cs
index 2bb19ae8..f4fb2d08 100644
--- a/Plotly.Blazor/AnimationLib/TransitionLib/EasingEnum.cs
+++ b/Plotly.Blazor/AnimationLib/TransitionLib/EasingEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.AnimationLib.TransitionLib
///
/// The easing function used for the transition
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum EasingEnum
{
diff --git a/Plotly.Blazor/AnimationLib/TransitionLib/OrderingEnum.cs b/Plotly.Blazor/AnimationLib/TransitionLib/OrderingEnum.cs
index 8f84e994..7502e35c 100644
--- a/Plotly.Blazor/AnimationLib/TransitionLib/OrderingEnum.cs
+++ b/Plotly.Blazor/AnimationLib/TransitionLib/OrderingEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.AnimationLib.TransitionLib
/// Determines whether the figure's layout or traces smoothly transitions
/// during updates that make both traces and layout change.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrderingEnum
{
diff --git a/Plotly.Blazor/Config.cs b/Plotly.Blazor/Config.cs
index f8497974..06ad1533 100644
--- a/Plotly.Blazor/Config.cs
+++ b/Plotly.Blazor/Config.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor
///
/// The Config class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Config : IEquatable
{
diff --git a/Plotly.Blazor/ConfigLib/DisplayModeBarEnum.cs b/Plotly.Blazor/ConfigLib/DisplayModeBarEnum.cs
index fbf716e0..22996573 100644
--- a/Plotly.Blazor/ConfigLib/DisplayModeBarEnum.cs
+++ b/Plotly.Blazor/ConfigLib/DisplayModeBarEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.ConfigLib
/// visible. If false , the mode bar is always hidden. If hover ,
/// the mode bar is visible while the mouse cursor is on the graph container.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum DisplayModeBarEnum
{
diff --git a/Plotly.Blazor/ConfigLib/DoubleClickEnum.cs b/Plotly.Blazor/ConfigLib/DoubleClickEnum.cs
index c672d753..bd6c0843 100644
--- a/Plotly.Blazor/ConfigLib/DoubleClickEnum.cs
+++ b/Plotly.Blazor/ConfigLib/DoubleClickEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.ConfigLib
/// the odd double clicks resets the axis ranges to their initial values and
/// even double clicks set the axis ranges to their autorange values.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum DoubleClickEnum
{
diff --git a/Plotly.Blazor/ConfigLib/Edits.cs b/Plotly.Blazor/ConfigLib/Edits.cs
index e6342ce5..efbf6311 100644
--- a/Plotly.Blazor/ConfigLib/Edits.cs
+++ b/Plotly.Blazor/ConfigLib/Edits.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.ConfigLib
///
/// The Edits class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Edits : IEquatable
{
diff --git a/Plotly.Blazor/ConfigLib/ScrollZoomFlag.cs b/Plotly.Blazor/ConfigLib/ScrollZoomFlag.cs
index 9fcf3a4e..7d3d165e 100644
--- a/Plotly.Blazor/ConfigLib/ScrollZoomFlag.cs
+++ b/Plotly.Blazor/ConfigLib/ScrollZoomFlag.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.ConfigLib
/// do not have zoombox via pan), but turned off by default for cartesian subplots.
/// Set scrollZoom to false to disable scrolling for all subplots.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum ScrollZoomFlag
diff --git a/Plotly.Blazor/Frames.cs b/Plotly.Blazor/Frames.cs
index 7ceffd81..82f3f206 100644
--- a/Plotly.Blazor/Frames.cs
+++ b/Plotly.Blazor/Frames.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor
///
/// The Frames class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Frames : IEquatable
{
diff --git a/Plotly.Blazor/ITrace.cs b/Plotly.Blazor/ITrace.cs
index b34b6efa..c9332d26 100644
--- a/Plotly.Blazor/ITrace.cs
+++ b/Plotly.Blazor/ITrace.cs
@@ -10,7 +10,7 @@ namespace Plotly.Blazor
///
/// The trace interface.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
public interface ITrace
{
///
diff --git a/Plotly.Blazor/ITransform.cs b/Plotly.Blazor/ITransform.cs
index 11a8e938..20c77245 100644
--- a/Plotly.Blazor/ITransform.cs
+++ b/Plotly.Blazor/ITransform.cs
@@ -10,7 +10,7 @@ namespace Plotly.Blazor
///
/// The transform interface.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
public interface ITransform
{
///
diff --git a/Plotly.Blazor/Interop/RelayoutEventData.cs b/Plotly.Blazor/Interop/RelayoutEventData.cs
index b0de82d5..ee0bc0a6 100644
--- a/Plotly.Blazor/Interop/RelayoutEventData.cs
+++ b/Plotly.Blazor/Interop/RelayoutEventData.cs
@@ -14,22 +14,20 @@ namespace Plotly.Blazor.Interop
public class RelayoutEventData
{
///
- /// The x-axis of the layout. [x0, x1]. This may not be set.
+ /// The x-axis of the layout. [x0, x1]
///
///
- /// Array of objects to be compatible to multiple data types.
- /// Has to be casted manually.
+ /// In some cases this may be not be set.
///
- public object[] XRange { get; set; }
+ public double[] XRange { get; set; }
///
- /// The y-axis of the layout. [y0, y1]. This may not be set.
+ /// The y-axis of the layout. [y0, y1].
///
///
- /// Array of objects to be compatible to multiple data types.
- /// Has to be casted manually.
+ /// In some cases this may be not be set.
///
- public object[] YRange { get; set; }
+ public double[] YRange { get; set; }
}
}
diff --git a/Plotly.Blazor/Layout.cs b/Plotly.Blazor/Layout.cs
index 5390b1aa..b6cf52c0 100644
--- a/Plotly.Blazor/Layout.cs
+++ b/Plotly.Blazor/Layout.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor
///
/// The Layout class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Layout : IEquatable
diff --git a/Plotly.Blazor/LayoutLib/ActiveSelection.cs b/Plotly.Blazor/LayoutLib/ActiveSelection.cs
index a3101984..2b37caee 100644
--- a/Plotly.Blazor/LayoutLib/ActiveSelection.cs
+++ b/Plotly.Blazor/LayoutLib/ActiveSelection.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The ActiveSelection class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ActiveSelection : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ActiveShape.cs b/Plotly.Blazor/LayoutLib/ActiveShape.cs
index 19df4887..33216256 100644
--- a/Plotly.Blazor/LayoutLib/ActiveShape.cs
+++ b/Plotly.Blazor/LayoutLib/ActiveShape.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The ActiveShape class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ActiveShape : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/Annotation.cs b/Plotly.Blazor/LayoutLib/Annotation.cs
index 7ff36e40..89fd9c02 100644
--- a/Plotly.Blazor/LayoutLib/Annotation.cs
+++ b/Plotly.Blazor/LayoutLib/Annotation.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Annotation class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Annotation : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/AnnotationLib/AlignEnum.cs b/Plotly.Blazor/LayoutLib/AnnotationLib/AlignEnum.cs
index 708ae4ca..366729af 100644
--- a/Plotly.Blazor/LayoutLib/AnnotationLib/AlignEnum.cs
+++ b/Plotly.Blazor/LayoutLib/AnnotationLib/AlignEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// one or more <br> HTML tags) or if an explicit width is set to override
/// the text width.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AlignEnum
{
diff --git a/Plotly.Blazor/LayoutLib/AnnotationLib/ArrowSideFlag.cs b/Plotly.Blazor/LayoutLib/AnnotationLib/ArrowSideFlag.cs
index dfc87292..dddae296 100644
--- a/Plotly.Blazor/LayoutLib/AnnotationLib/ArrowSideFlag.cs
+++ b/Plotly.Blazor/LayoutLib/AnnotationLib/ArrowSideFlag.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
///
/// Sets the annotation arrow head position.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum ArrowSideFlag
diff --git a/Plotly.Blazor/LayoutLib/AnnotationLib/ClickToShowEnum.cs b/Plotly.Blazor/LayoutLib/AnnotationLib/ClickToShowEnum.cs
index 6e2c8caf..55ac6305 100644
--- a/Plotly.Blazor/LayoutLib/AnnotationLib/ClickToShowEnum.cs
+++ b/Plotly.Blazor/LayoutLib/AnnotationLib/ClickToShowEnum.cs
@@ -21,7 +21,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// label markers though, standoff is preferred over xclick and
/// yclick .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ClickToShowEnum
{
diff --git a/Plotly.Blazor/LayoutLib/AnnotationLib/Font.cs b/Plotly.Blazor/LayoutLib/AnnotationLib/Font.cs
index 70587632..f81e3e6a 100644
--- a/Plotly.Blazor/LayoutLib/AnnotationLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/AnnotationLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/AnnotationLib/HoverLabel.cs b/Plotly.Blazor/LayoutLib/AnnotationLib/HoverLabel.cs
index c026bd04..cdbcd070 100644
--- a/Plotly.Blazor/LayoutLib/AnnotationLib/HoverLabel.cs
+++ b/Plotly.Blazor/LayoutLib/AnnotationLib/HoverLabel.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
///
/// The HoverLabel class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class HoverLabel : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/AnnotationLib/HoverLabelLib/Font.cs b/Plotly.Blazor/LayoutLib/AnnotationLib/HoverLabelLib/Font.cs
index 8d40c354..c913c832 100644
--- a/Plotly.Blazor/LayoutLib/AnnotationLib/HoverLabelLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/AnnotationLib/HoverLabelLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib.HoverLabelLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/AnnotationLib/VAlignEnum.cs b/Plotly.Blazor/LayoutLib/AnnotationLib/VAlignEnum.cs
index fb6b23d4..1deef270 100644
--- a/Plotly.Blazor/LayoutLib/AnnotationLib/VAlignEnum.cs
+++ b/Plotly.Blazor/LayoutLib/AnnotationLib/VAlignEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// Sets the vertical alignment of the text within the box. Has an effect
/// only if an explicit height is set to override the text height.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VAlignEnum
{
diff --git a/Plotly.Blazor/LayoutLib/AnnotationLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/AnnotationLib/XAnchorEnum.cs
index 8549f614..6ff764de 100644
--- a/Plotly.Blazor/LayoutLib/AnnotationLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/AnnotationLib/XAnchorEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// or if there is an arrow, whereas for paper-referenced with no arrow, the
/// anchor picked corresponds to the closest side.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/AnnotationLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/AnnotationLib/YAnchorEnum.cs
index 705c4c61..2718bc35 100644
--- a/Plotly.Blazor/LayoutLib/AnnotationLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/AnnotationLib/YAnchorEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// whereas for paper-referenced with no arrow, the anchor picked corresponds
/// to the closest side.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/LayoutLib/AutoTypeNumbersEnum.cs
index 79ef8e69..cb1f39fb 100644
--- a/Plotly.Blazor/LayoutLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/LayoutLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib
/// be treated as a number during automatic axis type detection. This
/// is the default value; however it could be overridden for individual axes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/LayoutLib/BarModeEnum.cs b/Plotly.Blazor/LayoutLib/BarModeEnum.cs
index f8256dce..bb44ca46 100644
--- a/Plotly.Blazor/LayoutLib/BarModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/BarModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib
/// overlay , the bars are plotted over one another, you might need to
/// reduce opacity to see multiple bars.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum BarModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/BarNormEnum.cs b/Plotly.Blazor/LayoutLib/BarNormEnum.cs
index 96c94ab6..e7f56266 100644
--- a/Plotly.Blazor/LayoutLib/BarNormEnum.cs
+++ b/Plotly.Blazor/LayoutLib/BarNormEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
/// the value of each bar is divided by the sum of all values at that location
/// coordinate. percent is the same but multiplied by 100 to show percentages.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum BarNormEnum
{
diff --git a/Plotly.Blazor/LayoutLib/BoxModeEnum.cs b/Plotly.Blazor/LayoutLib/BoxModeEnum.cs
index f3369e46..7275bc72 100644
--- a/Plotly.Blazor/LayoutLib/BoxModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/BoxModeEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
/// one another, you might need to set opacity to see them multiple boxes.
/// Has no effect on traces that have width set.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum BoxModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/CalendarEnum.cs b/Plotly.Blazor/LayoutLib/CalendarEnum.cs
index e0b856a8..6d2381d9 100644
--- a/Plotly.Blazor/LayoutLib/CalendarEnum.cs
+++ b/Plotly.Blazor/LayoutLib/CalendarEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib
/// Sets the default calendar system to use for interpreting and displaying
/// dates throughout the plot.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CalendarEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ClickModeFlag.cs b/Plotly.Blazor/LayoutLib/ClickModeFlag.cs
index 68dd3a41..096e8a00 100644
--- a/Plotly.Blazor/LayoutLib/ClickModeFlag.cs
+++ b/Plotly.Blazor/LayoutLib/ClickModeFlag.cs
@@ -23,7 +23,7 @@ namespace Plotly.Blazor.LayoutLib
/// is missing, plotly_click and plotly_selected events are not
/// fired.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum ClickModeFlag
diff --git a/Plotly.Blazor/LayoutLib/ColorAxis.cs b/Plotly.Blazor/LayoutLib/ColorAxis.cs
index adc316d6..04ec88a8 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxis.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxis.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The ColorAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ColorAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBar.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBar.cs
index 0962e6f4..c2380d6c 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBar.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBar.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib
///
/// The ColorBar class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ColorBar : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ExponentFormatEnum.cs
index 21f4f7f5..efe3ea62 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/LenModeEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/LenModeEnum.cs
index 598afe87..ab5b4779 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/LenModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/LenModeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// color variation direction) is set in units of plot fraction or in
/// *pixels. Use len to set the value.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LenModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/OrientationEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/OrientationEnum.cs
index a0a48394..f005555a 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/OrientationEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/OrientationEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
///
/// Sets the orientation of the colorbar.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrientationEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowExponentEnum.cs
index f43bf28c..0484a75a 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowTickPrefixEnum.cs
index 170974ec..b51d33ce 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowTickSuffixEnum.cs
index 5349c1f5..c2c0ffb7 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ThicknessModeEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ThicknessModeEnum.cs
index bef87c3f..776153c2 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ThicknessModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/ThicknessModeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// constant color direction) is set in units of plot fraction or in
/// pixels . Use thickness to set the value.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ThicknessModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickFont.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickFont.cs
index ac149666..990318bd 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickFormatStop.cs
index 2309dc01..93944b75 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickLabelOverflowEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickLabelOverflowEnum.cs
index c3c25fc7..e60c5f0a 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickLabelOverflowEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickLabelOverflowEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// is 'hide past domain'. In other cases the default is 'hide past
/// div'.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelOverflowEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickLabelPositionEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickLabelPositionEnum.cs
index 8dd99b72..9904f9b2 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickLabelPositionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickLabelPositionEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// options are used when orientation is h , top and bottom when
/// orientation is v .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelPositionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickModeEnum.cs
index eb2ab737..340ca94f 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TicksEnum.cs
index d202e559..6f54f9b0 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/Title.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/Title.cs
index 6f43c316..266f0737 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TitleLib/Font.cs
index 12a0a4a3..022ec9d0 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TitleLib/SideEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TitleLib/SideEnum.cs
index c6715f7a..d8eb63f0 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TitleLib/SideEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/TitleLib/SideEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib.TitleLib
/// to right when orientation if h . Note that the title's
/// location used to be set by the now deprecated titleside attribute.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SideEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/XAnchorEnum.cs
index 97531b3e..5b61204b 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/XAnchorEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// of the color bar. Defaults to left when orientation is v
/// and center when orientation is h .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/XRefEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/XRefEnum.cs
index dc367f6b..b4aa5275 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/XRefEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/XRefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// width of the plot. paper refers to the width of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XRefEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/YAnchorEnum.cs
index 5dd98bd5..338551ce 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/YAnchorEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// color bar. Defaults to middle when orientation is v
/// and bottom when orientation is h .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/YRefEnum.cs b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/YRefEnum.cs
index 6adfbd6c..930430c4 100644
--- a/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/YRefEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBarLib/YRefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// height of the plot. paper refers to the height of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YRefEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ColorScale.cs b/Plotly.Blazor/LayoutLib/ColorScale.cs
index 449311fd..6aa16dbe 100644
--- a/Plotly.Blazor/LayoutLib/ColorScale.cs
+++ b/Plotly.Blazor/LayoutLib/ColorScale.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The ColorScale class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ColorScale : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/DragModeEnum.cs b/Plotly.Blazor/LayoutLib/DragModeEnum.cs
index 06e7e158..ea690a8f 100644
--- a/Plotly.Blazor/LayoutLib/DragModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/DragModeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
/// apply only to scatter traces with markers or text. orbit and turntable
/// apply only to 3D scenes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum DragModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Font.cs b/Plotly.Blazor/LayoutLib/Font.cs
index e9104d75..31168ef6 100644
--- a/Plotly.Blazor/LayoutLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/FunnelModeEnum.cs b/Plotly.Blazor/LayoutLib/FunnelModeEnum.cs
index caedabaf..10bd5ec6 100644
--- a/Plotly.Blazor/LayoutLib/FunnelModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/FunnelModeEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
/// shared location. With overlay , the bars are plotted over one another,
/// you might need to reduce opacity to see multiple bars.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum FunnelModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Geo.cs b/Plotly.Blazor/LayoutLib/Geo.cs
index 78e76e25..b2371c12 100644
--- a/Plotly.Blazor/LayoutLib/Geo.cs
+++ b/Plotly.Blazor/LayoutLib/Geo.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Geo class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Geo : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/Center.cs b/Plotly.Blazor/LayoutLib/GeoLib/Center.cs
index d3c7d506..6ace9b72 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/Center.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/Center.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib
///
/// The Center class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Center : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/Domain.cs b/Plotly.Blazor/LayoutLib/GeoLib/Domain.cs
index c2519556..58e009d7 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/Domain.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/Domain.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib
///
/// The Domain class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Domain : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/FitBoundsEnum.cs b/Plotly.Blazor/LayoutLib/GeoLib/FitBoundsEnum.cs
index f2cb3100..f39bf772 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/FitBoundsEnum.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/FitBoundsEnum.cs
@@ -22,7 +22,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib
/// provided) is considered in the fitbounds computations, Defaults to
/// false .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum FitBoundsEnum
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/LaTaxis.cs b/Plotly.Blazor/LayoutLib/GeoLib/LaTaxis.cs
index 6e122ca5..196d1daa 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/LaTaxis.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/LaTaxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib
///
/// The LaTaxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class LaTaxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/LonAxis.cs b/Plotly.Blazor/LayoutLib/GeoLib/LonAxis.cs
index 0c33939c..fb91431a 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/LonAxis.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/LonAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib
///
/// The LonAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class LonAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/Projection.cs b/Plotly.Blazor/LayoutLib/GeoLib/Projection.cs
index c972424a..efb82f94 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/Projection.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/Projection.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib
///
/// The Projection class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Projection : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/ProjectionLib/Rotation.cs b/Plotly.Blazor/LayoutLib/GeoLib/ProjectionLib/Rotation.cs
index 27126e7a..48fda565 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/ProjectionLib/Rotation.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/ProjectionLib/Rotation.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib.ProjectionLib
///
/// The Rotation class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Rotation : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/ProjectionLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/GeoLib/ProjectionLib/TypeEnum.cs
index 0b14fabe..fe0e95b5 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/ProjectionLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/ProjectionLib/TypeEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib.ProjectionLib
///
/// Sets the projection type.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/ResolutionEnum.cs b/Plotly.Blazor/LayoutLib/GeoLib/ResolutionEnum.cs
index 1b1ed6c3..97f8baf0 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/ResolutionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/ResolutionEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib
/// Sets the resolution of the base layers. The values have units of km/mm e.g.
/// 110 corresponds to a scale ratio of 1:110,000,000.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ResolutionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/GeoLib/ScopeEnum.cs b/Plotly.Blazor/LayoutLib/GeoLib/ScopeEnum.cs
index 568f2719..def15469 100644
--- a/Plotly.Blazor/LayoutLib/GeoLib/ScopeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/GeoLib/ScopeEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.GeoLib
///
/// Set the scope of the map.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ScopeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Grid.cs b/Plotly.Blazor/LayoutLib/Grid.cs
index 6ebcef29..c8893c15 100644
--- a/Plotly.Blazor/LayoutLib/Grid.cs
+++ b/Plotly.Blazor/LayoutLib/Grid.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Grid class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Grid : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/GridLib/Domain.cs b/Plotly.Blazor/LayoutLib/GridLib/Domain.cs
index 71b12466..8efbe5fc 100644
--- a/Plotly.Blazor/LayoutLib/GridLib/Domain.cs
+++ b/Plotly.Blazor/LayoutLib/GridLib/Domain.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.GridLib
///
/// The Domain class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Domain : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/GridLib/PatternEnum.cs b/Plotly.Blazor/LayoutLib/GridLib/PatternEnum.cs
index 84ce9e60..049a6d57 100644
--- a/Plotly.Blazor/LayoutLib/GridLib/PatternEnum.cs
+++ b/Plotly.Blazor/LayoutLib/GridLib/PatternEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.GridLib
/// y axis per row. independent uses a new xy pair for each cell, left-to-right
/// across each row then iterating rows according to roworder .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum PatternEnum
{
diff --git a/Plotly.Blazor/LayoutLib/GridLib/RowOrderEnum.cs b/Plotly.Blazor/LayoutLib/GridLib/RowOrderEnum.cs
index 05fd3fd6..4eb4a301 100644
--- a/Plotly.Blazor/LayoutLib/GridLib/RowOrderEnum.cs
+++ b/Plotly.Blazor/LayoutLib/GridLib/RowOrderEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.GridLib
/// Is the first row the top or the bottom? Note that columns are always enumerated
/// from left to right.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RowOrderEnum
{
diff --git a/Plotly.Blazor/LayoutLib/GridLib/XSideEnum.cs b/Plotly.Blazor/LayoutLib/GridLib/XSideEnum.cs
index 1829bcbc..520db214 100644
--- a/Plotly.Blazor/LayoutLib/GridLib/XSideEnum.cs
+++ b/Plotly.Blazor/LayoutLib/GridLib/XSideEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.GridLib
/// bottom of the grid. 'bottom plot' is the lowest plot that each x
/// axis is used in. top and 'top plot' are similar.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XSideEnum
{
diff --git a/Plotly.Blazor/LayoutLib/GridLib/YSideEnum.cs b/Plotly.Blazor/LayoutLib/GridLib/YSideEnum.cs
index ac3d793f..87ae7b87 100644
--- a/Plotly.Blazor/LayoutLib/GridLib/YSideEnum.cs
+++ b/Plotly.Blazor/LayoutLib/GridLib/YSideEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.GridLib
/// edge of the grid. 'left plot' is the leftmost plot that each y axis
/// is used in. right and 'right plot' are similar.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YSideEnum
{
diff --git a/Plotly.Blazor/LayoutLib/HoverLabel.cs b/Plotly.Blazor/LayoutLib/HoverLabel.cs
index 8e65d1e9..65b0793b 100644
--- a/Plotly.Blazor/LayoutLib/HoverLabel.cs
+++ b/Plotly.Blazor/LayoutLib/HoverLabel.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The HoverLabel class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class HoverLabel : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/HoverLabelLib/AlignEnum.cs b/Plotly.Blazor/LayoutLib/HoverLabelLib/AlignEnum.cs
index 264bcf59..951fc13f 100644
--- a/Plotly.Blazor/LayoutLib/HoverLabelLib/AlignEnum.cs
+++ b/Plotly.Blazor/LayoutLib/HoverLabelLib/AlignEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.HoverLabelLib
/// Sets the horizontal alignment of the text content within hover label box.
/// Has an effect only if the hover label text spans more two or more lines
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AlignEnum
{
diff --git a/Plotly.Blazor/LayoutLib/HoverLabelLib/Font.cs b/Plotly.Blazor/LayoutLib/HoverLabelLib/Font.cs
index d552817f..bf82117e 100644
--- a/Plotly.Blazor/LayoutLib/HoverLabelLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/HoverLabelLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.HoverLabelLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/HoverLabelLib/GroupTitleFont.cs b/Plotly.Blazor/LayoutLib/HoverLabelLib/GroupTitleFont.cs
index d8ddb5b0..d35e0fbd 100644
--- a/Plotly.Blazor/LayoutLib/HoverLabelLib/GroupTitleFont.cs
+++ b/Plotly.Blazor/LayoutLib/HoverLabelLib/GroupTitleFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.HoverLabelLib
///
/// The GroupTitleFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class GroupTitleFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/HoverModeEnum.cs b/Plotly.Blazor/LayoutLib/HoverModeEnum.cs
index 9f63b2ae..795592bc 100644
--- a/Plotly.Blazor/LayoutLib/HoverModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/HoverModeEnum.cs
@@ -20,7 +20,7 @@ namespace Plotly.Blazor.LayoutLib
/// In this mode, spikelines are enabled by default perpendicular to the specified
/// axis. If false, hover interactions are disabled.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum HoverModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Image.cs b/Plotly.Blazor/LayoutLib/Image.cs
index faee2211..2194cfd0 100644
--- a/Plotly.Blazor/LayoutLib/Image.cs
+++ b/Plotly.Blazor/LayoutLib/Image.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Image class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Image : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ImageLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/ImageLib/LayerEnum.cs
index 964ed6ce..c99aca20 100644
--- a/Plotly.Blazor/LayoutLib/ImageLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ImageLib/LayerEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ImageLib
/// and yref are both set to paper , image is drawn below the entire
/// plot area.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ImageLib/SizingEnum.cs b/Plotly.Blazor/LayoutLib/ImageLib/SizingEnum.cs
index 9c64335a..358db533 100644
--- a/Plotly.Blazor/LayoutLib/ImageLib/SizingEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ImageLib/SizingEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.ImageLib
///
/// Specifies which dimension of the image to constrain.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SizingEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ImageLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/ImageLib/XAnchorEnum.cs
index 5bb824e3..1ee9660d 100644
--- a/Plotly.Blazor/LayoutLib/ImageLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ImageLib/XAnchorEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.ImageLib
///
/// Sets the anchor for the x position
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ImageLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/ImageLib/YAnchorEnum.cs
index 19ad2821..76456b9b 100644
--- a/Plotly.Blazor/LayoutLib/ImageLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ImageLib/YAnchorEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.ImageLib
///
/// Sets the anchor for the y position.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Legend.cs b/Plotly.Blazor/LayoutLib/Legend.cs
index 14686bca..eb47c901 100644
--- a/Plotly.Blazor/LayoutLib/Legend.cs
+++ b/Plotly.Blazor/LayoutLib/Legend.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Legend class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Legend : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/EntryWidthModeEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/EntryWidthModeEnum.cs
index aaf58e1d..7217f84b 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/EntryWidthModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/EntryWidthModeEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
///
/// Determines what entrywidth means.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum EntryWidthModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/Font.cs b/Plotly.Blazor/LayoutLib/LegendLib/Font.cs
index bc4df2ae..9471ee7b 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/GroupClickEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/GroupClickEnum.cs
index 379080cc..be38ced0 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/GroupClickEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/GroupClickEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// toggles the visibility of all items in the same legendgroup as the item
/// clicked on the graph.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum GroupClickEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/GroupTitleFont.cs b/Plotly.Blazor/LayoutLib/LegendLib/GroupTitleFont.cs
index 9d22f375..d2f331c5 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/GroupTitleFont.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/GroupTitleFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
///
/// The GroupTitleFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class GroupTitleFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/ItemClickEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/ItemClickEnum.cs
index 1888c131..a719d92c 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/ItemClickEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/ItemClickEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// clicked item the sole visible item on the graph. false disables legend
/// item click interactions.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ItemClickEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/ItemDoubleClickEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/ItemDoubleClickEnum.cs
index 27a2dff1..d5a6875c 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/ItemDoubleClickEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/ItemDoubleClickEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// the clicked item the sole visible item on the graph. false disables
/// legend item double-click interactions.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ItemDoubleClickEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/ItemSizingEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/ItemSizingEnum.cs
index fecf75d7..0b67b2e7 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/ItemSizingEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/ItemSizingEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// attributes or remain constant independent of the symbol size on the
/// graph.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ItemSizingEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/OrientationEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/OrientationEnum.cs
index 726a6a51..6fa054ac 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/OrientationEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/OrientationEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
///
/// Sets the orientation of the legend.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrientationEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/Title.cs b/Plotly.Blazor/LayoutLib/LegendLib/Title.cs
index 730e5849..0e3b1e56 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/LegendLib/TitleLib/Font.cs
index 56f02667..65026c27 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/TitleLib/SideEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/TitleLib/SideEnum.cs
index 4e37f653..3cab35a9 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/TitleLib/SideEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/TitleLib/SideEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib.TitleLib
/// options could be used to expand top center and top right are for horizontal
/// alignment legend area in both x and y sides.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SideEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/TraceOrderFlag.cs b/Plotly.Blazor/LayoutLib/LegendLib/TraceOrderFlag.cs
index cae71adb..f13960ed 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/TraceOrderFlag.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/TraceOrderFlag.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// is provided). if grouped+reversed , the items are displayed in the
/// opposite order as grouped .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum TraceOrderFlag
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/VAlignEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/VAlignEnum.cs
index f93d9a87..d252136f 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/VAlignEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/VAlignEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// Sets the vertical alignment of the symbols with respect to their associated
/// text.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VAlignEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/XAnchorEnum.cs
index 09ab22cf..b32093f4 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/XAnchorEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// less than or equal to 1/3 and anchors legends with respect to their center
/// otherwise.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/XRefEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/XRefEnum.cs
index b54eeae6..30fae220 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/XRefEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/XRefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// width of the plot. paper refers to the width of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XRefEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/YAnchorEnum.cs
index ec420dfd..96369328 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/YAnchorEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// greater than or equal to 2/3 and anchors legends with respect to their middle
/// otherwise.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/LegendLib/YRefEnum.cs b/Plotly.Blazor/LayoutLib/LegendLib/YRefEnum.cs
index 5e01c4f8..7bcb7a48 100644
--- a/Plotly.Blazor/LayoutLib/LegendLib/YRefEnum.cs
+++ b/Plotly.Blazor/LayoutLib/LegendLib/YRefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.LegendLib
/// height of the plot. paper refers to the height of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YRefEnum
{
diff --git a/Plotly.Blazor/LayoutLib/MapBox.cs b/Plotly.Blazor/LayoutLib/MapBox.cs
index 9456d57c..70b3d4eb 100644
--- a/Plotly.Blazor/LayoutLib/MapBox.cs
+++ b/Plotly.Blazor/LayoutLib/MapBox.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The MapBox class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class MapBox : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/Bounds.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/Bounds.cs
index baabd68a..da551d5a 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/Bounds.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/Bounds.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib
///
/// The Bounds class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Bounds : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/Center.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/Center.cs
index af80b7a7..77a98576 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/Center.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/Center.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib
///
/// The Center class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Center : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/Domain.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/Domain.cs
index 8eb8c67e..350be7a0 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/Domain.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/Domain.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib
///
/// The Domain class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Domain : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/Layer.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/Layer.cs
index f7c653f6..038e321d 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/Layer.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/Layer.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib
///
/// The Layer class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Layer : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Circle.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Circle.cs
index 3fdbbbb0..522404b7 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Circle.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Circle.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib.LayerLib
///
/// The Circle class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Circle : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Fill.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Fill.cs
index c239a2dd..b798c498 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Fill.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Fill.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib.LayerLib
///
/// The Fill class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Fill : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Line.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Line.cs
index f43228da..9ca27c44 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Line.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Line.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib.LayerLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SourceTypeEnum.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SourceTypeEnum.cs
index 898bb41c..295ddfc1 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SourceTypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SourceTypeEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib.LayerLib
///
/// Sets the source type for this layer, that is the type of the layer data.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SourceTypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Symbol.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Symbol.cs
index 0eb26f51..16a301a1 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Symbol.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/Symbol.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib.LayerLib
///
/// The Symbol class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Symbol : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/PlacementEnum.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/PlacementEnum.cs
index d040eaf6..0a8b5df3 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/PlacementEnum.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/PlacementEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib.LayerLib.SymbolLib
/// the line of the geometry If placement is line-center , the
/// label is placed on the center of the geometry
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum PlacementEnum
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/TextFont.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/TextFont.cs
index bf7d7c27..08edb700 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/TextFont.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/TextFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib.LayerLib.SymbolLib
///
/// The TextFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TextFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/TextPositionEnum.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/TextPositionEnum.cs
index 35cdfd8c..3663abb7 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/TextPositionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/SymbolLib/TextPositionEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib.LayerLib.SymbolLib
/// Sets the positions of the text elements with respects to the (x,y)
/// coordinates.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TextPositionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/TypeEnum.cs
index 95ec8478..c9e6b2e3 100644
--- a/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/MapBoxLib/LayerLib/TypeEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.MapBoxLib.LayerLib
/// With sourcetype set to raster or image , only
/// the raster value is allowed.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Margin.cs b/Plotly.Blazor/LayoutLib/Margin.cs
index a621732c..ff301c3a 100644
--- a/Plotly.Blazor/LayoutLib/Margin.cs
+++ b/Plotly.Blazor/LayoutLib/Margin.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Margin class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Margin : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ModeBar.cs b/Plotly.Blazor/LayoutLib/ModeBar.cs
index d5266f3f..97a64c56 100644
--- a/Plotly.Blazor/LayoutLib/ModeBar.cs
+++ b/Plotly.Blazor/LayoutLib/ModeBar.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The ModeBar class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class ModeBar : IEquatable
diff --git a/Plotly.Blazor/LayoutLib/ModeBarLib/OrientationEnum.cs b/Plotly.Blazor/LayoutLib/ModeBarLib/OrientationEnum.cs
index c8e317b6..e1d0b36e 100644
--- a/Plotly.Blazor/LayoutLib/ModeBarLib/OrientationEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ModeBarLib/OrientationEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.ModeBarLib
///
/// Sets the orientation of the modebar.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrientationEnum
{
diff --git a/Plotly.Blazor/LayoutLib/NewSelection.cs b/Plotly.Blazor/LayoutLib/NewSelection.cs
index 146cdd39..4942704c 100644
--- a/Plotly.Blazor/LayoutLib/NewSelection.cs
+++ b/Plotly.Blazor/LayoutLib/NewSelection.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The NewSelection class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class NewSelection : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/NewSelectionLib/Line.cs b/Plotly.Blazor/LayoutLib/NewSelectionLib/Line.cs
index 4e6c93d0..a4ca2b6c 100644
--- a/Plotly.Blazor/LayoutLib/NewSelectionLib/Line.cs
+++ b/Plotly.Blazor/LayoutLib/NewSelectionLib/Line.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.NewSelectionLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/NewSelectionLib/ModeEnum.cs b/Plotly.Blazor/LayoutLib/NewSelectionLib/ModeEnum.cs
index e07c26fc..2c0e753c 100644
--- a/Plotly.Blazor/LayoutLib/NewSelectionLib/ModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/NewSelectionLib/ModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.NewSelectionLib
/// created after first mouse. By adding to and subtracting from the initial
/// selection, this option allows declaring extra outlines of the selection.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/NewShape.cs b/Plotly.Blazor/LayoutLib/NewShape.cs
index d6688b73..89ad9d4e 100644
--- a/Plotly.Blazor/LayoutLib/NewShape.cs
+++ b/Plotly.Blazor/LayoutLib/NewShape.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The NewShape class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class NewShape : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/DrawDirectionEnum.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/DrawDirectionEnum.cs
index 1d8f2845..9b4a5dc4 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/DrawDirectionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/DrawDirectionEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib
/// the draw to be either horizontal or vertical. horizontal allows horizontal
/// extend. vertical allows vertical extend.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum DrawDirectionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/FillRuleEnum.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/FillRuleEnum.cs
index 8ee2e3f8..87ecba0e 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/FillRuleEnum.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/FillRuleEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib
///
/// Determines the path's interior. For more info please visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum FillRuleEnum
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/Label.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/Label.cs
index 3664952f..7129b282 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/Label.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/Label.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib
///
/// The Label class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Label : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/Font.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/Font.cs
index 88910e04..14da47a3 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib.LabelLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/TextPositionEnum.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/TextPositionEnum.cs
index 91c2d8e1..1676c8f5 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/TextPositionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/TextPositionEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib.LabelLib
/// middle , and end . Default: 'middle center' for rectangles,
/// circles, and paths; middle for lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TextPositionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/XAnchorEnum.cs
index f19680d1..95759ade 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/XAnchorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib.LabelLib
/// and xanchor to right then the right-most portion of the label
/// text lines up with the right-most edge of the new shape.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/YAnchorEnum.cs
index 731638c2..af9d690f 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/LabelLib/YAnchorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib.LabelLib
/// and yanchor to top then the top-most portion of the label
/// text lines up with the top-most edge of the new shape.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/LayerEnum.cs
index e67c9f0b..49c32271 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/LayerEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib
///
/// Specifies whether new shapes are drawn below or above traces.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/LegendGroupTitle.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/LegendGroupTitle.cs
index 69120cc5..05154d7f 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/LegendGroupTitle.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/LegendGroupTitle.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib
///
/// The LegendGroupTitle class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class LegendGroupTitle : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/LegendGroupTitleLib/Font.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/LegendGroupTitleLib/Font.cs
index c23847bc..349053a5 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/LegendGroupTitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/LegendGroupTitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib.LegendGroupTitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/Line.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/Line.cs
index 41be674d..7a183381 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/Line.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/Line.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/NewShapeLib/VisibleEnum.cs b/Plotly.Blazor/LayoutLib/NewShapeLib/VisibleEnum.cs
index 60034ce5..83a1e2de 100644
--- a/Plotly.Blazor/LayoutLib/NewShapeLib/VisibleEnum.cs
+++ b/Plotly.Blazor/LayoutLib/NewShapeLib/VisibleEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.NewShapeLib
/// shape is not drawn, but can appear as a legend item (provided that the legend
/// itself is visible).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VisibleEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Polar.cs b/Plotly.Blazor/LayoutLib/Polar.cs
index 5bdc00e9..c344b812 100644
--- a/Plotly.Blazor/LayoutLib/Polar.cs
+++ b/Plotly.Blazor/LayoutLib/Polar.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Polar class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Polar : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxis.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxis.cs
index 407d7ace..b20927ac 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxis.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib
///
/// The AngularAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class AngularAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/AutoTypeNumbersEnum.cs
index 86843539..daf7b48a 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// be treated as a number during automatic axis type detection. Defaults
/// to layout.autotypenumbers.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/CategoryOrderEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/CategoryOrderEnum.cs
index abe0d810..aa97f839 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/CategoryOrderEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/CategoryOrderEnum.cs
@@ -22,7 +22,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// be determined by the numerical order of the values. Similarly, the order
/// can be determined by the min, max, sum, mean or median of all the values.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CategoryOrderEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/DirectionEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/DirectionEnum.cs
index 7493558e..c63248eb 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/DirectionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/DirectionEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
///
/// Sets the direction corresponding to positive angles.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum DirectionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ExponentFormatEnum.cs
index 2d2441a7..bfce339c 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/LayerEnum.cs
index 668a25ea..92fa1128 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/LayerEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// with cliponaxis set to false to show markers and/or text nodes
/// above this axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowExponentEnum.cs
index fcd729c7..575c2235 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowTickPrefixEnum.cs
index 90bb8497..9a924367 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowTickSuffixEnum.cs
index 213403fc..3e541350 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ThetaUnitEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ThetaUnitEnum.cs
index b966998e..804f3337 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ThetaUnitEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/ThetaUnitEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// Sets the format unit of the formatted theta values. Has an effect
/// only when angularaxis.type is linear .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ThetaUnitEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickFont.cs
index 531853cf..b4036b0b 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickFormatStop.cs
index a5ea525f..1d11a150 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickModeEnum.cs
index f1bacf53..9da22edf 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TicksEnum.cs
index 21e6e779..7eef77c5 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TypeEnum.cs
index 6cc58bbb..e6b5a95b 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/AngularAxisLib/TypeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.AngularAxisLib
/// the unit in which axis value are shown. If *category, use period
/// to set the number of integer coordinates around polar axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/Domain.cs b/Plotly.Blazor/LayoutLib/PolarLib/Domain.cs
index c6b1c35d..5c3ee544 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/Domain.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/Domain.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib
///
/// The Domain class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Domain : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/GridShapeEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/GridShapeEnum.cs
index 6ffa5b65..621dfaa5 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/GridShapeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/GridShapeEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib
/// when gridshape is circular (so that radial axis scale is the
/// same as the data scale).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum GridShapeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxis.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxis.cs
index 8b251d52..c84755c3 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxis.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib
///
/// The RadialAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class RadialAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/AutoRangeEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/AutoRangeEnum.cs
index 660cf6da..d95c9db4 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/AutoRangeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/AutoRangeEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// on a reversed axis. Using reversed applies autorange on both ends
/// and reverses the axis direction.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoRangeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/AutoTypeNumbersEnum.cs
index be8154eb..a742a438 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// be treated as a number during automatic axis type detection. Defaults
/// to layout.autotypenumbers.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/Autorangeoptions.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/Autorangeoptions.cs
index cc73df86..c1eceb66 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/Autorangeoptions.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/Autorangeoptions.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
///
/// The AutoRangeOptions class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class AutoRangeOptions : IEquatable
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/CalendarEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/CalendarEnum.cs
index df6d0889..ebe4d941 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/CalendarEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/CalendarEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// is a date axis. This does not set the calendar for interpreting data on
/// this axis, that's specified in the trace or via the global layout.calendar
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CalendarEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/CategoryOrderEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/CategoryOrderEnum.cs
index 0c5ec5a5..0ee2a9db 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/CategoryOrderEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/CategoryOrderEnum.cs
@@ -22,7 +22,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// be determined by the numerical order of the values. Similarly, the order
/// can be determined by the min, max, sum, mean or median of all the values.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CategoryOrderEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ExponentFormatEnum.cs
index 95873619..a2a7c30a 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/LayerEnum.cs
index 8ec1042b..dffe75a3 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/LayerEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// with cliponaxis set to false to show markers and/or text nodes
/// above this axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/RangeModeEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/RangeModeEnum.cs
index fa6765d3..971e2e67 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/RangeModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/RangeModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// data. If normal , the range is computed in relation to the extrema
/// of the input data (same behavior as for cartesian axes).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RangeModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowExponentEnum.cs
index 9722c65b..3d9f91b8 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowTickPrefixEnum.cs
index e7d23802..ef50a3aa 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowTickSuffixEnum.cs
index 8ea739e0..405a91df 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/SideEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/SideEnum.cs
index a370a4f3..c13d0271 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/SideEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/SideEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
///
/// Determines on which side of radial axis line the tick and tick labels appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SideEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickFont.cs
index b148da9f..78695864 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickFormatStop.cs
index 21b85e56..2f21aa0c 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickModeEnum.cs
index 030f3aed..bd8f615b 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TicksEnum.cs
index 2d86e5a4..17a73129 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/Title.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/Title.cs
index 3ba4c487..e34b212c 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TitleLib/Font.cs
index 1251d966..e9dd0dca 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TypeEnum.cs
index 3cc8de52..864b170b 100644
--- a/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/PolarLib/RadialAxisLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.PolarLib.RadialAxisLib
/// Sets the axis type. By default, plotly attempts to determined the axis type
/// by looking into the data of the traces that referenced the axis in question.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ScatterModeEnum.cs b/Plotly.Blazor/LayoutLib/ScatterModeEnum.cs
index 012b1078..a295b843 100644
--- a/Plotly.Blazor/LayoutLib/ScatterModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ScatterModeEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
/// scatter points are plotted over one another, you might need to reduce opacity
/// to see multiple scatter points.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ScatterModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Scene.cs b/Plotly.Blazor/LayoutLib/Scene.cs
index 489bbb2e..bd0ffc95 100644
--- a/Plotly.Blazor/LayoutLib/Scene.cs
+++ b/Plotly.Blazor/LayoutLib/Scene.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Scene class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Scene : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/Annotation.cs b/Plotly.Blazor/LayoutLib/SceneLib/Annotation.cs
index d0394fa1..59326a9d 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/Annotation.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/Annotation.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
///
/// The Annotation class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Annotation : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/AlignEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/AlignEnum.cs
index f024b785..bd85b8b7 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/AlignEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/AlignEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.AnnotationLib
/// one or more <br> HTML tags) or if an explicit width is set to override
/// the text width.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AlignEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/ArrowSideFlag.cs b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/ArrowSideFlag.cs
index c09b1c7b..3664f22c 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/ArrowSideFlag.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/ArrowSideFlag.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.AnnotationLib
///
/// Sets the annotation arrow head position.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum ArrowSideFlag
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/Font.cs b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/Font.cs
index fb8c251a..e20d5181 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.AnnotationLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/HoverLabel.cs b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/HoverLabel.cs
index 28ced142..436b6d6a 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/HoverLabel.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/HoverLabel.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.AnnotationLib
///
/// The HoverLabel class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class HoverLabel : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/HoverLabelLib/Font.cs b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/HoverLabelLib/Font.cs
index 6b9b1b58..41a62b98 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/HoverLabelLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/HoverLabelLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.AnnotationLib.HoverLabelLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/VAlignEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/VAlignEnum.cs
index 329a2949..7d8e8465 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/VAlignEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/VAlignEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.AnnotationLib
/// Sets the vertical alignment of the text within the box. Has an effect
/// only if an explicit height is set to override the text height.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VAlignEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/XAnchorEnum.cs
index 3f8030b0..d3ec7977 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/XAnchorEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.AnnotationLib
/// or if there is an arrow, whereas for paper-referenced with no arrow, the
/// anchor picked corresponds to the closest side.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/YAnchorEnum.cs
index 0b911a1f..2def4db1 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AnnotationLib/YAnchorEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.AnnotationLib
/// whereas for paper-referenced with no arrow, the anchor picked corresponds
/// to the closest side.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AspectModeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/AspectModeEnum.cs
index d41f292c..17ad7e44 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AspectModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AspectModeEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
/// more than four times the size of the two others, where in that case the
/// results of cube are used.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AspectModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/AspectRatio.cs b/Plotly.Blazor/LayoutLib/SceneLib/AspectRatio.cs
index 17a42790..ae6a9273 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/AspectRatio.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/AspectRatio.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
///
/// The AspectRatio class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class AspectRatio : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/Camera.cs b/Plotly.Blazor/LayoutLib/SceneLib/Camera.cs
index af416a64..302a237a 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/Camera.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/Camera.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
///
/// The Camera class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Camera : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Center.cs b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Center.cs
index 5a556494..bbe1f86f 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Center.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Center.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.CameraLib
///
/// The Center class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Center : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Eye.cs b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Eye.cs
index 305bef52..c1ee6099 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Eye.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Eye.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.CameraLib
///
/// The Eye class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Eye : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Projection.cs b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Projection.cs
index 2029894c..aa36916c 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Projection.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Projection.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.CameraLib
///
/// The Projection class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Projection : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/ProjectionLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/ProjectionLib/TypeEnum.cs
index ff43d9dc..a8de8d33 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/ProjectionLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/ProjectionLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.CameraLib.ProjectionLib
/// Sets the projection type. The projection type could be either perspective
/// or orthographic . The default is perspective .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Up.cs b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Up.cs
index 3ab59a87..f7bce522 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Up.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/CameraLib/Up.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.CameraLib
///
/// The Up class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Up : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/Domain.cs b/Plotly.Blazor/LayoutLib/SceneLib/Domain.cs
index 6c64b849..f58becc3 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/Domain.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/Domain.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
///
/// The Domain class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Domain : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/DragModeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/DragModeEnum.cs
index 34599678..eea4f5a4 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/DragModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/DragModeEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
///
/// Determines the mode of drag interactions for this scene.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum DragModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/HoverModeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/HoverModeEnum.cs
index 1d24bbd2..a32d7ee2 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/HoverModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/HoverModeEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
///
/// Determines the mode of hover interactions for this scene.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum HoverModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxis.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxis.cs
index 1a5e67cd..053ac6b4 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxis.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
///
/// The XAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class XAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/AutoRangeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/AutoRangeEnum.cs
index e021e541..aa3e15ea 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/AutoRangeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/AutoRangeEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// on a reversed axis. Using reversed applies autorange on both ends
/// and reverses the axis direction.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoRangeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/AutoTypeNumbersEnum.cs
index 3c251d44..5110abf5 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// be treated as a number during automatic axis type detection. Defaults
/// to layout.autotypenumbers.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/Autorangeoptions.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/Autorangeoptions.cs
index 2481c9e3..29afaf5d 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/Autorangeoptions.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/Autorangeoptions.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
///
/// The AutoRangeOptions class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class AutoRangeOptions : IEquatable
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/CalendarEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/CalendarEnum.cs
index 080fb82d..16e4d434 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/CalendarEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/CalendarEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// is a date axis. This does not set the calendar for interpreting data on
/// this axis, that's specified in the trace or via the global layout.calendar
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CalendarEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/CategoryOrderEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/CategoryOrderEnum.cs
index 732341d0..c8a50182 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/CategoryOrderEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/CategoryOrderEnum.cs
@@ -22,7 +22,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// be determined by the numerical order of the values. Similarly, the order
/// can be determined by the min, max, sum, mean or median of all the values.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CategoryOrderEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ExponentFormatEnum.cs
index 5813e138..9caa890c 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/MirrorEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/MirrorEnum.cs
index b26c4257..8d4b25d4 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/MirrorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/MirrorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// If all , axis lines are mirrored on all shared-axes subplots. If allticks ,
/// axis lines and ticks are mirrored on all shared-axes subplots.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum MirrorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/RangeModeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/RangeModeEnum.cs
index b42ee268..a583af47 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/RangeModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/RangeModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// input data If nonnegative , the range is non-negative, regardless
/// of the input data. Applies only to linear axes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RangeModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowExponentEnum.cs
index 7fc36d6a..5662a239 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowTickPrefixEnum.cs
index a77c4ba6..24607de4 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowTickSuffixEnum.cs
index 0d94f9c8..c0be4fbd 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickFont.cs
index 4571f2b7..a9f9c5f8 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickFormatStop.cs
index 10d89c4a..7095f1d6 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickModeEnum.cs
index c665ab54..bec02745 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TicksEnum.cs
index 57ec3bed..676943e0 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/Title.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/Title.cs
index a6f2bcf4..a5cea776 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TitleLib/Font.cs
index d93bdcbc..6f8c7a9d 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TypeEnum.cs
index b4fd5de3..750f8b7f 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/XAxisLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.XAxisLib
/// Sets the axis type. By default, plotly attempts to determined the axis type
/// by looking into the data of the traces that referenced the axis in question.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxis.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxis.cs
index cb5ab004..6f0a8227 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxis.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
///
/// The YAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class YAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/AutoRangeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/AutoRangeEnum.cs
index 7054f55e..7b9f8a50 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/AutoRangeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/AutoRangeEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// on a reversed axis. Using reversed applies autorange on both ends
/// and reverses the axis direction.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoRangeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/AutoTypeNumbersEnum.cs
index a308d005..b9bd8f08 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// be treated as a number during automatic axis type detection. Defaults
/// to layout.autotypenumbers.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/Autorangeoptions.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/Autorangeoptions.cs
index 777e780b..4a41ecac 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/Autorangeoptions.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/Autorangeoptions.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
///
/// The AutoRangeOptions class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class AutoRangeOptions : IEquatable
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/CalendarEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/CalendarEnum.cs
index ac2e7e60..e7b9a6dc 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/CalendarEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/CalendarEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// is a date axis. This does not set the calendar for interpreting data on
/// this axis, that's specified in the trace or via the global layout.calendar
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CalendarEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/CategoryOrderEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/CategoryOrderEnum.cs
index d2bfad08..331cee3e 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/CategoryOrderEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/CategoryOrderEnum.cs
@@ -22,7 +22,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// be determined by the numerical order of the values. Similarly, the order
/// can be determined by the min, max, sum, mean or median of all the values.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CategoryOrderEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ExponentFormatEnum.cs
index 8bc47e83..2703704a 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/MirrorEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/MirrorEnum.cs
index a15d37fa..c57b5262 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/MirrorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/MirrorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// If all , axis lines are mirrored on all shared-axes subplots. If allticks ,
/// axis lines and ticks are mirrored on all shared-axes subplots.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum MirrorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/RangeModeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/RangeModeEnum.cs
index cc883183..4f3c152e 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/RangeModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/RangeModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// input data If nonnegative , the range is non-negative, regardless
/// of the input data. Applies only to linear axes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RangeModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowExponentEnum.cs
index 18835ace..984712e6 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowTickPrefixEnum.cs
index a22c88d1..11a0177a 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowTickSuffixEnum.cs
index 05a1a4c0..ad9c56c5 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickFont.cs
index 8165d7eb..37c58852 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickFormatStop.cs
index 41b6d97f..ca682395 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickModeEnum.cs
index 205c76e2..81af9286 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TicksEnum.cs
index 148822e2..e90ef7b7 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/Title.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/Title.cs
index a088ab42..feff71d5 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TitleLib/Font.cs
index 42f86ec8..b34ed03f 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TypeEnum.cs
index 5e88f987..8794a3ba 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/YAxisLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.YAxisLib
/// Sets the axis type. By default, plotly attempts to determined the axis type
/// by looking into the data of the traces that referenced the axis in question.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxis.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxis.cs
index 2e73c43c..2eb1887a 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxis.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib
///
/// The ZAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ZAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/AutoRangeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/AutoRangeEnum.cs
index 63a59506..ea04ae7c 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/AutoRangeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/AutoRangeEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// on a reversed axis. Using reversed applies autorange on both ends
/// and reverses the axis direction.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoRangeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/AutoTypeNumbersEnum.cs
index 3b87a943..2fb73357 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// be treated as a number during automatic axis type detection. Defaults
/// to layout.autotypenumbers.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/Autorangeoptions.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/Autorangeoptions.cs
index 8a5901ce..e8b273ad 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/Autorangeoptions.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/Autorangeoptions.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
///
/// The AutoRangeOptions class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class AutoRangeOptions : IEquatable
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/CalendarEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/CalendarEnum.cs
index 96aadb29..a5010afb 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/CalendarEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/CalendarEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// is a date axis. This does not set the calendar for interpreting data on
/// this axis, that's specified in the trace or via the global layout.calendar
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CalendarEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/CategoryOrderEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/CategoryOrderEnum.cs
index ff8ca83a..e69b7468 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/CategoryOrderEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/CategoryOrderEnum.cs
@@ -22,7 +22,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// be determined by the numerical order of the values. Similarly, the order
/// can be determined by the min, max, sum, mean or median of all the values.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CategoryOrderEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ExponentFormatEnum.cs
index 15609efc..680bf105 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/MirrorEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/MirrorEnum.cs
index cab9a3b0..f23af6e6 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/MirrorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/MirrorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// If all , axis lines are mirrored on all shared-axes subplots. If allticks ,
/// axis lines and ticks are mirrored on all shared-axes subplots.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum MirrorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/RangeModeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/RangeModeEnum.cs
index fe5db183..12052e48 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/RangeModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/RangeModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// input data If nonnegative , the range is non-negative, regardless
/// of the input data. Applies only to linear axes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RangeModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowExponentEnum.cs
index 14e16e02..b430bf4a 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowTickPrefixEnum.cs
index 95b2221b..dcb86e4e 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowTickSuffixEnum.cs
index aac7e003..0344bcac 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickFont.cs
index 2cd02b07..4612bda7 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickFormatStop.cs
index bcfc6f85..524da84a 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickModeEnum.cs
index ec39c15f..3bce0e81 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TicksEnum.cs
index b08dc91d..3e35d8c5 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/Title.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/Title.cs
index 257ae706..72e3d5a5 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TitleLib/Font.cs
index dafa5888..34f2f6aa 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TypeEnum.cs
index b653bc45..c7cf4405 100644
--- a/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SceneLib/ZAxisLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.SceneLib.ZAxisLib
/// Sets the axis type. By default, plotly attempts to determined the axis type
/// by looking into the data of the traces that referenced the axis in question.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SelectDirectionEnum.cs b/Plotly.Blazor/LayoutLib/SelectDirectionEnum.cs
index 11197035..e51da3ba 100644
--- a/Plotly.Blazor/LayoutLib/SelectDirectionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SelectDirectionEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib
/// selection, v only vertical, d only diagonal and any
/// sets no limit.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SelectDirectionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Selection.cs b/Plotly.Blazor/LayoutLib/Selection.cs
index bd3634f2..d78e9648 100644
--- a/Plotly.Blazor/LayoutLib/Selection.cs
+++ b/Plotly.Blazor/LayoutLib/Selection.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Selection class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Selection : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SelectionLib/Line.cs b/Plotly.Blazor/LayoutLib/SelectionLib/Line.cs
index 0e24ced8..de3c7c91 100644
--- a/Plotly.Blazor/LayoutLib/SelectionLib/Line.cs
+++ b/Plotly.Blazor/LayoutLib/SelectionLib/Line.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SelectionLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SelectionLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/SelectionLib/TypeEnum.cs
index 6d7b1f55..c74aa1db 100644
--- a/Plotly.Blazor/LayoutLib/SelectionLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SelectionLib/TypeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SelectionLib
/// and (x0 ,y1 ). If path , draw a custom SVG path using
/// path .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Shape.cs b/Plotly.Blazor/LayoutLib/Shape.cs
index da74a161..716e1728 100644
--- a/Plotly.Blazor/LayoutLib/Shape.cs
+++ b/Plotly.Blazor/LayoutLib/Shape.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Shape class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Shape : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/FillRuleEnum.cs b/Plotly.Blazor/LayoutLib/ShapeLib/FillRuleEnum.cs
index cc0d2794..e8647e4c 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/FillRuleEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/FillRuleEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib
/// Determines which regions of complex paths constitute the interior. For more
/// info please visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum FillRuleEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/Label.cs b/Plotly.Blazor/LayoutLib/ShapeLib/Label.cs
index 726e6837..710e6b03 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/Label.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/Label.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib
///
/// The Label class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Label : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/Font.cs b/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/Font.cs
index 51e6d49a..29d5a128 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib.LabelLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/TextPositionEnum.cs b/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/TextPositionEnum.cs
index 92cc57a2..aa6cb420 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/TextPositionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/TextPositionEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib.LabelLib
/// and end . Default: 'middle center' for rectangles, circles,
/// and paths; middle for lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TextPositionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/XAnchorEnum.cs
index 37312bff..08b882ec 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/XAnchorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib.LabelLib
/// and xanchor to right then the right-most portion of the label
/// text lines up with the right-most edge of the shape.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/YAnchorEnum.cs
index 0ef66347..f1809db8 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/LabelLib/YAnchorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib.LabelLib
/// and yanchor to top then the top-most portion of the label
/// text lines up with the top-most edge of the shape.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/ShapeLib/LayerEnum.cs
index 486028c2..429e7ac1 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/LayerEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib
///
/// Specifies whether shapes are drawn below or above traces.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/LegendGroupTitle.cs b/Plotly.Blazor/LayoutLib/ShapeLib/LegendGroupTitle.cs
index 6d71fe01..79efe98d 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/LegendGroupTitle.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/LegendGroupTitle.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib
///
/// The LegendGroupTitle class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class LegendGroupTitle : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/LegendGroupTitleLib/Font.cs b/Plotly.Blazor/LayoutLib/ShapeLib/LegendGroupTitleLib/Font.cs
index c075c8ea..c3b9888b 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/LegendGroupTitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/LegendGroupTitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib.LegendGroupTitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/Line.cs b/Plotly.Blazor/LayoutLib/ShapeLib/Line.cs
index c6a79a60..bdf07b27 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/Line.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/Line.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/ShapeLib/TypeEnum.cs
index e7110eea..a28ef4dc 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/TypeEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib
/// with respect to the axes' sizing mode. If path , draw a custom
/// SVG path using path . with respect to the axes' sizing mode.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/VisibleEnum.cs b/Plotly.Blazor/LayoutLib/ShapeLib/VisibleEnum.cs
index f6876b59..e88d2539 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/VisibleEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/VisibleEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib
/// shape is not drawn, but can appear as a legend item (provided that the legend
/// itself is visible).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VisibleEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/XSizeModeEnum.cs b/Plotly.Blazor/LayoutLib/ShapeLib/XSizeModeEnum.cs
index 5d7bb9ad..e419aaa3 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/XSizeModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/XSizeModeEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib
/// This way, the shape can have a fixed width while maintaining a position
/// relative to data or plot fraction.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XSizeModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ShapeLib/YSizeModeEnum.cs b/Plotly.Blazor/LayoutLib/ShapeLib/YSizeModeEnum.cs
index 11496632..1dc63043 100644
--- a/Plotly.Blazor/LayoutLib/ShapeLib/YSizeModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ShapeLib/YSizeModeEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.ShapeLib
/// This way, the shape can have a fixed height while maintaining a position
/// relative to data or plot fraction.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YSizeModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Slider.cs b/Plotly.Blazor/LayoutLib/Slider.cs
index abbf59fc..85a34533 100644
--- a/Plotly.Blazor/LayoutLib/Slider.cs
+++ b/Plotly.Blazor/LayoutLib/Slider.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Slider class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Slider : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/CurrentValue.cs b/Plotly.Blazor/LayoutLib/SliderLib/CurrentValue.cs
index 985b4c3d..a2fee5de 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/CurrentValue.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/CurrentValue.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib
///
/// The CurrentValue class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class CurrentValue : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/CurrentValueLib/Font.cs b/Plotly.Blazor/LayoutLib/SliderLib/CurrentValueLib/Font.cs
index 6df1e4e4..f7000047 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/CurrentValueLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/CurrentValueLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib.CurrentValueLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/CurrentValueLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/SliderLib/CurrentValueLib/XAnchorEnum.cs
index 7fe3b130..afba99ee 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/CurrentValueLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/CurrentValueLib/XAnchorEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib.CurrentValueLib
///
/// The alignment of the value readout relative to the length of the slider.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/Font.cs b/Plotly.Blazor/LayoutLib/SliderLib/Font.cs
index d25090bf..cfb8b3a6 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/LenModeEnum.cs b/Plotly.Blazor/LayoutLib/SliderLib/LenModeEnum.cs
index a4960095..2323ecd0 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/LenModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/LenModeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib
/// Determines whether this slider length is set in units of plot fraction
/// or in *pixels. Use len to set the value.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LenModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/Pad.cs b/Plotly.Blazor/LayoutLib/SliderLib/Pad.cs
index 8ae2d99f..4075aad8 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/Pad.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/Pad.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib
///
/// The Pad class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Pad : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/Step.cs b/Plotly.Blazor/LayoutLib/SliderLib/Step.cs
index 43b4bb2f..2404ded7 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/Step.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/Step.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib
///
/// The Step class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Step : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/StepLib/MethodEnum.cs b/Plotly.Blazor/LayoutLib/SliderLib/StepLib/MethodEnum.cs
index b8d6a584..1d13c1f1 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/StepLib/MethodEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/StepLib/MethodEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib.StepLib
/// This may be used to create a component interface and attach to slider events
/// manually via JavaScript.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum MethodEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/Transition.cs b/Plotly.Blazor/LayoutLib/SliderLib/Transition.cs
index 61ef7f04..5667210b 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/Transition.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/Transition.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib
///
/// The Transition class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Transition : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/TransitionLib/EasingEnum.cs b/Plotly.Blazor/LayoutLib/SliderLib/TransitionLib/EasingEnum.cs
index 4c05a601..61064765 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/TransitionLib/EasingEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/TransitionLib/EasingEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib.TransitionLib
///
/// Sets the easing function of the slider transition
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum EasingEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/SliderLib/XAnchorEnum.cs
index 3a4aa749..c17e77f0 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/XAnchorEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib
/// x position to the left , center or right of the
/// range selector.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SliderLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/SliderLib/YAnchorEnum.cs
index 16a30d69..9308a17b 100644
--- a/Plotly.Blazor/LayoutLib/SliderLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SliderLib/YAnchorEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SliderLib
/// position to the top , middle or bottom of the range
/// selector.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Smith.cs b/Plotly.Blazor/LayoutLib/Smith.cs
index 21d4c18f..68729614 100644
--- a/Plotly.Blazor/LayoutLib/Smith.cs
+++ b/Plotly.Blazor/LayoutLib/Smith.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Smith class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Smith : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/Domain.cs b/Plotly.Blazor/LayoutLib/SmithLib/Domain.cs
index 175481e9..8aab7f43 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/Domain.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/Domain.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib
///
/// The Domain class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Domain : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxis.cs b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxis.cs
index 4d761354..584f208c 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxis.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib
///
/// The ImaginaryAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ImaginaryAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/LayerEnum.cs
index 1a55686d..d4f120b3 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/LayerEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.ImaginaryAxisLib
/// with cliponaxis set to false to show markers and/or text nodes
/// above this axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/ShowTickPrefixEnum.cs
index 047da100..8375fbd4 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.ImaginaryAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/ShowTickSuffixEnum.cs
index c64bd9b8..c8505b2d 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.ImaginaryAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/TickFont.cs
index 1f1735c9..219fe816 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.ImaginaryAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/TicksEnum.cs
index 9b67ad4b..56a3f67f 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/ImaginaryAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.ImaginaryAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/RealAxis.cs b/Plotly.Blazor/LayoutLib/SmithLib/RealAxis.cs
index f8929950..3b2004f0 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/RealAxis.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/RealAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib
///
/// The RealAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class RealAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/LayerEnum.cs
index d06c6160..000398a1 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/LayerEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.RealAxisLib
/// with cliponaxis set to false to show markers and/or text nodes
/// above this axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/ShowTickPrefixEnum.cs
index f80bc17f..22f67899 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.RealAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/ShowTickSuffixEnum.cs
index bb25f129..72e629b8 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.RealAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/SideEnum.cs b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/SideEnum.cs
index 7ae4694b..874e3ed5 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/SideEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/SideEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.RealAxisLib
///
/// Determines on which side of real axis line the tick and tick labels appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SideEnum
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/TickFont.cs
index 5e4e0f03..b5b594b4 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.RealAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/TicksEnum.cs
index 090b199e..0de7e0c6 100644
--- a/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/SmithLib/RealAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.SmithLib.RealAxisLib
/// not drawn. If top (bottom ), this axis' are drawn above
/// (below) the axis line.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Ternary.cs b/Plotly.Blazor/LayoutLib/Ternary.cs
index f7c51877..e7841109 100644
--- a/Plotly.Blazor/LayoutLib/Ternary.cs
+++ b/Plotly.Blazor/LayoutLib/Ternary.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Ternary class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Ternary : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxis.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxis.cs
index 22c03127..5843a899 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxis.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib
///
/// The AAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class AAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ExponentFormatEnum.cs
index bfa22df8..4df13cd8 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/LayerEnum.cs
index 83a02289..85880630 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/LayerEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
/// with cliponaxis set to false to show markers and/or text nodes
/// above this axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowExponentEnum.cs
index b57c9845..b66afd0b 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowTickPrefixEnum.cs
index 4373f2f8..e26718a2 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowTickSuffixEnum.cs
index 70bd796b..3a9738dc 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickFont.cs
index f596feeb..b28524cb 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickFormatStop.cs
index e7e9a6b0..d5a6baa1 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickModeEnum.cs
index 8041f387..ef447ef4 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TicksEnum.cs
index becfe2bb..482ae1e3 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/Title.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/Title.cs
index 542a61de..5a365796 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TitleLib/Font.cs
index b33f8bbd..9b7d24f5 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/AAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.AAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxis.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxis.cs
index ca11ff43..8c39f042 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxis.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib
///
/// The BAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class BAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ExponentFormatEnum.cs
index ecb97104..d21af764 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/LayerEnum.cs
index fb9adc87..15ff50da 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/LayerEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
/// with cliponaxis set to false to show markers and/or text nodes
/// above this axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowExponentEnum.cs
index bd90a079..7ed29077 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowTickPrefixEnum.cs
index 307a7f1b..04ef4cf2 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowTickSuffixEnum.cs
index af1c486a..06ef68bd 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickFont.cs
index 17ddd505..b4881c05 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickFormatStop.cs
index eb619cae..a194bba2 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickModeEnum.cs
index 5da0dd21..739938d3 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TicksEnum.cs
index 9b9f1a46..608b03e3 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/Title.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/Title.cs
index c9ddbb6b..efe6e948 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TitleLib/Font.cs
index cff305fa..be2cdec8 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/BAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.BAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxis.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxis.cs
index b24572b7..dcabf82f 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxis.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib
///
/// The CAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class CAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ExponentFormatEnum.cs
index 9f20454d..70c8acec 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/LayerEnum.cs
index 04ec7f93..09f1aae1 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/LayerEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
/// with cliponaxis set to false to show markers and/or text nodes
/// above this axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowExponentEnum.cs
index 330ce297..984f1153 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowTickPrefixEnum.cs
index 05967753..ddce87a3 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowTickSuffixEnum.cs
index 6bd21261..88c2bcd9 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickFont.cs
index b8be64ae..69afa86b 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickFormatStop.cs
index 19fc1c0f..b3c76435 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickModeEnum.cs
index 5619ae36..0b768f9a 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TicksEnum.cs
index a8b43654..e4da026b 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/Title.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/Title.cs
index c041366e..761e8b9a 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TitleLib/Font.cs
index c85a46d4..7398625d 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/CAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib.CAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TernaryLib/Domain.cs b/Plotly.Blazor/LayoutLib/TernaryLib/Domain.cs
index c4a5a95c..044700b1 100644
--- a/Plotly.Blazor/LayoutLib/TernaryLib/Domain.cs
+++ b/Plotly.Blazor/LayoutLib/TernaryLib/Domain.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.TernaryLib
///
/// The Domain class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Domain : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/Title.cs b/Plotly.Blazor/LayoutLib/Title.cs
index 3edc6159..9bc59855 100644
--- a/Plotly.Blazor/LayoutLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/TitleLib/Font.cs
index 5a8bb207..7217d2c9 100644
--- a/Plotly.Blazor/LayoutLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TitleLib/Pad.cs b/Plotly.Blazor/LayoutLib/TitleLib/Pad.cs
index 4d839a4f..590d58e4 100644
--- a/Plotly.Blazor/LayoutLib/TitleLib/Pad.cs
+++ b/Plotly.Blazor/LayoutLib/TitleLib/Pad.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TitleLib
///
/// The Pad class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Pad : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TitleLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/TitleLib/XAnchorEnum.cs
index c11d2b98..c51e54c5 100644
--- a/Plotly.Blazor/LayoutLib/TitleLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TitleLib/XAnchorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.TitleLib
/// x. auto divides xref by three and calculates the xanchor
/// value automatically based on the value of x .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TitleLib/XrefEnum.cs b/Plotly.Blazor/LayoutLib/TitleLib/XrefEnum.cs
index 8e6cd1a0..c410a924 100644
--- a/Plotly.Blazor/LayoutLib/TitleLib/XrefEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TitleLib/XrefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TitleLib
/// width of the plot. paper refers to the width of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XRefEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TitleLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/TitleLib/YAnchorEnum.cs
index 9cf8c4fb..1b546239 100644
--- a/Plotly.Blazor/LayoutLib/TitleLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TitleLib/YAnchorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.TitleLib
/// midline is at y. auto divides yref by three and calculates
/// the yanchor value automatically based on the value of y .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TitleLib/YRefEnum.cs b/Plotly.Blazor/LayoutLib/TitleLib/YRefEnum.cs
index 7091c8bb..e21910c6 100644
--- a/Plotly.Blazor/LayoutLib/TitleLib/YRefEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TitleLib/YRefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.TitleLib
/// height of the plot. paper refers to the height of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YRefEnum
{
diff --git a/Plotly.Blazor/LayoutLib/Transition.cs b/Plotly.Blazor/LayoutLib/Transition.cs
index 562f0ded..95fa2bfd 100644
--- a/Plotly.Blazor/LayoutLib/Transition.cs
+++ b/Plotly.Blazor/LayoutLib/Transition.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The Transition class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Transition : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/TransitionLib/EasingEnum.cs b/Plotly.Blazor/LayoutLib/TransitionLib/EasingEnum.cs
index b0ae1fa5..b6e8f0b0 100644
--- a/Plotly.Blazor/LayoutLib/TransitionLib/EasingEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TransitionLib/EasingEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.TransitionLib
///
/// The easing function used for the transition
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum EasingEnum
{
diff --git a/Plotly.Blazor/LayoutLib/TransitionLib/OrderingEnum.cs b/Plotly.Blazor/LayoutLib/TransitionLib/OrderingEnum.cs
index 59667eb8..d60639f9 100644
--- a/Plotly.Blazor/LayoutLib/TransitionLib/OrderingEnum.cs
+++ b/Plotly.Blazor/LayoutLib/TransitionLib/OrderingEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.TransitionLib
/// Determines whether the figure's layout or traces smoothly transitions
/// during updates that make both traces and layout change.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrderingEnum
{
diff --git a/Plotly.Blazor/LayoutLib/UniformText.cs b/Plotly.Blazor/LayoutLib/UniformText.cs
index e3f996f0..2124362c 100644
--- a/Plotly.Blazor/LayoutLib/UniformText.cs
+++ b/Plotly.Blazor/LayoutLib/UniformText.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The UniformText class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class UniformText : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/UniformTextLib/ModeEnum.cs b/Plotly.Blazor/LayoutLib/UniformTextLib/ModeEnum.cs
index 30bb43aa..765df8b8 100644
--- a/Plotly.Blazor/LayoutLib/UniformTextLib/ModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/UniformTextLib/ModeEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.UniformTextLib
/// Please note that if the size defined by minsize is greater than the
/// font size defined by trace, then the minsize is used.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/UpdateMenu.cs b/Plotly.Blazor/LayoutLib/UpdateMenu.cs
index d6872ddd..a0450ef9 100644
--- a/Plotly.Blazor/LayoutLib/UpdateMenu.cs
+++ b/Plotly.Blazor/LayoutLib/UpdateMenu.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The UpdateMenu class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class UpdateMenu : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/UpdateMenuLib/Button.cs b/Plotly.Blazor/LayoutLib/UpdateMenuLib/Button.cs
index b85f60e5..d8d3dfea 100644
--- a/Plotly.Blazor/LayoutLib/UpdateMenuLib/Button.cs
+++ b/Plotly.Blazor/LayoutLib/UpdateMenuLib/Button.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.UpdateMenuLib
///
/// The Button class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Button : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/UpdateMenuLib/ButtonLib/MethodEnum.cs b/Plotly.Blazor/LayoutLib/UpdateMenuLib/ButtonLib/MethodEnum.cs
index e01efdfd..d3abba0f 100644
--- a/Plotly.Blazor/LayoutLib/UpdateMenuLib/ButtonLib/MethodEnum.cs
+++ b/Plotly.Blazor/LayoutLib/UpdateMenuLib/ButtonLib/MethodEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.UpdateMenuLib.ButtonLib
/// used to create a component interface and attach to updatemenu events manually
/// via JavaScript.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum MethodEnum
{
diff --git a/Plotly.Blazor/LayoutLib/UpdateMenuLib/DirectionEnum.cs b/Plotly.Blazor/LayoutLib/UpdateMenuLib/DirectionEnum.cs
index 9edacf46..8fe07ff5 100644
--- a/Plotly.Blazor/LayoutLib/UpdateMenuLib/DirectionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/UpdateMenuLib/DirectionEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.UpdateMenuLib
/// dropdown menu or a row/column of buttons. For left and up ,
/// the buttons will still appear in left-to-right or top-to-bottom order respectively.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum DirectionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/UpdateMenuLib/Font.cs b/Plotly.Blazor/LayoutLib/UpdateMenuLib/Font.cs
index 3f96f400..b41dbad6 100644
--- a/Plotly.Blazor/LayoutLib/UpdateMenuLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/UpdateMenuLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.UpdateMenuLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/UpdateMenuLib/Pad.cs b/Plotly.Blazor/LayoutLib/UpdateMenuLib/Pad.cs
index 67800179..efa2aaa6 100644
--- a/Plotly.Blazor/LayoutLib/UpdateMenuLib/Pad.cs
+++ b/Plotly.Blazor/LayoutLib/UpdateMenuLib/Pad.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.UpdateMenuLib
///
/// The Pad class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Pad : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/UpdateMenuLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/UpdateMenuLib/TypeEnum.cs
index f757e84c..605722ec 100644
--- a/Plotly.Blazor/LayoutLib/UpdateMenuLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/UpdateMenuLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.UpdateMenuLib
/// Determines whether the buttons are accessible via a dropdown menu or whether
/// the buttons are stacked horizontally or vertically
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/UpdateMenuLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/UpdateMenuLib/XAnchorEnum.cs
index dba489a2..fd3fbc5d 100644
--- a/Plotly.Blazor/LayoutLib/UpdateMenuLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/UpdateMenuLib/XAnchorEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.UpdateMenuLib
/// the x position to the left , center or right
/// of the range selector.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/UpdateMenuLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/UpdateMenuLib/YAnchorEnum.cs
index 9f67f7d8..568e43c0 100644
--- a/Plotly.Blazor/LayoutLib/UpdateMenuLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/UpdateMenuLib/YAnchorEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.UpdateMenuLib
/// y position to the top , middle or bottom of the
/// range selector.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/ViolinModeEnum.cs b/Plotly.Blazor/LayoutLib/ViolinModeEnum.cs
index 8c0ba2b8..4e037309 100644
--- a/Plotly.Blazor/LayoutLib/ViolinModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/ViolinModeEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
/// plotted over one another, you might need to set opacity to see them
/// multiple violins. Has no effect on traces that have width set.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ViolinModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/WaterfallModeEnum.cs b/Plotly.Blazor/LayoutLib/WaterfallModeEnum.cs
index 1c89fca1..444edd72 100644
--- a/Plotly.Blazor/LayoutLib/WaterfallModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/WaterfallModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib
/// around the shared location. With overlay , the bars are plotted over
/// one another, you might need to reduce opacity to see multiple bars.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum WaterfallModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxis.cs b/Plotly.Blazor/LayoutLib/XAxis.cs
index aacc8753..2262053a 100644
--- a/Plotly.Blazor/LayoutLib/XAxis.cs
+++ b/Plotly.Blazor/LayoutLib/XAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The XAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class XAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/AutoMarginFlag.cs b/Plotly.Blazor/LayoutLib/XAxisLib/AutoMarginFlag.cs
index 40b23f6e..ad4a8c15 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/AutoMarginFlag.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/AutoMarginFlag.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// Determines whether long tick labels automatically grow the figure margins.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum AutoMarginFlag
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/AutoRangeEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/AutoRangeEnum.cs
index 209d400a..a434872f 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/AutoRangeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/AutoRangeEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// on a reversed axis. Using reversed applies autorange on both ends
/// and reverses the axis direction.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoRangeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/AutoTypeNumbersEnum.cs
index c8a2cd45..1e4182b3 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// be treated as a number during automatic axis type detection. Defaults
/// to layout.autotypenumbers.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/Autorangeoptions.cs b/Plotly.Blazor/LayoutLib/XAxisLib/Autorangeoptions.cs
index 2f78ace6..cf02a610 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/Autorangeoptions.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/Autorangeoptions.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// The AutoRangeOptions class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class AutoRangeOptions : IEquatable
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/CalendarEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/CalendarEnum.cs
index d250bbc3..b50ac4c0 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/CalendarEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/CalendarEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// is a date axis. This does not set the calendar for interpreting data on
/// this axis, that's specified in the trace or via the global layout.calendar
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CalendarEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/CategoryOrderEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/CategoryOrderEnum.cs
index 5dafcab1..788367a4 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/CategoryOrderEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/CategoryOrderEnum.cs
@@ -22,7 +22,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// be determined by the numerical order of the values. Similarly, the order
/// can be determined by the min, max, sum, mean or median of all the values.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CategoryOrderEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/ConstrainEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/ConstrainEnum.cs
index 29969721..b313ee41 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/ConstrainEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/ConstrainEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// by increasing the range , or by decreasing the domain . Default
/// is domain for axes containing image traces, range otherwise.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ConstrainEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/ConstrainTowardEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/ConstrainTowardEnum.cs
index 343f99be..a7b1045e 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/ConstrainTowardEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/ConstrainTowardEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// (default), and right for x axes, and top , middle (default),
/// and bottom for y axes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ConstrainTowardEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/ExponentFormatEnum.cs
index 72a54519..9a5a375d 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/LayerEnum.cs
index 4a21a451..4e4704a1 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/LayerEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// with cliponaxis set to false to show markers and/or text nodes
/// above this axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/Minor.cs b/Plotly.Blazor/LayoutLib/XAxisLib/Minor.cs
index 90e4a0d0..4cee9710 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/Minor.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/Minor.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// The Minor class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Minor : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/MinorLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/MinorLib/TickModeEnum.cs
index 662e66d6..821c43c6 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/MinorLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/MinorLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.MinorLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/MinorLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/MinorLib/TicksEnum.cs
index 1136296f..b2bcdc04 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/MinorLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/MinorLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.MinorLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/MirrorEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/MirrorEnum.cs
index 251555df..c7bc552b 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/MirrorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/MirrorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// If all , axis lines are mirrored on all shared-axes subplots. If allticks ,
/// axis lines and ticks are mirrored on all shared-axes subplots.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum MirrorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeBreak.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeBreak.cs
index 91243200..15a5b416 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeBreak.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeBreak.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// The RangeBreak class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class RangeBreak : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeBreakLib/PatternEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeBreakLib/PatternEnum.cs
index 7afa5878..235c85a1 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeBreakLib/PatternEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeBreakLib/PatternEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.RangeBreakLib
/// the weekends). - { pattern: hour , bounds: [17, 8] } breaks from
/// 5pm to 8am (i.e. skips non-work hours).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum PatternEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeModeEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeModeEnum.cs
index cfaf6d1e..5452c054 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// input data If nonnegative , the range is non-negative, regardless
/// of the input data. Applies only to linear axes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RangeModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelector.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelector.cs
index 482dff04..30a50684 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelector.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelector.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// The RangeSelector class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class RangeSelector : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/Button.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/Button.cs
index f6e4a37d..57e4959e 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/Button.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/Button.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.RangeSelectorLib
///
/// The Button class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Button : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/ButtonLib/StepEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/ButtonLib/StepEnum.cs
index 1b47cdb5..a8b071dd 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/ButtonLib/StepEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/ButtonLib/StepEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.RangeSelectorLib.ButtonLib
///
/// The unit of measurement that the count value will set the range by.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum StepEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/ButtonLib/StepModeEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/ButtonLib/StepModeEnum.cs
index f610e215..59a459a5 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/ButtonLib/StepModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/ButtonLib/StepModeEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.RangeSelectorLib.ButtonLib
/// year. Month and year todate are currently available only for the
/// built-in (Gregorian) calendar.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum StepModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/Font.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/Font.cs
index 72218c18..7305bb2d 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.RangeSelectorLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/XAnchorEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/XAnchorEnum.cs
index 5c317ddb..00e1a68c 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/XAnchorEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.RangeSelectorLib
/// the x position to the left , center or right
/// of the range selector.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/YAnchorEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/YAnchorEnum.cs
index 170aa8a8..5025802e 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSelectorLib/YAnchorEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.RangeSelectorLib
/// the y position to the top , middle or bottom
/// of the range selector.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSlider.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSlider.cs
index a5c41fb2..8739d746 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSlider.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSlider.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// The RangeSlider class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class RangeSlider : IEquatable
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSliderLib/YAxis.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSliderLib/YAxis.cs
index eae06fbf..734d5b54 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSliderLib/YAxis.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSliderLib/YAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.RangeSliderLib
///
/// The YAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class YAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSliderLib/YAxisLib/RangeModeEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSliderLib/YAxisLib/RangeModeEnum.cs
index 92f4d627..a9bda7f6 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/RangeSliderLib/YAxisLib/RangeModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/RangeSliderLib/YAxisLib/RangeModeEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.RangeSliderLib.YAxisLib
/// match , the current range of the corresponding y-axis on the main
/// subplot is used.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RangeModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/ShowExponentEnum.cs
index 322859d7..c7cf86d8 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/ShowTickPrefixEnum.cs
index 0642fff3..4bc159b9 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/ShowTickSuffixEnum.cs
index b313bad0..b153b5df 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/SideEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/SideEnum.cs
index d4135dd8..3523a13f 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/SideEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/SideEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// Determines whether a x (y) axis is positioned at the bottom (left )
/// or top (right ) of the plotting area.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SideEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/SpikeModeFlag.cs b/Plotly.Blazor/LayoutLib/XAxisLib/SpikeModeFlag.cs
index 293debf2..b4fa97b6 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/SpikeModeFlag.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/SpikeModeFlag.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// If marker , then a marker dot is drawn on the axis the series is plotted
/// on
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum SpikeModeFlag
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/SpikeSnapEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/SpikeSnapEnum.cs
index 1bdd8383..376d701c 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/SpikeSnapEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/SpikeSnapEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// Determines whether spikelines are stuck to the cursor or to the closest
/// datapoints.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SpikeSnapEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TickFont.cs
index c642a6a7..f00d261e 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TickFormatStop.cs
index b731c2f2..efbd7a2e 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TickLabelOverflowEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TickLabelOverflowEnum.cs
index 6d46188b..1f898df0 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TickLabelOverflowEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TickLabelOverflowEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// axes the default is allow . In other cases the default is 'hide
/// past div'.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelOverflowEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TickLabelPositionEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TickLabelPositionEnum.cs
index 7194d690..a22a249d 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TickLabelPositionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TickLabelPositionEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// linked by matches or scaleanchor , no extra padding for inside
/// labels would be added by autorange, so that the scales could match.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelPositionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TickModeEnum.cs
index b4ec5981..c2904218 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TickModeEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// tickvals is provided). If sync , the number of ticks will sync
/// with the overlayed axis set by overlaying property.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TickSonEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TickSonEnum.cs
index 2e00af0a..2ba19250 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TickSonEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TickSonEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// or multicategory . When set to boundaries , ticks and grid lines
/// are drawn half a category to the left/bottom of labels.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickSonEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TicklabelmodeEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TicklabelmodeEnum.cs
index 1821ed10..c0032817 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TicklabelmodeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TicklabelmodeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// When set to period , tick labels are drawn in the middle of the period
/// between ticks.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TicksEnum.cs
index 8cc8778e..bdbeda25 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/Title.cs b/Plotly.Blazor/LayoutLib/XAxisLib/Title.cs
index a8bfbb8d..38aa1c3b 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TitleLib/Font.cs
index e8415e4d..42364e95 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/XAxisLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/XAxisLib/TypeEnum.cs
index a7a331b6..a102b524 100644
--- a/Plotly.Blazor/LayoutLib/XAxisLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/XAxisLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.XAxisLib
/// Sets the axis type. By default, plotly attempts to determined the axis type
/// by looking into the data of the traces that referenced the axis in question.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxis.cs b/Plotly.Blazor/LayoutLib/YAxis.cs
index 1ce97bed..5f43034a 100644
--- a/Plotly.Blazor/LayoutLib/YAxis.cs
+++ b/Plotly.Blazor/LayoutLib/YAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
///
/// The YAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class YAxis : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/AutoMarginFlag.cs b/Plotly.Blazor/LayoutLib/YAxisLib/AutoMarginFlag.cs
index 3464dbd2..47dec0e9 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/AutoMarginFlag.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/AutoMarginFlag.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
///
/// Determines whether long tick labels automatically grow the figure margins.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum AutoMarginFlag
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/AutoRangeEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/AutoRangeEnum.cs
index 4a548de8..68bc10a9 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/AutoRangeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/AutoRangeEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// on a reversed axis. Using reversed applies autorange on both ends
/// and reverses the axis direction.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoRangeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/AutoTypeNumbersEnum.cs
index 958a5a17..994c70df 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// be treated as a number during automatic axis type detection. Defaults
/// to layout.autotypenumbers.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/Autorangeoptions.cs b/Plotly.Blazor/LayoutLib/YAxisLib/Autorangeoptions.cs
index 1470263a..e4e59e58 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/Autorangeoptions.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/Autorangeoptions.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
///
/// The AutoRangeOptions class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class AutoRangeOptions : IEquatable
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/CalendarEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/CalendarEnum.cs
index be54f89b..25c673c4 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/CalendarEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/CalendarEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// is a date axis. This does not set the calendar for interpreting data on
/// this axis, that's specified in the trace or via the global layout.calendar
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CalendarEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/CategoryOrderEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/CategoryOrderEnum.cs
index 0a4d1348..0b745dc9 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/CategoryOrderEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/CategoryOrderEnum.cs
@@ -22,7 +22,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// be determined by the numerical order of the values. Similarly, the order
/// can be determined by the min, max, sum, mean or median of all the values.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CategoryOrderEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/ConstrainEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/ConstrainEnum.cs
index cfd5cf22..625216a7 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/ConstrainEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/ConstrainEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// by increasing the range , or by decreasing the domain . Default
/// is domain for axes containing image traces, range otherwise.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ConstrainEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/ConstrainTowardEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/ConstrainTowardEnum.cs
index 45b9bd8c..a9676a8a 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/ConstrainTowardEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/ConstrainTowardEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// (default), and right for x axes, and top , middle (default),
/// and bottom for y axes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ConstrainTowardEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/ExponentFormatEnum.cs
index acf80544..661ce8ea 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/LayerEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/LayerEnum.cs
index 716a353c..d08c5e52 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/LayerEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/LayerEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// with cliponaxis set to false to show markers and/or text nodes
/// above this axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LayerEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/Minor.cs b/Plotly.Blazor/LayoutLib/YAxisLib/Minor.cs
index b78667ae..556aadcf 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/Minor.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/Minor.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
///
/// The Minor class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Minor : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/MinorLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/MinorLib/TickModeEnum.cs
index 8f72049b..c30d5cbf 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/MinorLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/MinorLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib.MinorLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/MinorLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/MinorLib/TicksEnum.cs
index 1cafcfcd..63c7ce98 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/MinorLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/MinorLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib.MinorLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/MirrorEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/MirrorEnum.cs
index 5a9654ef..9492cc9f 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/MirrorEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/MirrorEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// If all , axis lines are mirrored on all shared-axes subplots. If allticks ,
/// axis lines and ticks are mirrored on all shared-axes subplots.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum MirrorEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/RangeBreak.cs b/Plotly.Blazor/LayoutLib/YAxisLib/RangeBreak.cs
index 59014a24..a36f95c5 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/RangeBreak.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/RangeBreak.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
///
/// The RangeBreak class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class RangeBreak : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/RangeBreakLib/PatternEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/RangeBreakLib/PatternEnum.cs
index 8d6af9fe..4ef46c3e 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/RangeBreakLib/PatternEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/RangeBreakLib/PatternEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib.RangeBreakLib
/// the weekends). - { pattern: hour , bounds: [17, 8] } breaks from
/// 5pm to 8am (i.e. skips non-work hours).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum PatternEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/RangeModeEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/RangeModeEnum.cs
index f5afe814..72028f9f 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/RangeModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/RangeModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// input data If nonnegative , the range is non-negative, regardless
/// of the input data. Applies only to linear axes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RangeModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/ShowExponentEnum.cs
index 0b47a73a..53f09602 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/ShowTickPrefixEnum.cs
index ea071643..c5ca4043 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/ShowTickSuffixEnum.cs
index d7fd3dbe..6929c417 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/SideEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/SideEnum.cs
index b99b3f9f..b2bccf43 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/SideEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/SideEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// Determines whether a x (y) axis is positioned at the bottom (left )
/// or top (right ) of the plotting area.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SideEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/SpikeModeFlag.cs b/Plotly.Blazor/LayoutLib/YAxisLib/SpikeModeFlag.cs
index 0f40d955..20d99515 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/SpikeModeFlag.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/SpikeModeFlag.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// If marker , then a marker dot is drawn on the axis the series is plotted
/// on
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum SpikeModeFlag
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/SpikeSnapEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/SpikeSnapEnum.cs
index f2f6437c..a5f5fa33 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/SpikeSnapEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/SpikeSnapEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// Determines whether spikelines are stuck to the cursor or to the closest
/// datapoints.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SpikeSnapEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TickFont.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TickFont.cs
index 76db2674..e1b25625 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TickFont.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TickFormatStop.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TickFormatStop.cs
index 8ec0e901..3630090d 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TickLabelOverflowEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TickLabelOverflowEnum.cs
index 3bc2b9af..2e49c7ab 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TickLabelOverflowEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TickLabelOverflowEnum.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// axes the default is allow . In other cases the default is 'hide
/// past div'.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelOverflowEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TickLabelPositionEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TickLabelPositionEnum.cs
index 5555eae5..2025221c 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TickLabelPositionEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TickLabelPositionEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// linked by matches or scaleanchor , no extra padding for inside
/// labels would be added by autorange, so that the scales could match.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelPositionEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TickModeEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TickModeEnum.cs
index 983c79e5..13145079 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TickModeEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// tickvals is provided). If sync , the number of ticks will sync
/// with the overlayed axis set by overlaying property.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TickSonEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TickSonEnum.cs
index ce28a58d..4df9c97f 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TickSonEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TickSonEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// or multicategory . When set to boundaries , ticks and grid lines
/// are drawn half a category to the left/bottom of labels.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickSonEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TicklabelmodeEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TicklabelmodeEnum.cs
index 89c221d7..97f63438 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TicklabelmodeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TicklabelmodeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// When set to period , tick labels are drawn in the middle of the period
/// between ticks.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelModeEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TicksEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TicksEnum.cs
index 0960e66a..39808402 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TicksEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/Title.cs b/Plotly.Blazor/LayoutLib/YAxisLib/Title.cs
index 471c3fc2..9a0d0265 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/Title.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TitleLib/Font.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TitleLib/Font.cs
index db32dda0..d665b177 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/LayoutLib/YAxisLib/TypeEnum.cs b/Plotly.Blazor/LayoutLib/YAxisLib/TypeEnum.cs
index 1d346681..2d839165 100644
--- a/Plotly.Blazor/LayoutLib/YAxisLib/TypeEnum.cs
+++ b/Plotly.Blazor/LayoutLib/YAxisLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.YAxisLib
/// Sets the axis type. By default, plotly attempts to determined the axis type
/// by looking into the data of the traces that referenced the axis in question.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/Plotly.Blazor.xml b/Plotly.Blazor/Plotly.Blazor.xml
index a3a5650b..75dd5beb 100644
--- a/Plotly.Blazor/Plotly.Blazor.xml
+++ b/Plotly.Blazor/Plotly.Blazor.xml
@@ -856,20 +856,18 @@
- The x-axis of the layout. [x0, x1]. This may not be set.
+ The x-axis of the layout. [x0, x1]
- Array of objects to be compatible to multiple data types.
- Has to be casted manually.
+ In some cases this may be not be set.
- The y-axis of the layout. [y0, y1]. This may not be set.
+ The y-axis of the layout. [y0, y1].
- Array of objects to be compatible to multiple data types.
- Has to be casted manually.
+ In some cases this may be not be set.
diff --git a/Plotly.Blazor/TraceTypeEnum.cs b/Plotly.Blazor/TraceTypeEnum.cs
index b7f9e07e..dcc5bfba 100644
--- a/Plotly.Blazor/TraceTypeEnum.cs
+++ b/Plotly.Blazor/TraceTypeEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor
///
/// Determines the type of the trace.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TraceTypeEnum
{
diff --git a/Plotly.Blazor/Traces/Bar.cs b/Plotly.Blazor/Traces/Bar.cs
index 5e229dfb..a2a0f17b 100644
--- a/Plotly.Blazor/Traces/Bar.cs
+++ b/Plotly.Blazor/Traces/Bar.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.Traces
/// The Bar class.
/// Implements the .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Bar : ITrace, IEquatable
diff --git a/Plotly.Blazor/Traces/BarLib/ConstrainTextEnum.cs b/Plotly.Blazor/Traces/BarLib/ConstrainTextEnum.cs
index 762b59e7..ab106754 100644
--- a/Plotly.Blazor/Traces/BarLib/ConstrainTextEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/ConstrainTextEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarLib
/// Constrain the size of text inside or outside a bar to be no larger than
/// the bar itself.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ConstrainTextEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/ErrorX.cs b/Plotly.Blazor/Traces/BarLib/ErrorX.cs
index 18ade352..6c651168 100644
--- a/Plotly.Blazor/Traces/BarLib/ErrorX.cs
+++ b/Plotly.Blazor/Traces/BarLib/ErrorX.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The ErrorX class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ErrorX : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/ErrorXLib/TypeEnum.cs b/Plotly.Blazor/Traces/BarLib/ErrorXLib/TypeEnum.cs
index 9c2783ee..9db81610 100644
--- a/Plotly.Blazor/Traces/BarLib/ErrorXLib/TypeEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/ErrorXLib/TypeEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.Traces.BarLib.ErrorXLib
/// correspond to the square of the underlying data. If data , the bar
/// lengths are set with data set array .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/ErrorY.cs b/Plotly.Blazor/Traces/BarLib/ErrorY.cs
index d5f69b50..93949817 100644
--- a/Plotly.Blazor/Traces/BarLib/ErrorY.cs
+++ b/Plotly.Blazor/Traces/BarLib/ErrorY.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The ErrorY class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ErrorY : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/ErrorYLib/TypeEnum.cs b/Plotly.Blazor/Traces/BarLib/ErrorYLib/TypeEnum.cs
index f86de406..d9b3988a 100644
--- a/Plotly.Blazor/Traces/BarLib/ErrorYLib/TypeEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/ErrorYLib/TypeEnum.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.Traces.BarLib.ErrorYLib
/// correspond to the square of the underlying data. If data , the bar
/// lengths are set with data set array .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/HoverInfoFlag.cs b/Plotly.Blazor/Traces/BarLib/HoverInfoFlag.cs
index f1111223..b0f4b969 100644
--- a/Plotly.Blazor/Traces/BarLib/HoverInfoFlag.cs
+++ b/Plotly.Blazor/Traces/BarLib/HoverInfoFlag.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarLib
/// are set, no information is displayed upon hovering. But, if none
/// is set, click and hover events are still fired.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum HoverInfoFlag
diff --git a/Plotly.Blazor/Traces/BarLib/HoverLabel.cs b/Plotly.Blazor/Traces/BarLib/HoverLabel.cs
index 53c7afea..f68a08c0 100644
--- a/Plotly.Blazor/Traces/BarLib/HoverLabel.cs
+++ b/Plotly.Blazor/Traces/BarLib/HoverLabel.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The HoverLabel class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class HoverLabel : IEquatable
diff --git a/Plotly.Blazor/Traces/BarLib/HoverLabelLib/AlignEnum.cs b/Plotly.Blazor/Traces/BarLib/HoverLabelLib/AlignEnum.cs
index 55b3ff9c..d65d5969 100644
--- a/Plotly.Blazor/Traces/BarLib/HoverLabelLib/AlignEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/HoverLabelLib/AlignEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarLib.HoverLabelLib
/// Sets the horizontal alignment of the text content within hover label box.
/// Has an effect only if the hover label text spans more two or more lines
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AlignEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/HoverLabelLib/Font.cs b/Plotly.Blazor/Traces/BarLib/HoverLabelLib/Font.cs
index 082e9615..77db958e 100644
--- a/Plotly.Blazor/Traces/BarLib/HoverLabelLib/Font.cs
+++ b/Plotly.Blazor/Traces/BarLib/HoverLabelLib/Font.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib.HoverLabelLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Font : IEquatable
diff --git a/Plotly.Blazor/Traces/BarLib/InsideTextAnchorEnum.cs b/Plotly.Blazor/Traces/BarLib/InsideTextAnchorEnum.cs
index 10e0ca6d..00b54ce8 100644
--- a/Plotly.Blazor/Traces/BarLib/InsideTextAnchorEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/InsideTextAnchorEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarLib
/// Determines if texts are kept at center or start/end points in textposition
/// inside mode.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum InsideTextAnchorEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/InsideTextFont.cs b/Plotly.Blazor/Traces/BarLib/InsideTextFont.cs
index bfde2afb..3f76dbc1 100644
--- a/Plotly.Blazor/Traces/BarLib/InsideTextFont.cs
+++ b/Plotly.Blazor/Traces/BarLib/InsideTextFont.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The InsideTextFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class InsideTextFont : IEquatable
diff --git a/Plotly.Blazor/Traces/BarLib/Legendgrouptitle.cs b/Plotly.Blazor/Traces/BarLib/Legendgrouptitle.cs
index e0ad65b6..8633cca4 100644
--- a/Plotly.Blazor/Traces/BarLib/Legendgrouptitle.cs
+++ b/Plotly.Blazor/Traces/BarLib/Legendgrouptitle.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The LegendGroupTitle class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class LegendGroupTitle : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/LegendgrouptitleLib/Font.cs b/Plotly.Blazor/Traces/BarLib/LegendgrouptitleLib/Font.cs
index 4753119a..fd197ca3 100644
--- a/Plotly.Blazor/Traces/BarLib/LegendgrouptitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/BarLib/LegendgrouptitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.LegendGroupTitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/Marker.cs b/Plotly.Blazor/Traces/BarLib/Marker.cs
index f1521263..57435418 100644
--- a/Plotly.Blazor/Traces/BarLib/Marker.cs
+++ b/Plotly.Blazor/Traces/BarLib/Marker.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The Marker class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Marker : IEquatable
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBar.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBar.cs
index 8d623fec..2f09fed7 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBar.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBar.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib
///
/// The ColorBar class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ColorBar : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ExponentFormatEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ExponentFormatEnum.cs
index 4e2a18a9..9c97e8fa 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/LenModeEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/LenModeEnum.cs
index 6c347a30..b033a1ea 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/LenModeEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/LenModeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// color variation direction) is set in units of plot fraction or in
/// *pixels. Use len to set the value.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LenModeEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/OrientationEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/OrientationEnum.cs
index b032c4a2..4996aa73 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/OrientationEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/OrientationEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
///
/// Sets the orientation of the colorbar.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrientationEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowExponentEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowExponentEnum.cs
index 8ec7b39b..c36e9424 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowTickPrefixEnum.cs
index 603dce9d..1c4859f4 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowTickSuffixEnum.cs
index 6b19086e..da42d08e 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ThicknessModeEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ThicknessModeEnum.cs
index 40de2026..92e0974f 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ThicknessModeEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/ThicknessModeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// constant color direction) is set in units of plot fraction or in
/// pixels . Use thickness to set the value.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ThicknessModeEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickFont.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickFont.cs
index d92563c8..26bc2c1c 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickFont.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickFormatStop.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickFormatStop.cs
index 5bd4cb78..05c54788 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickFormatStop.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickLabelOverflowEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickLabelOverflowEnum.cs
index 97fa2ce0..5de98785 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickLabelOverflowEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickLabelOverflowEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// is 'hide past domain'. In other cases the default is 'hide past
/// div'.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelOverflowEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickLabelPositionEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickLabelPositionEnum.cs
index 7f314a57..74bcbbb6 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickLabelPositionEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickLabelPositionEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// options are used when orientation is h , top and bottom when
/// orientation is v .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelPositionEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickModeEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickModeEnum.cs
index 8046321b..d22ed518 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickModeEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TicksEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TicksEnum.cs
index df725de1..c17c0f07 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TicksEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/Title.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/Title.cs
index ed32636a..52f3cb6c 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/Title.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TitleLib/Font.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TitleLib/Font.cs
index a0e4f7bb..9b72c9f6 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TitleLib/SideEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TitleLib/SideEnum.cs
index d7e47a11..e58df7a4 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TitleLib/SideEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/TitleLib/SideEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib.TitleLib
/// to right when orientation if h . Note that the title's
/// location used to be set by the now deprecated titleside attribute.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SideEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/XAnchorEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/XAnchorEnum.cs
index 1a4e0705..bfb13fda 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/XAnchorEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// of the color bar. Defaults to left when orientation is v
/// and center when orientation is h .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/XRefEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/XRefEnum.cs
index 28cd851c..143be56c 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/XRefEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/XRefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// width of the plot. paper refers to the width of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XRefEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/YAnchorEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/YAnchorEnum.cs
index edfbaadd..cb53b28b 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/YAnchorEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// color bar. Defaults to middle when orientation is v
/// and bottom when orientation is h .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/YRefEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/YRefEnum.cs
index dee8d540..e0ad1ad7 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/YRefEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/ColorBarLib/YRefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.ColorBarLib
/// height of the plot. paper refers to the height of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YRefEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/Line.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/Line.cs
index 8cd38f8b..5dc02513 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/Line.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/Line.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Line : IEquatable
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/Pattern.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/Pattern.cs
index 21cfd9f8..01b7a9b0 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/Pattern.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/Pattern.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib
///
/// The Pattern class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Pattern : IEquatable
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/PatternLib/FillModeEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/PatternLib/FillModeEnum.cs
index dac48110..db2ad8f0 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/PatternLib/FillModeEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/PatternLib/FillModeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.PatternLib
/// Determines whether marker.color should be used as a default to bgcolor
/// or a fgcolor .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum FillModeEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/MarkerLib/PatternLib/ShapeEnum.cs b/Plotly.Blazor/Traces/BarLib/MarkerLib/PatternLib/ShapeEnum.cs
index d5dcd58f..c0e7b51b 100644
--- a/Plotly.Blazor/Traces/BarLib/MarkerLib/PatternLib/ShapeEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/MarkerLib/PatternLib/ShapeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarLib.MarkerLib.PatternLib
/// Sets the shape of the pattern fill. By default, no pattern is used for filling
/// the area.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShapeEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/OrientationEnum.cs b/Plotly.Blazor/Traces/BarLib/OrientationEnum.cs
index ea8222de..9159eb5e 100644
--- a/Plotly.Blazor/Traces/BarLib/OrientationEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/OrientationEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarLib
/// Sets the orientation of the bars. With v (h ), the value of
/// the each bar spans along the vertical (horizontal).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrientationEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/OutsideTextFont.cs b/Plotly.Blazor/Traces/BarLib/OutsideTextFont.cs
index 0446533f..8985c61b 100644
--- a/Plotly.Blazor/Traces/BarLib/OutsideTextFont.cs
+++ b/Plotly.Blazor/Traces/BarLib/OutsideTextFont.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The OutsideTextFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class OutsideTextFont : IEquatable
diff --git a/Plotly.Blazor/Traces/BarLib/Selected.cs b/Plotly.Blazor/Traces/BarLib/Selected.cs
index e2cbfe88..7cb0aa6e 100644
--- a/Plotly.Blazor/Traces/BarLib/Selected.cs
+++ b/Plotly.Blazor/Traces/BarLib/Selected.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The Selected class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Selected : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/SelectedLib/Marker.cs b/Plotly.Blazor/Traces/BarLib/SelectedLib/Marker.cs
index b6727a3d..73b45569 100644
--- a/Plotly.Blazor/Traces/BarLib/SelectedLib/Marker.cs
+++ b/Plotly.Blazor/Traces/BarLib/SelectedLib/Marker.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.SelectedLib
///
/// The Marker class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Marker : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/SelectedLib/TextFont.cs b/Plotly.Blazor/Traces/BarLib/SelectedLib/TextFont.cs
index 96704670..bd2c37b2 100644
--- a/Plotly.Blazor/Traces/BarLib/SelectedLib/TextFont.cs
+++ b/Plotly.Blazor/Traces/BarLib/SelectedLib/TextFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.SelectedLib
///
/// The TextFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TextFont : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/Stream.cs b/Plotly.Blazor/Traces/BarLib/Stream.cs
index ca5c5324..1dcd01d6 100644
--- a/Plotly.Blazor/Traces/BarLib/Stream.cs
+++ b/Plotly.Blazor/Traces/BarLib/Stream.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The Stream class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Stream : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/TextFont.cs b/Plotly.Blazor/Traces/BarLib/TextFont.cs
index e55a97a7..f51aa4c9 100644
--- a/Plotly.Blazor/Traces/BarLib/TextFont.cs
+++ b/Plotly.Blazor/Traces/BarLib/TextFont.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The TextFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class TextFont : IEquatable
diff --git a/Plotly.Blazor/Traces/BarLib/TextPositionEnum.cs b/Plotly.Blazor/Traces/BarLib/TextPositionEnum.cs
index b3d5b904..0e2a23da 100644
--- a/Plotly.Blazor/Traces/BarLib/TextPositionEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/TextPositionEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.Traces.BarLib
/// is too small and no bar is stacked on this one the text is moved outside.
/// If none , no text appears.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TextPositionEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/Unselected.cs b/Plotly.Blazor/Traces/BarLib/Unselected.cs
index 82fd560f..c005e24a 100644
--- a/Plotly.Blazor/Traces/BarLib/Unselected.cs
+++ b/Plotly.Blazor/Traces/BarLib/Unselected.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// The Unselected class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Unselected : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/UnselectedLib/Marker.cs b/Plotly.Blazor/Traces/BarLib/UnselectedLib/Marker.cs
index f613b069..235a2f56 100644
--- a/Plotly.Blazor/Traces/BarLib/UnselectedLib/Marker.cs
+++ b/Plotly.Blazor/Traces/BarLib/UnselectedLib/Marker.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.UnselectedLib
///
/// The Marker class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Marker : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/UnselectedLib/TextFont.cs b/Plotly.Blazor/Traces/BarLib/UnselectedLib/TextFont.cs
index 2f9b6ffd..978fa59a 100644
--- a/Plotly.Blazor/Traces/BarLib/UnselectedLib/TextFont.cs
+++ b/Plotly.Blazor/Traces/BarLib/UnselectedLib/TextFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib.UnselectedLib
///
/// The TextFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TextFont : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarLib/VisibleEnum.cs b/Plotly.Blazor/Traces/BarLib/VisibleEnum.cs
index 1966d0aa..bfad7dc9 100644
--- a/Plotly.Blazor/Traces/BarLib/VisibleEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/VisibleEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarLib
/// trace is not drawn, but can appear as a legend item (provided that the legend
/// itself is visible).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VisibleEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/XCalendarEnum.cs b/Plotly.Blazor/Traces/BarLib/XCalendarEnum.cs
index a7d67eb3..0db65228 100644
--- a/Plotly.Blazor/Traces/BarLib/XCalendarEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/XCalendarEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// Sets the calendar system to use with x date data.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XCalendarEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/XPeriodAlignmentEnum.cs b/Plotly.Blazor/Traces/BarLib/XPeriodAlignmentEnum.cs
index 49362ce4..e8c97012 100644
--- a/Plotly.Blazor/Traces/BarLib/XPeriodAlignmentEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/XPeriodAlignmentEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarLib
/// Only relevant when the axis type is date . Sets the alignment
/// of data points on the x axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XPeriodAlignmentEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/YCalendarEnum.cs b/Plotly.Blazor/Traces/BarLib/YCalendarEnum.cs
index 4cc13f09..00f19215 100644
--- a/Plotly.Blazor/Traces/BarLib/YCalendarEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/YCalendarEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.BarLib
///
/// Sets the calendar system to use with y date data.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YCalendarEnum
{
diff --git a/Plotly.Blazor/Traces/BarLib/YPeriodAlignmentEnum.cs b/Plotly.Blazor/Traces/BarLib/YPeriodAlignmentEnum.cs
index 72b132e8..cd52e5da 100644
--- a/Plotly.Blazor/Traces/BarLib/YPeriodAlignmentEnum.cs
+++ b/Plotly.Blazor/Traces/BarLib/YPeriodAlignmentEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarLib
/// Only relevant when the axis type is date . Sets the alignment
/// of data points on the y axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YPeriodAlignmentEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolar.cs b/Plotly.Blazor/Traces/BarPolar.cs
index 9b910926..71b1b366 100644
--- a/Plotly.Blazor/Traces/BarPolar.cs
+++ b/Plotly.Blazor/Traces/BarPolar.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.Traces
/// The BarPolar class.
/// Implements the .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class BarPolar : ITrace, IEquatable
diff --git a/Plotly.Blazor/Traces/BarPolarLib/HoverInfoFlag.cs b/Plotly.Blazor/Traces/BarPolarLib/HoverInfoFlag.cs
index 6445250f..8886e5b4 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/HoverInfoFlag.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/HoverInfoFlag.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib
/// are set, no information is displayed upon hovering. But, if none
/// is set, click and hover events are still fired.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum HoverInfoFlag
diff --git a/Plotly.Blazor/Traces/BarPolarLib/HoverLabel.cs b/Plotly.Blazor/Traces/BarPolarLib/HoverLabel.cs
index 9af9e9cc..1036c19e 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/HoverLabel.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/HoverLabel.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib
///
/// The HoverLabel class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class HoverLabel : IEquatable
diff --git a/Plotly.Blazor/Traces/BarPolarLib/HoverLabelLib/AlignEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/HoverLabelLib/AlignEnum.cs
index ca561c71..01b79eb9 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/HoverLabelLib/AlignEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/HoverLabelLib/AlignEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.HoverLabelLib
/// Sets the horizontal alignment of the text content within hover label box.
/// Has an effect only if the hover label text spans more two or more lines
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AlignEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/HoverLabelLib/Font.cs b/Plotly.Blazor/Traces/BarPolarLib/HoverLabelLib/Font.cs
index 8d67ae37..a74c7dba 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/HoverLabelLib/Font.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/HoverLabelLib/Font.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.HoverLabelLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Font : IEquatable
diff --git a/Plotly.Blazor/Traces/BarPolarLib/Legendgrouptitle.cs b/Plotly.Blazor/Traces/BarPolarLib/Legendgrouptitle.cs
index 865cdceb..d00ddc73 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/Legendgrouptitle.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/Legendgrouptitle.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib
///
/// The LegendGroupTitle class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class LegendGroupTitle : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/LegendgrouptitleLib/Font.cs b/Plotly.Blazor/Traces/BarPolarLib/LegendgrouptitleLib/Font.cs
index bd8caad1..f5fa890a 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/LegendgrouptitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/LegendgrouptitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.LegendGroupTitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/Marker.cs b/Plotly.Blazor/Traces/BarPolarLib/Marker.cs
index 98abde58..f81a6919 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/Marker.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/Marker.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib
///
/// The Marker class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Marker : IEquatable
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBar.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBar.cs
index 67f3ceba..fb9f3791 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBar.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBar.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib
///
/// The ColorBar class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ColorBar : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ExponentFormatEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ExponentFormatEnum.cs
index bd740d1f..9ba49d22 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/LenModeEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/LenModeEnum.cs
index 280b4db9..dbd292b7 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/LenModeEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/LenModeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// color variation direction) is set in units of plot fraction or in
/// *pixels. Use len to set the value.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LenModeEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/OrientationEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/OrientationEnum.cs
index 18d758d9..d72b687f 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/OrientationEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/OrientationEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
///
/// Sets the orientation of the colorbar.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrientationEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowExponentEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowExponentEnum.cs
index a18aca11..2b722ef4 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowTickPrefixEnum.cs
index f4968909..c8ddb176 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowTickSuffixEnum.cs
index 50d7eece..8cc8f987 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ThicknessModeEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ThicknessModeEnum.cs
index 389ca255..61f55b27 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ThicknessModeEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/ThicknessModeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// constant color direction) is set in units of plot fraction or in
/// pixels . Use thickness to set the value.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ThicknessModeEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickFont.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickFont.cs
index 855e30f1..6b34df5c 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickFont.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickFormatStop.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickFormatStop.cs
index e6eb51a2..b1192fd2 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickFormatStop.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickLabelOverflowEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickLabelOverflowEnum.cs
index b4e185bf..97f59a99 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickLabelOverflowEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickLabelOverflowEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// is 'hide past domain'. In other cases the default is 'hide past
/// div'.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelOverflowEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickLabelPositionEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickLabelPositionEnum.cs
index 50763756..2e40a4dc 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickLabelPositionEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickLabelPositionEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// options are used when orientation is h , top and bottom when
/// orientation is v .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelPositionEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickModeEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickModeEnum.cs
index 5ceb1f22..9aa3c56f 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickModeEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TicksEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TicksEnum.cs
index 527b1006..ebf7d489 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TicksEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/Title.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/Title.cs
index a7586ad8..701ae9c1 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/Title.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TitleLib/Font.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TitleLib/Font.cs
index d2ac0941..4e41c928 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TitleLib/SideEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TitleLib/SideEnum.cs
index dc0ffef9..738119ea 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TitleLib/SideEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/TitleLib/SideEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib.TitleLib
/// to right when orientation if h . Note that the title's
/// location used to be set by the now deprecated titleside attribute.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SideEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/XAnchorEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/XAnchorEnum.cs
index bfa9d1b1..1bebbfe6 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/XAnchorEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/XAnchorEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// of the color bar. Defaults to left when orientation is v
/// and center when orientation is h .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XAnchorEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/XRefEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/XRefEnum.cs
index 6e4972ea..ebed2340 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/XRefEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/XRefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// width of the plot. paper refers to the width of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XRefEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/YAnchorEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/YAnchorEnum.cs
index 91a08407..297e209c 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/YAnchorEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/YAnchorEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// color bar. Defaults to middle when orientation is v
/// and bottom when orientation is h .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YAnchorEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/YRefEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/YRefEnum.cs
index 77143e28..03aafac7 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/YRefEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/ColorBarLib/YRefEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.ColorBarLib
/// height of the plot. paper refers to the height of the plotting
/// area only.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YRefEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/Line.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/Line.cs
index cfde818b..14500493 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/Line.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/Line.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Line : IEquatable
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/Pattern.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/Pattern.cs
index b62885ac..7e58467e 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/Pattern.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/Pattern.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib
///
/// The Pattern class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Pattern : IEquatable
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/PatternLib/FillModeEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/PatternLib/FillModeEnum.cs
index 977a515e..fe56660a 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/PatternLib/FillModeEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/PatternLib/FillModeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.PatternLib
/// Determines whether marker.color should be used as a default to bgcolor
/// or a fgcolor .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum FillModeEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/PatternLib/ShapeEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/PatternLib/ShapeEnum.cs
index d84d5a81..d14c34c1 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/PatternLib/ShapeEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/MarkerLib/PatternLib/ShapeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.MarkerLib.PatternLib
/// Sets the shape of the pattern fill. By default, no pattern is used for filling
/// the area.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShapeEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/Selected.cs b/Plotly.Blazor/Traces/BarPolarLib/Selected.cs
index c4d4771e..660976b0 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/Selected.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/Selected.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib
///
/// The Selected class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Selected : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/SelectedLib/Marker.cs b/Plotly.Blazor/Traces/BarPolarLib/SelectedLib/Marker.cs
index bb112b41..d3511e95 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/SelectedLib/Marker.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/SelectedLib/Marker.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.SelectedLib
///
/// The Marker class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Marker : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/SelectedLib/TextFont.cs b/Plotly.Blazor/Traces/BarPolarLib/SelectedLib/TextFont.cs
index 14e2c5be..0f61a298 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/SelectedLib/TextFont.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/SelectedLib/TextFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.SelectedLib
///
/// The TextFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TextFont : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/Stream.cs b/Plotly.Blazor/Traces/BarPolarLib/Stream.cs
index 532bd8eb..49304e6e 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/Stream.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/Stream.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib
///
/// The Stream class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Stream : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/ThetaUnitEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/ThetaUnitEnum.cs
index 2f473adf..8b405983 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/ThetaUnitEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/ThetaUnitEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib
/// Sets the unit of input theta values. Has an effect only when on linear
/// angular axes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ThetaUnitEnum
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/Unselected.cs b/Plotly.Blazor/Traces/BarPolarLib/Unselected.cs
index f792e263..317e7645 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/Unselected.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/Unselected.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib
///
/// The Unselected class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Unselected : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/UnselectedLib/Marker.cs b/Plotly.Blazor/Traces/BarPolarLib/UnselectedLib/Marker.cs
index 344f4a4f..2fa30f3e 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/UnselectedLib/Marker.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/UnselectedLib/Marker.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.UnselectedLib
///
/// The Marker class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Marker : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/UnselectedLib/TextFont.cs b/Plotly.Blazor/Traces/BarPolarLib/UnselectedLib/TextFont.cs
index 71605970..5d6b9f75 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/UnselectedLib/TextFont.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/UnselectedLib/TextFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib.UnselectedLib
///
/// The TextFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TextFont : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BarPolarLib/VisibleEnum.cs b/Plotly.Blazor/Traces/BarPolarLib/VisibleEnum.cs
index 0d805ddc..3b7dcddc 100644
--- a/Plotly.Blazor/Traces/BarPolarLib/VisibleEnum.cs
+++ b/Plotly.Blazor/Traces/BarPolarLib/VisibleEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BarPolarLib
/// trace is not drawn, but can appear as a legend item (provided that the legend
/// itself is visible).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VisibleEnum
{
diff --git a/Plotly.Blazor/Traces/Box.cs b/Plotly.Blazor/Traces/Box.cs
index ecf66ac3..07479c5d 100644
--- a/Plotly.Blazor/Traces/Box.cs
+++ b/Plotly.Blazor/Traces/Box.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.Traces
/// The Box class.
/// Implements the .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Box : ITrace, IEquatable
diff --git a/Plotly.Blazor/Traces/BoxLib/BoxMeanEnum.cs b/Plotly.Blazor/Traces/BoxLib/BoxMeanEnum.cs
index c36b4546..3ef86185 100644
--- a/Plotly.Blazor/Traces/BoxLib/BoxMeanEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/BoxMeanEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BoxLib
/// is also drawn. Defaults to true when mean is set. Defaults
/// to sd when sd is set Otherwise defaults to false .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum BoxMeanEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/BoxPointsEnum.cs b/Plotly.Blazor/Traces/BoxLib/BoxPointsEnum.cs
index a04b1a5f..2799e94f 100644
--- a/Plotly.Blazor/Traces/BoxLib/BoxPointsEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/BoxPointsEnum.cs
@@ -18,7 +18,7 @@ namespace Plotly.Blazor.Traces.BoxLib
/// is set. Defaults to all under the q1/median/q3 signature. Otherwise
/// defaults to outliers .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum BoxPointsEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/HoverInfoFlag.cs b/Plotly.Blazor/Traces/BoxLib/HoverInfoFlag.cs
index 2fff1582..dffef9fe 100644
--- a/Plotly.Blazor/Traces/BoxLib/HoverInfoFlag.cs
+++ b/Plotly.Blazor/Traces/BoxLib/HoverInfoFlag.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BoxLib
/// are set, no information is displayed upon hovering. But, if none
/// is set, click and hover events are still fired.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum HoverInfoFlag
diff --git a/Plotly.Blazor/Traces/BoxLib/HoverLabel.cs b/Plotly.Blazor/Traces/BoxLib/HoverLabel.cs
index c370d717..171a483a 100644
--- a/Plotly.Blazor/Traces/BoxLib/HoverLabel.cs
+++ b/Plotly.Blazor/Traces/BoxLib/HoverLabel.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// The HoverLabel class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class HoverLabel : IEquatable
diff --git a/Plotly.Blazor/Traces/BoxLib/HoverLabelLib/AlignEnum.cs b/Plotly.Blazor/Traces/BoxLib/HoverLabelLib/AlignEnum.cs
index c17f193f..79050491 100644
--- a/Plotly.Blazor/Traces/BoxLib/HoverLabelLib/AlignEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/HoverLabelLib/AlignEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BoxLib.HoverLabelLib
/// Sets the horizontal alignment of the text content within hover label box.
/// Has an effect only if the hover label text spans more two or more lines
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AlignEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/HoverLabelLib/Font.cs b/Plotly.Blazor/Traces/BoxLib/HoverLabelLib/Font.cs
index f3509e1e..4a0a7370 100644
--- a/Plotly.Blazor/Traces/BoxLib/HoverLabelLib/Font.cs
+++ b/Plotly.Blazor/Traces/BoxLib/HoverLabelLib/Font.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.BoxLib.HoverLabelLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Font : IEquatable
diff --git a/Plotly.Blazor/Traces/BoxLib/HoverOnFlag.cs b/Plotly.Blazor/Traces/BoxLib/HoverOnFlag.cs
index 9cdd3774..2b4a4f94 100644
--- a/Plotly.Blazor/Traces/BoxLib/HoverOnFlag.cs
+++ b/Plotly.Blazor/Traces/BoxLib/HoverOnFlag.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// Do the hover effects highlight individual boxes or sample points or both?
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum HoverOnFlag
diff --git a/Plotly.Blazor/Traces/BoxLib/Legendgrouptitle.cs b/Plotly.Blazor/Traces/BoxLib/Legendgrouptitle.cs
index 19bd3820..1f0ae8f9 100644
--- a/Plotly.Blazor/Traces/BoxLib/Legendgrouptitle.cs
+++ b/Plotly.Blazor/Traces/BoxLib/Legendgrouptitle.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// The LegendGroupTitle class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class LegendGroupTitle : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/LegendgrouptitleLib/Font.cs b/Plotly.Blazor/Traces/BoxLib/LegendgrouptitleLib/Font.cs
index 5bbca04f..5f062cee 100644
--- a/Plotly.Blazor/Traces/BoxLib/LegendgrouptitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/BoxLib/LegendgrouptitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib.LegendGroupTitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/Line.cs b/Plotly.Blazor/Traces/BoxLib/Line.cs
index b05e5778..9d7c7157 100644
--- a/Plotly.Blazor/Traces/BoxLib/Line.cs
+++ b/Plotly.Blazor/Traces/BoxLib/Line.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/Marker.cs b/Plotly.Blazor/Traces/BoxLib/Marker.cs
index 9b2dd3d3..c0f161e2 100644
--- a/Plotly.Blazor/Traces/BoxLib/Marker.cs
+++ b/Plotly.Blazor/Traces/BoxLib/Marker.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// The Marker class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Marker : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/MarkerLib/Line.cs b/Plotly.Blazor/Traces/BoxLib/MarkerLib/Line.cs
index 656b7aa7..7808703b 100644
--- a/Plotly.Blazor/Traces/BoxLib/MarkerLib/Line.cs
+++ b/Plotly.Blazor/Traces/BoxLib/MarkerLib/Line.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib.MarkerLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/MarkerLib/SymbolEnum.cs b/Plotly.Blazor/Traces/BoxLib/MarkerLib/SymbolEnum.cs
index 65810973..4ad48217 100644
--- a/Plotly.Blazor/Traces/BoxLib/MarkerLib/SymbolEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/MarkerLib/SymbolEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BoxLib.MarkerLib
/// symbol name. Adding 300 is equivalent to appending -open-dot or dot-open
/// to a symbol name.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SymbolEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/OrientationEnum.cs b/Plotly.Blazor/Traces/BoxLib/OrientationEnum.cs
index 4436e2dc..3542cffd 100644
--- a/Plotly.Blazor/Traces/BoxLib/OrientationEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/OrientationEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BoxLib
/// Sets the orientation of the box(es). If v (h ), the distribution
/// is visualized along the vertical (horizontal).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrientationEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/QuartileMethodEnum.cs b/Plotly.Blazor/Traces/BoxLib/QuartileMethodEnum.cs
index d1592352..00df917d 100644
--- a/Plotly.Blazor/Traces/BoxLib/QuartileMethodEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/QuartileMethodEnum.cs
@@ -20,7 +20,7 @@ namespace Plotly.Blazor.Traces.BoxLib
/// the median in both halves - Q1 is then the median of the lower half and
/// Q3 the median of the upper half.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum QuartileMethodEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/Selected.cs b/Plotly.Blazor/Traces/BoxLib/Selected.cs
index be253626..d0cbd399 100644
--- a/Plotly.Blazor/Traces/BoxLib/Selected.cs
+++ b/Plotly.Blazor/Traces/BoxLib/Selected.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// The Selected class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Selected : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/SelectedLib/Marker.cs b/Plotly.Blazor/Traces/BoxLib/SelectedLib/Marker.cs
index 04eb6727..7147d03e 100644
--- a/Plotly.Blazor/Traces/BoxLib/SelectedLib/Marker.cs
+++ b/Plotly.Blazor/Traces/BoxLib/SelectedLib/Marker.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib.SelectedLib
///
/// The Marker class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Marker : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/SizeModeEnum.cs b/Plotly.Blazor/Traces/BoxLib/SizeModeEnum.cs
index bc0362da..78d4f7fc 100644
--- a/Plotly.Blazor/Traces/BoxLib/SizeModeEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/SizeModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.BoxLib
/// Argument sdmultiple (default 1) to scale the box size So it could be drawn
/// 1-stddev, 3-stddev etc
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum SizeModeEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/Stream.cs b/Plotly.Blazor/Traces/BoxLib/Stream.cs
index cc728835..b1e42ba6 100644
--- a/Plotly.Blazor/Traces/BoxLib/Stream.cs
+++ b/Plotly.Blazor/Traces/BoxLib/Stream.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// The Stream class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Stream : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/Unselected.cs b/Plotly.Blazor/Traces/BoxLib/Unselected.cs
index c6e35a63..4955f407 100644
--- a/Plotly.Blazor/Traces/BoxLib/Unselected.cs
+++ b/Plotly.Blazor/Traces/BoxLib/Unselected.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// The Unselected class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Unselected : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/UnselectedLib/Marker.cs b/Plotly.Blazor/Traces/BoxLib/UnselectedLib/Marker.cs
index e4bce982..793de75e 100644
--- a/Plotly.Blazor/Traces/BoxLib/UnselectedLib/Marker.cs
+++ b/Plotly.Blazor/Traces/BoxLib/UnselectedLib/Marker.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib.UnselectedLib
///
/// The Marker class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Marker : IEquatable
{
diff --git a/Plotly.Blazor/Traces/BoxLib/VisibleEnum.cs b/Plotly.Blazor/Traces/BoxLib/VisibleEnum.cs
index 9785a7bc..e874721d 100644
--- a/Plotly.Blazor/Traces/BoxLib/VisibleEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/VisibleEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.BoxLib
/// trace is not drawn, but can appear as a legend item (provided that the legend
/// itself is visible).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VisibleEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/XCalendarEnum.cs b/Plotly.Blazor/Traces/BoxLib/XCalendarEnum.cs
index c12b9f34..d4de42c5 100644
--- a/Plotly.Blazor/Traces/BoxLib/XCalendarEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/XCalendarEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// Sets the calendar system to use with x date data.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XCalendarEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/XPeriodAlignmentEnum.cs b/Plotly.Blazor/Traces/BoxLib/XPeriodAlignmentEnum.cs
index 92c609d1..7cebdd70 100644
--- a/Plotly.Blazor/Traces/BoxLib/XPeriodAlignmentEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/XPeriodAlignmentEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BoxLib
/// Only relevant when the axis type is date . Sets the alignment
/// of data points on the x axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XPeriodAlignmentEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/YCalendarEnum.cs b/Plotly.Blazor/Traces/BoxLib/YCalendarEnum.cs
index 6862895f..fbe9327e 100644
--- a/Plotly.Blazor/Traces/BoxLib/YCalendarEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/YCalendarEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.BoxLib
///
/// Sets the calendar system to use with y date data.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YCalendarEnum
{
diff --git a/Plotly.Blazor/Traces/BoxLib/YPeriodAlignmentEnum.cs b/Plotly.Blazor/Traces/BoxLib/YPeriodAlignmentEnum.cs
index a3d86486..92fef307 100644
--- a/Plotly.Blazor/Traces/BoxLib/YPeriodAlignmentEnum.cs
+++ b/Plotly.Blazor/Traces/BoxLib/YPeriodAlignmentEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.BoxLib
/// Only relevant when the axis type is date . Sets the alignment
/// of data points on the y axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum YPeriodAlignmentEnum
{
diff --git a/Plotly.Blazor/Traces/Candlestick.cs b/Plotly.Blazor/Traces/Candlestick.cs
index 86f7fdc2..a69bea25 100644
--- a/Plotly.Blazor/Traces/Candlestick.cs
+++ b/Plotly.Blazor/Traces/Candlestick.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.Traces
/// The Candlestick class.
/// Implements the .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Candlestick : ITrace, IEquatable
diff --git a/Plotly.Blazor/Traces/CandlestickLib/Decreasing.cs b/Plotly.Blazor/Traces/CandlestickLib/Decreasing.cs
index caec213c..ca536906 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/Decreasing.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/Decreasing.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
///
/// The Decreasing class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Decreasing : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/DecreasingLib/Line.cs b/Plotly.Blazor/Traces/CandlestickLib/DecreasingLib/Line.cs
index 58febdd7..2e57a80b 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/DecreasingLib/Line.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/DecreasingLib/Line.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib.DecreasingLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/HoverInfoFlag.cs b/Plotly.Blazor/Traces/CandlestickLib/HoverInfoFlag.cs
index d8e7acca..5ce038b7 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/HoverInfoFlag.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/HoverInfoFlag.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
/// are set, no information is displayed upon hovering. But, if none
/// is set, click and hover events are still fired.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Flags]
[JsonConverter(typeof(EnumConverter))]
public enum HoverInfoFlag
diff --git a/Plotly.Blazor/Traces/CandlestickLib/HoverLabel.cs b/Plotly.Blazor/Traces/CandlestickLib/HoverLabel.cs
index 330d7ae7..93b9ee09 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/HoverLabel.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/HoverLabel.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
///
/// The HoverLabel class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class HoverLabel : IEquatable
diff --git a/Plotly.Blazor/Traces/CandlestickLib/HoverLabelLib/AlignEnum.cs b/Plotly.Blazor/Traces/CandlestickLib/HoverLabelLib/AlignEnum.cs
index 573f48ae..dbc054fd 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/HoverLabelLib/AlignEnum.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/HoverLabelLib/AlignEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib.HoverLabelLib
/// Sets the horizontal alignment of the text content within hover label box.
/// Has an effect only if the hover label text spans more two or more lines
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AlignEnum
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/HoverLabelLib/Font.cs b/Plotly.Blazor/Traces/CandlestickLib/HoverLabelLib/Font.cs
index 7c1f6b71..a6e568c0 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/HoverLabelLib/Font.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/HoverLabelLib/Font.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib.HoverLabelLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Font : IEquatable
diff --git a/Plotly.Blazor/Traces/CandlestickLib/Increasing.cs b/Plotly.Blazor/Traces/CandlestickLib/Increasing.cs
index 65983744..7a46f66e 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/Increasing.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/Increasing.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
///
/// The Increasing class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Increasing : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/IncreasingLib/Line.cs b/Plotly.Blazor/Traces/CandlestickLib/IncreasingLib/Line.cs
index b8ebb332..35a7c16f 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/IncreasingLib/Line.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/IncreasingLib/Line.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib.IncreasingLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/Legendgrouptitle.cs b/Plotly.Blazor/Traces/CandlestickLib/Legendgrouptitle.cs
index 0c59d8ff..57841388 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/Legendgrouptitle.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/Legendgrouptitle.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
///
/// The LegendGroupTitle class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class LegendGroupTitle : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/LegendgrouptitleLib/Font.cs b/Plotly.Blazor/Traces/CandlestickLib/LegendgrouptitleLib/Font.cs
index fa81dca2..674ac8cc 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/LegendgrouptitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/LegendgrouptitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib.LegendGroupTitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/Line.cs b/Plotly.Blazor/Traces/CandlestickLib/Line.cs
index addb3859..e0ab0007 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/Line.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/Line.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
///
/// The Line class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Line : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/Stream.cs b/Plotly.Blazor/Traces/CandlestickLib/Stream.cs
index 62904fe2..cbd35d9e 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/Stream.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/Stream.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
///
/// The Stream class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Stream : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/VisibleEnum.cs b/Plotly.Blazor/Traces/CandlestickLib/VisibleEnum.cs
index 87ebdc61..3f0416e2 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/VisibleEnum.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/VisibleEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
/// trace is not drawn, but can appear as a legend item (provided that the legend
/// itself is visible).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VisibleEnum
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/XCalendarEnum.cs b/Plotly.Blazor/Traces/CandlestickLib/XCalendarEnum.cs
index 469d49d5..7ca3f966 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/XCalendarEnum.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/XCalendarEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
///
/// Sets the calendar system to use with x date data.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XCalendarEnum
{
diff --git a/Plotly.Blazor/Traces/CandlestickLib/XPeriodAlignmentEnum.cs b/Plotly.Blazor/Traces/CandlestickLib/XPeriodAlignmentEnum.cs
index ff40660d..a5827875 100644
--- a/Plotly.Blazor/Traces/CandlestickLib/XPeriodAlignmentEnum.cs
+++ b/Plotly.Blazor/Traces/CandlestickLib/XPeriodAlignmentEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.CandlestickLib
/// Only relevant when the axis type is date . Sets the alignment
/// of data points on the x axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum XPeriodAlignmentEnum
{
diff --git a/Plotly.Blazor/Traces/Carpet.cs b/Plotly.Blazor/Traces/Carpet.cs
index 5918229c..1db5911d 100644
--- a/Plotly.Blazor/Traces/Carpet.cs
+++ b/Plotly.Blazor/Traces/Carpet.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.Traces
/// The Carpet class.
/// Implements the .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Carpet : ITrace, IEquatable
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxis.cs b/Plotly.Blazor/Traces/CarpetLib/AAxis.cs
index 757c0206..8189f495 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxis.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.CarpetLib
///
/// The AAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class AAxis : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/AutoRangeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/AutoRangeEnum.cs
index ad5598e6..779390da 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/AutoRangeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/AutoRangeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
/// to the input data. See rangemode for more info. If range is
/// provided, then autorange is set to false .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoRangeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/AutoTypeNumbersEnum.cs
index 325e35e9..97c50f9d 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
/// be treated as a number during automatic axis type detection. Defaults
/// to layout.autotypenumbers.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/CategoryOrderEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/CategoryOrderEnum.cs
index 8ae0fa9d..8688ca8b 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/CategoryOrderEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/CategoryOrderEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
/// that attribute will be identical to the trace mode. The unspecified
/// categories will follow the categories in categoryarray .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CategoryOrderEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/CheaterTypeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/CheaterTypeEnum.cs
index 1682e509..30f13a49 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/CheaterTypeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/CheaterTypeEnum.cs
@@ -10,7 +10,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
{
///
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CheaterTypeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ExponentFormatEnum.cs
index 2dfd0e9c..2b0e1186 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/RangeModeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/RangeModeEnum.cs
index 64fc172a..b205a28a 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/RangeModeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/RangeModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
/// input data If nonnegative , the range is non-negative, regardless
/// of the input data.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RangeModeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowExponentEnum.cs
index 9aff9508..e7f942e6 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickLabelsEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickLabelsEnum.cs
index d2b0e3e0..ca144251 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickLabelsEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickLabelsEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
/// Determines whether axis labels are drawn on the low side, the high side,
/// both, or neither side of the axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickLabelsEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickPrefixEnum.cs
index ab56610a..dc38da1d 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickSuffixEnum.cs
index af9e665e..4b3f77cd 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickFont.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickFont.cs
index bec0529f..2ab5d0c0 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickFont.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickFormatStop.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickFormatStop.cs
index 44c4f0ad..a2c64982 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickModeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickModeEnum.cs
index 3fcf6f3e..e701072f 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TickModeEnum.cs
@@ -10,7 +10,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
{
///
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/Title.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/Title.cs
index 9e0411ee..7e0c0d01 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/Title.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TitleLib/Font.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TitleLib/Font.cs
index 1c5a1dfc..ded3ff9e 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TypeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TypeEnum.cs
index 304b86b6..7e4486e4 100644
--- a/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TypeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/AAxisLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.AAxisLib
/// Sets the axis type. By default, plotly attempts to determined the axis type
/// by looking into the data of the traces that referenced the axis in question.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxis.cs b/Plotly.Blazor/Traces/CarpetLib/BAxis.cs
index e43ad31e..f39124ee 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxis.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxis.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.CarpetLib
///
/// The BAxis class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class BAxis : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/AutoRangeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/AutoRangeEnum.cs
index 9f748c01..e23a67ba 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/AutoRangeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/AutoRangeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
/// to the input data. See rangemode for more info. If range is
/// provided, then autorange is set to false .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoRangeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/AutoTypeNumbersEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/AutoTypeNumbersEnum.cs
index 158527bc..39e0625a 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/AutoTypeNumbersEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/AutoTypeNumbersEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
/// be treated as a number during automatic axis type detection. Defaults
/// to layout.autotypenumbers.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum AutoTypeNumbersEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/CategoryOrderEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/CategoryOrderEnum.cs
index 0ce65433..3bd74feb 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/CategoryOrderEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/CategoryOrderEnum.cs
@@ -19,7 +19,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
/// that attribute will be identical to the trace mode. The unspecified
/// categories will follow the categories in categoryarray .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CategoryOrderEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/CheaterTypeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/CheaterTypeEnum.cs
index f3eef589..ab5bcfcc 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/CheaterTypeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/CheaterTypeEnum.cs
@@ -10,7 +10,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
{
///
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum CheaterTypeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ExponentFormatEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ExponentFormatEnum.cs
index 27dac9c3..cf0a6eee 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/RangeModeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/RangeModeEnum.cs
index 4ab3f64a..0d17b11e 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/RangeModeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/RangeModeEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
/// input data If nonnegative , the range is non-negative, regardless
/// of the input data.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum RangeModeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowExponentEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowExponentEnum.cs
index eb3c4109..fdc1efca 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickLabelsEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickLabelsEnum.cs
index 15a19b0c..87eb7a62 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickLabelsEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickLabelsEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
/// Determines whether axis labels are drawn on the low side, the high side,
/// both, or neither side of the axis.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickLabelsEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickPrefixEnum.cs
index 16d8e9c7..9ef9711f 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickSuffixEnum.cs
index d1bd145f..7b2261b0 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickFont.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickFont.cs
index 6a05eba3..6692bc95 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickFont.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickFormatStop.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickFormatStop.cs
index 19d0a3d6..1e6f0192 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickFormatStop.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickModeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickModeEnum.cs
index a321fecd..f81a4f9c 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickModeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TickModeEnum.cs
@@ -10,7 +10,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
{
///
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/Title.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/Title.cs
index 9705cd52..fe57f6e0 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/Title.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TitleLib/Font.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TitleLib/Font.cs
index 5f576c23..f43694b9 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TypeEnum.cs b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TypeEnum.cs
index 96188f38..52437698 100644
--- a/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TypeEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/BAxisLib/TypeEnum.cs
@@ -12,7 +12,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.BAxisLib
/// Sets the axis type. By default, plotly attempts to determined the axis type
/// by looking into the data of the traces that referenced the axis in question.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TypeEnum
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/Font.cs b/Plotly.Blazor/Traces/CarpetLib/Font.cs
index c5851317..ed5619a1 100644
--- a/Plotly.Blazor/Traces/CarpetLib/Font.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/Legendgrouptitle.cs b/Plotly.Blazor/Traces/CarpetLib/Legendgrouptitle.cs
index 4604c68f..cd74824d 100644
--- a/Plotly.Blazor/Traces/CarpetLib/Legendgrouptitle.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/Legendgrouptitle.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib
///
/// The LegendGroupTitle class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class LegendGroupTitle : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/LegendgrouptitleLib/Font.cs b/Plotly.Blazor/Traces/CarpetLib/LegendgrouptitleLib/Font.cs
index f47ce872..0f8efdef 100644
--- a/Plotly.Blazor/Traces/CarpetLib/LegendgrouptitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/LegendgrouptitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib.LegendGroupTitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/Stream.cs b/Plotly.Blazor/Traces/CarpetLib/Stream.cs
index ce6594b0..8cee9ca3 100644
--- a/Plotly.Blazor/Traces/CarpetLib/Stream.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/Stream.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib
///
/// The Stream class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Stream : IEquatable
{
diff --git a/Plotly.Blazor/Traces/CarpetLib/VisibleEnum.cs b/Plotly.Blazor/Traces/CarpetLib/VisibleEnum.cs
index 06043b1b..bac76f05 100644
--- a/Plotly.Blazor/Traces/CarpetLib/VisibleEnum.cs
+++ b/Plotly.Blazor/Traces/CarpetLib/VisibleEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.CarpetLib
/// trace is not drawn, but can appear as a legend item (provided that the legend
/// itself is visible).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum VisibleEnum
{
diff --git a/Plotly.Blazor/Traces/Choropleth.cs b/Plotly.Blazor/Traces/Choropleth.cs
index 565a9245..8f85bafa 100644
--- a/Plotly.Blazor/Traces/Choropleth.cs
+++ b/Plotly.Blazor/Traces/Choropleth.cs
@@ -16,7 +16,7 @@ namespace Plotly.Blazor.Traces
/// The Choropleth class.
/// Implements the .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(PlotlyConverter))]
[Serializable]
public class Choropleth : ITrace, IEquatable
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBar.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBar.cs
index 69d80b70..3604c528 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBar.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBar.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib
///
/// The ColorBar class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class ColorBar : IEquatable
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ExponentFormatEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ExponentFormatEnum.cs
index 3a7393df..bc3b7f3d 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ExponentFormatEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ExponentFormatEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
/// e , 1e+9. If E , 1E+9. If power , 1x10^9 (with 9 in a
/// super script). If SI , 1G. If B , 1B.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ExponentFormatEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/LenModeEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/LenModeEnum.cs
index 11f78dc9..f1aab1db 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/LenModeEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/LenModeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
/// color variation direction) is set in units of plot fraction or in
/// *pixels. Use len to set the value.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum LenModeEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/OrientationEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/OrientationEnum.cs
index ac633ac5..03bc4868 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/OrientationEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/OrientationEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
///
/// Sets the orientation of the colorbar.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum OrientationEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowExponentEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowExponentEnum.cs
index 643c9b40..47d695ef 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowExponentEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowExponentEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
/// only the exponent of the first tick is shown. If last , only the exponent
/// of the last tick is shown. If none , no exponents appear.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowExponentEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowTickPrefixEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowTickPrefixEnum.cs
index ca56a3dd..f9cff7c3 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowTickPrefixEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowTickPrefixEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
/// last tick is displayed with a suffix. If none , tick prefixes are
/// hidden.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickPrefixEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowTickSuffixEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowTickSuffixEnum.cs
index 6d18e149..56d7570c 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowTickSuffixEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ShowTickSuffixEnum.cs
@@ -11,7 +11,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
///
/// Same as showtickprefix but for tick suffixes.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ShowTickSuffixEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ThicknessModeEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ThicknessModeEnum.cs
index f9da2704..6ab63ab0 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ThicknessModeEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/ThicknessModeEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
/// constant color direction) is set in units of plot fraction or in
/// pixels . Use thickness to set the value.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum ThicknessModeEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickFont.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickFont.cs
index 7ac39034..b125c882 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickFont.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickFont.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
///
/// The TickFont class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFont : IEquatable
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickFormatStop.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickFormatStop.cs
index 02e7e1ee..44f7a7c9 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickFormatStop.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickFormatStop.cs
@@ -15,7 +15,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
///
/// The TickFormatStop class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class TickFormatStop : IEquatable
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickLabelOverflowEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickLabelOverflowEnum.cs
index 22179623..ca886265 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickLabelOverflowEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickLabelOverflowEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
/// is 'hide past domain'. In other cases the default is 'hide past
/// div'.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelOverflowEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickLabelPositionEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickLabelPositionEnum.cs
index d1e7085e..1f512f41 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickLabelPositionEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickLabelPositionEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
/// options are used when orientation is h , top and bottom when
/// orientation is v .
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickLabelPositionEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickModeEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickModeEnum.cs
index 359c115b..c12efb59 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickModeEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TickModeEnum.cs
@@ -17,7 +17,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
/// the tick text is ticktext . (array is the default value if
/// tickvals is provided).
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TickModeEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TicksEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TicksEnum.cs
index 5bd56a85..2dc5bbc1 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TicksEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TicksEnum.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
/// not drawn. If outside (inside ), this axis' are drawn outside
/// (inside) the axis lines.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[JsonConverter(typeof(EnumConverter))]
public enum TicksEnum
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/Title.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/Title.cs
index 48724594..1a6e43d6 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/Title.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/Title.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib
///
/// The Title class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Title : IEquatable
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TitleLib/Font.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TitleLib/Font.cs
index 83d4c246..c2c5fb1a 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TitleLib/Font.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TitleLib/Font.cs
@@ -13,7 +13,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib.TitleLib
///
/// The Font class.
///
- [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCode("Plotly.Blazor.Generator", "4.0.1.0")]
[Serializable]
public class Font : IEquatable
{
diff --git a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TitleLib/SideEnum.cs b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TitleLib/SideEnum.cs
index 9533e668..8ec839a8 100644
--- a/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TitleLib/SideEnum.cs
+++ b/Plotly.Blazor/Traces/ChoroplethLib/ColorBarLib/TitleLib/SideEnum.cs
@@ -14,7 +14,7 @@ namespace Plotly.Blazor.Traces.ChoroplethLib.ColorBarLib.TitleLib
/// to