Skip to content

Commit

Permalink
fixed bubble tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
HUSSAR-mtrela committed Dec 19, 2024
1 parent 85d7ee7 commit d2b420f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
UnitsTextMarginRight="5"
ValueTextMarginLeft="10"
LabelTextMarginLeft="1"
GroupingMode="DataToolTipLayerGroupingMode.Grouped"
LayoutMode="DataLegendLayoutMode.Vertical"
BadgeShape="LegendItemBadgeShape.Hidden"
IncludedColumns="@(new string[] { "X", "Y", "Radius" })"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
UnitsTextMarginRight="5"
ValueTextMarginLeft="10"
LabelTextMarginLeft="1"
GroupingMode="DataToolTipLayerGroupingMode.Grouped"
LayoutMode="DataLegendLayoutMode.Vertical">
</IgbDataToolTipLayer>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
UnitsTextMarginRight="5"
ValueTextMarginLeft="10"
LabelTextMarginLeft="1"
GroupingMode="DataToolTipLayerGroupingMode.Grouped"
LayoutMode="DataLegendLayoutMode.Vertical"
BadgeShape="LegendItemBadgeShape.Hidden"
HeaderRowVisible="false">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
UnitsTextMarginRight="5"
ValueTextMarginLeft="10"
LabelTextMarginLeft="1"
GroupingMode="DataToolTipLayerGroupingMode.Grouped"
LayoutMode="DataLegendLayoutMode.Vertical"
BadgeShape="LegendItemBadgeShape.Hidden"
IncludedColumns="@(new string[] { "X", "Y", "Radius" })"
Expand Down

0 comments on commit d2b420f

Please sign in to comment.