Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump plotly.js to v2.27.1 #394

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Plotly.Blazor.Generator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/Animation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor
/// <summary>
/// The Animation class.
/// </summary>
[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<Animation>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/AnimationLib/DirectionEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Plotly.Blazor.AnimationLib
/// <summary>
/// The direction in which to play the frames triggered by the animation call
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/AnimationLib/Frame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.AnimationLib
/// <summary>
/// The Frame class.
/// </summary>
[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<Frame>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/AnimationLib/ModeEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Plotly.Blazor.AnimationLib
/// which the new animation is started. If <c>afterall</c> all existing frames
/// are animated to completion before the new animation is started.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/AnimationLib/Transition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.AnimationLib
/// <summary>
/// The Transition class.
/// </summary>
[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<Transition>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/AnimationLib/TransitionLib/EasingEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Plotly.Blazor.AnimationLib.TransitionLib
/// <summary>
/// The easing function used for the transition
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/AnimationLib/TransitionLib/OrderingEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Plotly.Blazor.AnimationLib.TransitionLib
/// Determines whether the figure&#39;s layout or traces smoothly transitions
/// during updates that make both traces and layout change.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor
/// <summary>
/// The Config class.
/// </summary>
[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<Config>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/ConfigLib/DisplayModeBarEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.ConfigLib
/// visible. If <c>false</c>, the mode bar is always hidden. If <c>hover</c>,
/// the mode bar is visible while the mouse cursor is on the graph container.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/ConfigLib/DoubleClickEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/ConfigLib/Edits.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.ConfigLib
/// <summary>
/// The Edits class.
/// </summary>
[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<Edits>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/ConfigLib/ScrollZoomFlag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Plotly.Blazor.ConfigLib
/// do not have zoombox via pan), but turned off by default for cartesian subplots.
/// Set <c>scrollZoom</c> to <c>false</c> to disable scrolling for all subplots.
/// </summary>
[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
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/Frames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor
/// <summary>
/// The Frames class.
/// </summary>
[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<Frames>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/ITrace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Plotly.Blazor
/// <summary>
/// The trace interface.
/// </summary>
[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
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/ITransform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Plotly.Blazor
/// <summary>
/// The transform interface.
/// </summary>
[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
{
/// <summary>
Expand Down
14 changes: 6 additions & 8 deletions Plotly.Blazor/Interop/RelayoutEventData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,20 @@ namespace Plotly.Blazor.Interop
public class RelayoutEventData
{
/// <summary>
/// The x-axis of the layout. [x0, x1]. This may not be set.
/// The x-axis of the layout. [x0, x1]
/// </summary>
/// <remarks>
/// Array of objects to be compatible to multiple data types.
/// Has to be casted manually.
/// In some cases this may be not be set.
/// </remarks>
public object[] XRange { get; set; }
public double[] XRange { get; set; }


/// <summary>
/// The y-axis of the layout. [y0, y1]. This may not be set.
/// The y-axis of the layout. [y0, y1].
/// </summary>
/// <remarks>
/// Array of objects to be compatible to multiple data types.
/// Has to be casted manually.
/// In some cases this may be not be set.
/// </remarks>
public object[] YRange { get; set; }
public double[] YRange { get; set; }
}
}
2 changes: 1 addition & 1 deletion Plotly.Blazor/Layout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Plotly.Blazor
/// <summary>
/// The Layout class.
/// </summary>
[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<Layout>
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/ActiveSelection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
/// <summary>
/// The ActiveSelection class.
/// </summary>
[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<ActiveSelection>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/ActiveShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
/// <summary>
/// The ActiveShape class.
/// </summary>
[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<ActiveShape>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/Annotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
/// <summary>
/// The Annotation class.
/// </summary>
[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<Annotation>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/AnnotationLib/AlignEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// one or more &lt;br&gt; HTML tags) or if an explicit width is set to override
/// the text width.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/AnnotationLib/ArrowSideFlag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// <summary>
/// Sets the annotation arrow head position.
/// </summary>
[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
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/AnnotationLib/ClickToShowEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// label markers though, <c>standoff</c> is preferred over <c>xclick</c> and
/// <c>yclick</c>.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/AnnotationLib/Font.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// <summary>
/// The Font class.
/// </summary>
[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<Font>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/AnnotationLib/HoverLabel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// <summary>
/// The HoverLabel class.
/// </summary>
[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<HoverLabel>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib.HoverLabelLib
/// <summary>
/// The Font class.
/// </summary>
[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<Font>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/AnnotationLib/VAlignEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// Sets the vertical alignment of the <c>text</c> within the box. Has an effect
/// only if an explicit height is set to override the text height.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/AnnotationLib/XAnchorEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/AnnotationLib/YAnchorEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Plotly.Blazor.LayoutLib.AnnotationLib
/// whereas for paper-referenced with no arrow, the anchor picked corresponds
/// to the closest side.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/AutoTypeNumbersEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib
/// be treated as a number during automatic axis <c>type</c> detection. This
/// is the default value; however it could be overridden for individual axes.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/BarModeEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Plotly.Blazor.LayoutLib
/// <c>overlay</c>, the bars are plotted over one another, you might need to
/// reduce <c>opacity</c> to see multiple bars.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/BarNormEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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. <c>percent</c> is the same but multiplied by 100 to show percentages.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/BoxModeEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib
/// one another, you might need to set <c>opacity</c> to see them multiple boxes.
/// Has no effect on traces that have <c>width</c> set.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/CalendarEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Plotly.Blazor.LayoutLib
/// Sets the default calendar system to use for interpreting and displaying
/// dates throughout the plot.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/ClickModeFlag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Plotly.Blazor.LayoutLib
/// is missing, <c>plotly_click</c> and <c>plotly_selected</c> events are not
/// fired.
/// </summary>
[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
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/ColorAxis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib
/// <summary>
/// The ColorAxis class.
/// </summary>
[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<ColorAxis>
{
Expand Down
2 changes: 1 addition & 1 deletion Plotly.Blazor/LayoutLib/ColorAxisLib/ColorBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib
/// <summary>
/// The ColorBar class.
/// </summary>
[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<ColorBar>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// <c>e</c>, 1e+9. If <c>E</c>, 1E+9. If <c>power</c>, 1x10^9 (with 9 in a
/// super script). If <c>SI</c>, 1G. If <c>B</c>, 1B.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// color variation direction) is set in units of plot <c>fraction</c> or in
/// *pixels. Use <c>len</c> to set the value.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// <summary>
/// Sets the orientation of the colorbar.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Plotly.Blazor.LayoutLib.ColorAxisLib.ColorBarLib
/// only the exponent of the first tick is shown. If <c>last</c>, only the exponent
/// of the last tick is shown. If <c>none</c>, no exponents appear.
/// </summary>
[System.CodeDom.Compiler.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
{
Expand Down
Loading
Loading