Confine tooltip example
- ODS Charts library uses the tooltip containment feature of the
- Apache ECharts library to ensure that the tooltip or popover is
- displayed within the confines of the graph, avoiding overflow
- beyond the display window.
+ ODS Charts library uses the tooltip containment feature of the Apache ECharts library to ensure that the tooltip or popover is displayed within the confines of the graph, avoiding overflow beyond the display window.
- This function is activated by configuring the graph options as
- follows:
+ This function is activated by configuring the graph options as follows:
- tooltip: {
- confine: true,
- }
-
+tooltip: {
+ confine: true,
+}
+
-
@@ -77,16 +62,11 @@
Title
Sub-Title
-
@@ -153,11 +133,6 @@
Sub-Title
myChart.setOption(themeManager.getChartOptions());