VizTooltips: Remove remaining old bits (#85500)

Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
This commit is contained in:
Leon Sorokin
2024-04-02 19:32:01 -05:00
committed by GitHub
parent d601acac3a
commit 1522499c4a
16 changed files with 16 additions and 121 deletions

View File

@@ -114,7 +114,7 @@ Use these settings to refine your visualization.
- **Show tooltip -** Show heatmap tooltip.
- **Show Histogram -** Show a Y-axis histogram on the tooltip. A histogram represents the distribution of the bucket values for a specific timestamp.
- **Show color scale -** Show a color scale on the tooltip. The color scale represents the mapping between bucket value and color. This option is configurable when you enable the `newVizTooltips` feature flag.
- **Show color scale -** Show a color scale on the tooltip. The color scale represents the mapping between bucket value and color.
### Legend

View File

@@ -74,7 +74,6 @@ Some features are enabled by default. You can disable these feature by setting t
| `autoMigrateStatPanel` | Migrate old stat panel to supported stat panel - broken out from autoMigrateOldPanels to enable granular tracking |
| `autoMigrateXYChartPanel` | Migrate old XYChart panel to new XYChart2 model |
| `disableAngular` | Dynamic flag to disable angular at runtime. The preferred method is to set `angular_support_enabled` to `false` in the [security] settings, which allows you to change the state at runtime. |
| `newVizTooltips` | New visualizations tooltips UX |
| `returnToPrevious` | Enables the return to previous context functionality |
| `grpcServer` | Run the GRPC server |
| `accessControlOnCall` | Access control primitives for OnCall |