Skip to content

Commit 1ab9703

Browse files
committed
Addressed feedback.
1 parent 17717c8 commit 1ab9703

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-maps/power-bi-visual-add-bubble-layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Initially all bubbles have the same fill color. If a field is passed into the **
2020

2121
| Setting | Description |
2222
|----------------|----------------|
23-
| Size | (Deprecated) The size of each bubble. This option is hidden when a field is passed into the **Size** bucket of the **Fields** pane. More options appear as outlined in the [Bubble size scaling](#bubble-size-scaling) section further down in this article. |
23+
| Size | The size of each bubble. This option is hidden when a field is passed into the **Size** bucket of the **Fields** pane. More options appear as outlined in the [Bubble size scaling](#bubble-size-scaling) section further down in this article. |
2424
| Range scaling | Used to define how the bubble layer scales the bubbles.<br><br>• **Magnitude**: Bubble size scales by magnitude. Negative values are automatically converted to positive values.<br>• **DataRange**: Bubble size scales from min-of-data to max-of-data. There's no anchoring to zero.<br>• **Automatic**: Bubble size scales automatically into one of the two types, as follows:<br>&nbsp;&nbsp;&nbsp;&nbsp;**Magnitude**: Positive or negative only data.<br>&nbsp;&nbsp;&nbsp;&nbsp;**DataRange**: data that contains both positive and negative values.<br>• **(Deprecated)**: Applies to reports created prior to the range scaling property, to provide backward-compatibility. It's recommended that you change this to use any one of the three preceding options. |
2525
| Shape | Transparency. The fill transparency of each bubble. |
2626
| Color | Fill color of each bubble. This option is hidden when a field is passed into the **Legend** bucket of the **Fields** pane and a separate **Data colors** section appears in the **Format** pane. |
2727
| Border | Settings for the border include color, width, transparency and blur.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Color specifies the color that outlines the bubble. This option is hidden when the **High-contrast outline** option is enabled.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Width specifies the width of the outline in pixels.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Transparency specifies the transparency of each bubble.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Blur specifies the amount of blur applied to the outline of the bubble. A value of one blurs the bubbles such that only the center point has no transparency. A value of 0 apply any blur effect.|
28-
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Zoom scale is the amount the bubbles should scale relative to the zoom level. A zoom scale of one means no scaling. Large values make bubbles smaller when zoomed out and larger when zoomed in. This helps to reduce the clutter on the map when zoomed out, yet ensures points stand out more when zoomed in. A value of 1 doesn't apply any scaling.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Maximum zoom level tiles are available.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Minimum zoom level tiles are available. |
28+
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/>&nbsp;&nbsp;&nbsp;&nbsp;(Deprecated) Zoom scale is the amount the bubbles should scale relative to the zoom level. A zoom scale of one means no scaling. Large values make bubbles smaller when zoomed out and larger when zoomed in. This helps to reduce the clutter on the map when zoomed out, yet ensures points stand out more when zoomed in. A value of 1 doesn't apply any scaling.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Maximum zoom level tiles are available.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Minimum zoom level tiles are available. |
2929
| Options | Settings for the options property include pitch alignment and layer position.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Pitch alignment specifies how the bubbles look when the map is pitched.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• layer position specifies the position of the layer relative to other map layers. |
3030

3131
## Bubble size scaling

articles/azure-maps/power-bi-visual-understanding-layers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ The general layer section of the **Format** pane are common settings that apply
8585
| Setting | Description |
8686
|----------------|----------------------------------------|
8787
| Unselected transparency | The transparency of shapes that aren't selected, when one or more shapes are selected. |
88-
| Show zeros | Specifies if points that have a size value of zero should be shown on the map using the minimum radius. |
88+
| Show zeros | (Deprecated) Specifies if points that have a size value of zero should be shown on the map using the minimum radius. |
8989
| Show negatives | (Deprecated) Specifies if absolute value of negative size values should be plotted. |
90-
| Min data value | (Deprecated) The minimum value of the input data to scale against. Good for clipping outliers. |
90+
| Min data value | The minimum value of the input data to scale against. Good for clipping outliers. |
9191
| Max data value | The maximum value of the input data to scale against. Good for clipping outliers. |
9292

9393
> [!NOTE]

0 commit comments

Comments
 (0)