We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e34a9 commit 2530060Copy full SHA for 2530060
src/Vizor.ECharts/Options/GeoRegion.cs
@@ -20,7 +20,9 @@ public partial class GeoRegion
20
public bool? Selected { get; set; }
21
22
/// <summary>
23
+ /// Since v5.6.0
24
/// Set this to true, to prevent interaction with the axis.
25
+ /// Whether to ignore mouse events. Default value is false, for triggering and responding to mouse events.
26
/// </summary>
27
[JsonPropertyName("silent")]
28
[DefaultValue(false)]
@@ -65,5 +67,4 @@ public partial class GeoRegion
65
67
66
68
[JsonPropertyName("tooltip")]
69
public Tooltip? Tooltip { get; set; }
-
70
}
0 commit comments