File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
src/Vizor.ECharts/Series/Treemap Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -615,4 +615,11 @@ public partial class TreemapSeries : ISeries
615
615
[ JsonPropertyName ( "tooltip" ) ]
616
616
public Tooltip ? Tooltip { get ; set ; }
617
617
618
+ /// <summary>
619
+ /// Since v5.6.0
620
+ /// The mouse style when mouse hovers on an element, the same as cursor property in CSS .
621
+ /// </summary>
622
+ [ JsonPropertyName ( "cursor" ) ]
623
+ [ DefaultValue ( "pointer" ) ]
624
+ public string ? Cursor { get ; set ; }
618
625
}
Original file line number Diff line number Diff line change @@ -256,4 +256,11 @@ public partial class TreemapSeriesData
256
256
[ JsonPropertyName ( "tooltip" ) ]
257
257
public Tooltip ? Tooltip { get ; set ; }
258
258
259
+ /// <summary>
260
+ /// Since v5.6.0
261
+ /// The mouse style when mouse hovers on an element, the same as cursor property in CSS .
262
+ /// </summary>
263
+ [ JsonPropertyName ( "cursor" ) ]
264
+ [ DefaultValue ( "pointer" ) ]
265
+ public string ? Cursor { get ; set ; }
259
266
}
You can’t perform that action at this time.
0 commit comments