File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/main/java/gwt/material/design/amcharts/client/cursor Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2020package gwt .material .design .amcharts .client .cursor ;
2121
2222import gwt .material .design .amcharts .client .axis .Axis ;
23+ import gwt .material .design .amcharts .client .series .XYSeries ;
2324import gwt .material .design .amcore .client .base .Sprite ;
2425import gwt .material .design .amcore .client .constants .XYCursorBehavior ;
2526import gwt .material .design .amcore .client .events .SpriteEventDispatcher ;
@@ -42,6 +43,9 @@ public class XYCursor extends Cursor {
4243 @ JsProperty
4344 public boolean fullWidthLineY ;
4445
46+ @ JsProperty
47+ public boolean hideSeriesTooltipsOnSelection ;
48+
4549 @ JsProperty
4650 public Sprite lineX ;
4751
@@ -51,9 +55,15 @@ public class XYCursor extends Cursor {
5155 @ JsProperty
5256 public double maxPanOut ;
5357
58+ @ JsProperty
59+ public int maxTooltipDistance ;
60+
5461 @ JsProperty
5562 public Sprite selection ;
5663
64+ @ JsProperty
65+ public XYSeries [] snapToSeries ;
66+
5767 @ JsProperty
5868 public Axis xAxis ;
5969
You can’t perform that action at this time.
0 commit comments