Skip to content

Commit f188fe0

Browse files
author
Eugene Manuilov
committed
Fixed aggregation target description.
1 parent 37e707d commit f188fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Sidebar/Linear.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ protected function _renderLineSettingsItems() {
216216
'auto' => esc_html__( 'Group selected data by x-value if all selections have the same x-value, and by series otherwise', Visualizer_Plugin::NAME ),
217217
'none' => esc_html__( 'Show only one tooltip per selection', Visualizer_Plugin::NAME ),
218218
),
219-
esc_html__( 'Determines how multiple data selections are rolled up into tooltips.', Visualizer_Plugin::NAME )
219+
esc_html__( 'Determines how multiple data selections are rolled up into tooltips. To make it working you need to set multiple selection mode and tooltip trigger to display it when an user selects an element.', Visualizer_Plugin::NAME )
220220
);
221221
}
222222

0 commit comments

Comments
 (0)