You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/power-bi-visual-add-bubble-layer.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Add a bubble layer to an Azure Maps Power BI visual
3
3
titleSuffix: Microsoft Azure Maps
4
-
description: In this article, you will learn how to use the bubble layer in an Azure Maps Power BI visual.
4
+
description: In this article, you'll learn how to use the bubble layer in an Azure Maps Power BI visual.
5
5
author: stevemunk
6
6
ms.author: v-munksteve
7
-
ms.date: 11/29/2021
7
+
ms.date: 11/14/2022
8
8
ms.topic: how-to
9
9
ms.service: azure-maps
10
10
services: azure-maps
@@ -20,16 +20,16 @@ Initially all bubbles have the same fill color. If a field is passed into the **
20
20
21
21
| Setting | Description |
22
22
|-----------------------|----------------|
23
-
| Size | The size of each bubble. This option is hidden when a field is passed into the **Size** bucket of the **Fields** pane. Additional options will appear as outlined in the [Bubble size scaling](#bubble-size-scaling)topic 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 will appear as outlined in the [Bubble size scaling](#bubble-size-scaling)section further down in this article. |
24
24
| Fill color | 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 will appear in the **Format** pane. |
25
25
| Fill transparency | Transparency of each bubble. |
26
26
| High-contrast outline | Makes the outline color contrast with the fill color for better accessibility by using a high-contrast variant of the fill color. |
27
27
| Outline color | Color that outlines the bubble. This option is hidden when the **High-contrast outline** option is enabled. |
28
28
| Outline transparency | Transparency of the outline. |
29
29
| Outline width | Width of the outline in pixels. |
30
-
| Blur | Amount of blur applied to the outline. A value of 1 blurs the bubbles such that only the center point has no transparency. A value of 0 apply any blur effect. |
30
+
| Blur | Amount of blur applied to the outline. A value of one blurs the bubbles such that only the center point has no transparency. A value of 0 apply any blur effect. |
31
31
| Pitch alignment | Specifies how the bubbles look when the map is pitched. <br/><br/> • Viewport - Bubbles appear on their edge on the map relative to viewport. (default)<br/> • Map - Bubbles are rendered flat on the surface of the map. |
32
-
| Zoom scale | Amount the bubbles should scale relative to the zoom level. A zoom scale of one means no scaling. Large values will 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 does not apply any scaling. |
32
+
| Zoom scale | Amount the bubbles should scale relative to the zoom level. A zoom scale of one means no scaling. Large values will 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. |
33
33
| Min zoom | Minimum zoom level tiles are available. |
34
34
| Max zoom | Maximum zoom level tiles are available. |
35
35
| Layer position | Specifies the position of the layer relative to other map layers. |
@@ -42,7 +42,7 @@ If a field is passed into the **Size** bucket of the **Fields** pane, the bubble
42
42
|---------------------|--------------|
43
43
| Min size | Minimum bubble size when scaling the data.|
44
44
| Max size | Maximum bubble size when scaling the data.|
45
-
| Size scaling method | Scaling algorithm used to determine relative bubble size.<br/><br/> • Linear - Range of input data linearly mapped to the min and max size. (default)<br/> • Log - Range of input data logarithmically mapped to the min and max size.<br/> • Cubic-Bezier - Specify X1, Y1, X2, Y2 values of a Cubic-Bezier curve to create a custom scaling method. |
45
+
| Size scaling method | Scaling algorithm used to determine relative bubble size.<br/><br/> • Linear: Range of input data linearly mapped to the min and max size. (default)<br/> • Log: Range of input data logarithmically mapped to the min and max size.<br/> • Cubic-Bezier: Specify X1, Y1, X2, Y2 values of a Cubic-Bezier curve to create a custom scaling method. |
46
46
47
47
When the **Size scaling method** is set to **Log**, the following options will be made available.
48
48
@@ -62,6 +62,16 @@ When the **Size scaling method** is set to **Cubic-Bezier**, the following optio
62
62
> [!TIP]
63
63
> [https://cubic-bezier.com/](https://cubic-bezier.com/) has a handy tool for creating the parameters for Cubic-Bezier curves.
64
64
65
+
## Category labels
66
+
67
+
When displaying a **bubble layer** map, the **Category labels** settings will become active in the **Format visual** pane.
68
+
69
+
:::image type="content" source="./media/power-bi-visual/category-labels.png" alt-text="A screenshot showing the category labels settings in the format visual section of Power BI." lightbox="./media/power-bi-visual/category-labels.png":::
70
+
71
+
The **Category labels** settings enable you to customize font setting such as font type, size and color as well as the category labels background color and transparency.
72
+
73
+
:::image type="content" source="./media/power-bi-visual/category-labels-example.png" alt-text="A screenshot showing the category labels on an Azure Maps map in Power BI." lightbox="./media/power-bi-visual/category-labels-example.png":::
0 commit comments