Skip to content

Commit

Permalink
Highstock: Addition to #9740, fixed wrong className for zoom-y button.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelfus committed Jan 2, 2019
1 parent 5e9d6d7 commit e3f09ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/stock-tools-bindings.js
Expand Up @@ -1623,7 +1623,7 @@ var stockToolsBindings = {
*/
zoomY: {
/** @ignore */
className: 'highcharts-highcharts-zoom-y',
className: 'highcharts-zoom-y',
/** @ignore */
init: function (button) {
this.chart.update({
Expand Down

0 comments on commit e3f09ea

Please sign in to comment.