Skip to content

Commit

Permalink
Disabled data labels in Navigator by default
Browse files Browse the repository at this point in the history
  • Loading branch information
highslide-software committed Aug 9, 2011
1 parent a923d4b commit 21cc513
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/highcharts.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -11993,6 +11993,9 @@ extend(defaultOptions, {
smoothed: true,
units: units
},
dataLabels: {
enabled: false
},
lineWidth: 1,
marker: {
enabled: false
Expand Down
3 changes: 3 additions & 0 deletions js/parts/StockNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ extend(defaultOptions, {
smoothed: true,
units: units
},
dataLabels: {
enabled: false
},
lineWidth: 1,
marker: {
enabled: false
Expand Down

0 comments on commit 21cc513

Please sign in to comment.