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
<!--
Thank you for contributing to the Elastic Docs! 🎉
Use this template to help us efficiently review your contribution.
-->
## Summary
This PR takes into account small UI changes for serverless/9.3 in a way
that doesn't require applies_to (some options moved, are less easily
visible, got added a label - at least as a tooltip - etc.)
Fixes: #4267Fixes: #4266
<!--
Describe what your PR changes or improves.
If your PR fixes an issue, link it here. If your PR does not fix an
issue, describe the reason you are making the change.
-->
## Generative AI disclosure
<!--
To help us ensure compliance with the Elastic open source and
documentation guidelines, please answer the following:
-->
1. Did you use a generative AI (GenAI) tool to assist in creating this
contribution?
- [ ] Yes
- [x] No
<!--
2. If you answered "Yes" to the previous question, please specify the
tool(s) and model(s) used (e.g., Google Gemini, OpenAI ChatGPT-4, etc.).
Tool(s) and model(s) used:
-->
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/open-dashboard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Managed dashboards created by integrations can't be edited directly, but you can
43
43
44
44
## Reset dashboard changes [reset-the-dashboard]
45
45
46
-
When editing a dashboard, you can revert any changes you’ve made since the last save using the **Reset** button in the toolbar.
46
+
When editing a dashboard, you can revert any changes you’ve made since the last save using the **Reset** button located next to **Save**in the toolbar.
47
47
48
48
::::{note}
49
49
Once changes are saved, you can no longer revert them in one click, and instead have to edit the dashboard manually.
Copy file name to clipboardExpand all lines: explore-analyze/visualize/lens.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Choose the data you want to visualize.
48
48
49
49
1. Drag the fields directly to the layer pane. **Lens** automatically selects the aggregation function.
50
50
2. If you want to learn more about the data a field contains, click the field.
51
-
3. To visualize more than one {{data-source}}, click **Add layer**, select the layer type, then select the {{data-source}}.
51
+
3. To visualize more than one {{data-source}}, select {icon}`plus_in_square`**Add layer**, choose the layer type, then select the {{data-source}}.
52
52
53
53
Edit and delete.
54
54
@@ -357,7 +357,7 @@ Any annotation layer can be saved as an annotation group to the **Visualize Libr
357
357
358
358
Create a new annotation layer.
359
359
360
-
1.In the layer pane, click**Add layer > Annotations > New annotation**.
360
+
1.From your visualization, select {icon}`plus_in_square`**Add layer > Annotations > New annotation**.
361
361
2. Select the {{data-source}} for the annotation.
362
362
3. From the fields list, drag a field to the **Add an annotation** field.
363
363
4. To use global filters in the annotation, click , then select **Keep global filters** from the dropdown.
@@ -389,13 +389,13 @@ Specify the annotation appearance.
389
389
390
390
Save the annotation group to the library.
391
391
392
-
1.In the layer pane, on your annotation layer, click .
392
+
1.From your visualization, on your annotation layer, click .
393
393
2. Enter the **Title**, **Description**, and add any applicable [**Tags**](../find-and-organize/tags.md).
394
394
3. Click **Save group**.
395
395
396
396
Add a library annotation group to a visualization.
397
397
398
-
1.In the layer pane, click**Add layer > Annotations > Load from library**.
398
+
1.From your visualization, select {icon}`plus_in_square`**Add layer > Annotations > Load from library**.
399
399
2. Select the annotation group you want to use.
400
400
401
401
@@ -410,7 +410,7 @@ For example, to track the number of bytes in the 75th percentile, add a shaded *
410
410
:screenshot:
411
411
:::
412
412
413
-
1.In the layer pane, click **Add layer > Reference lines**.
413
+
1.From your visualization, click **Add layer > Reference lines**.
414
414
2. Click the reference line value, then specify the reference line you want to use:
415
415
416
416
* To add a static reference line, click **Static**, then enter the reference line value you want to use.
@@ -463,18 +463,16 @@ In the legend, click the field, then choose one of the following options:
463
463
464
464
## Customize the visualization display [configure-the-visualization-components]
465
465
466
-
Each visualization type comes with a set of components that you access from the editor toolbar.
466
+
Each visualization offers various options that you can use to customize its appearance:
467
467
468
-
The following component menus are available:
469
-
470
-
***Appearance** — Specifies how to display area, line, and bar chart options. For example, you can specify how to display the labels in bar charts.
468
+
***Style** — Specifies how to display area, line, and bar chart options. For example, you can specify how to display the labels in bar charts.
471
469
***Labels** — Specifies how to display the labels for donut charts, pie charts, and treemaps.
472
470
***Legend** — Specifies how to display the legend. You can choose to display the legend inside or outside the visualization, truncate the legend values when they’re too long, and [select additional statistics to show](#customize-visualization-legend).
473
471
***Left axis**, **Bottom axis**, and **Right axis** — Specify how you want to display the chart axes. For example, add axis labels and change the orientation and bounds.
### Visualization appearance and style options [customize-visualization-appearance]
476
474
477
-
When creating or editing a visualization, you can customize several appearance options. To do that, look for the {icon}`brush`icon.
475
+
You can customize the appearance of your visualizations with several options. To do that, look for the {icon}`brush`**Style** button.
478
476
479
477
These options can vary depending on the type of chart.
480
478
@@ -535,7 +533,7 @@ These options can vary depending on the type of chart.
535
533
```{applies_to}
536
534
stack: ga 9.2
537
535
```
538
-
When creating or editing a visualization, you can customize several appearance options. To do that, look for the {icon}`brush`icon.
536
+
When creating or editing a visualization, you can customize several appearance options. To do that, look for the {icon}`brush`**Style** button.
539
537
540
538
**Primary metric**
541
539
: Define the formatting of the primary metric in terms of **Position**, **Alignment**, and **Font size**.
@@ -587,7 +585,7 @@ When creating or editing a visualization, you can customize several appearance o
587
585
588
586
### Customize the visualization legend [customize-visualization-legend]
589
587
590
-
When creating or editing a visualization, you can customize the way the legend gets displayed, and the data it displays. To do that, look for the icon.
588
+
When creating or editing a visualization, you can customize the way the legend gets displayed, and the data it displays. To do that, look for the **Legend** button.
0 commit comments