Modified the 'How to use?' message for info about mousewheel zoom and panning feature

This commit is contained in:
Ammar Yasir 2011-08-20 11:02:47 +05:30
parent b441555d68
commit cae2c2a52b

View File

@ -265,7 +265,9 @@ $js_messages['strDisplayHelp'] = '<ul><li>'
. '</li><li>'
. __('Hovering over a point will show its label.')
. '</li><li>'
. __('Drag and select an area in the plot to zoom into it.')
. __('Use mousewheel to zoom in or out of the plot.')
. '</li><li>'
. __('Click and drag the mouse to navigate the plot.')
. '</li><li>'
. __('Click reset zoom link to come back to original state.')
. '</li><li>'