Skip to content

Commit 2530060

Browse files
committed
echarts 5.6.0: [geo] [map] Support regions[].silent option
1 parent a1e34a9 commit 2530060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Vizor.ECharts/Options/GeoRegion.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ public partial class GeoRegion
2020
public bool? Selected { get; set; }
2121

2222
/// <summary>
23+
/// Since v5.6.0
2324
/// 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.
2426
/// </summary>
2527
[JsonPropertyName("silent")]
2628
[DefaultValue(false)]
@@ -65,5 +67,4 @@ public partial class GeoRegion
6567
/// </summary>
6668
[JsonPropertyName("tooltip")]
6769
public Tooltip? Tooltip { get; set; }
68-
6970
}

0 commit comments

Comments
 (0)