Skip to content

Commit

Permalink
Fixed pointer cursor for initially hidden series
Browse files Browse the repository at this point in the history
  • Loading branch information
highslide-software committed Sep 8, 2010
1 parent c946add commit 5d40a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/highcharts.src.js
Expand Up @@ -2,7 +2,7 @@
// @compilation_level SIMPLE_OPTIMIZATIONS

/**
* @license Highcharts JS v2.0.4 (2010-09-07)
* @license Highcharts JS v2.0.4-modified
*
* (c) 2009-2010 Torstein Hønsi
*
Expand Down Expand Up @@ -738,6 +738,7 @@ defaultOptions = {
color: '#3E576F'
},
itemHoverStyle: {
cursor: 'pointer',
color: '#000000'
},
itemHiddenStyle: {
Expand Down

0 comments on commit 5d40a56

Please sign in to comment.