Skip to content

Commit

Permalink
Remove menu option and yellow color
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Nov 18, 2015
1 parent a0cc25d commit d823506
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions rd_ui/app/scripts/ng_highchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
'Lilac': '#A47D7C',
'Light Green': '#B5CA92',
'Brown':'#A52A2A',
'Yellow':'#ffff00',
'Black':'#000000',
'Gray':'#808080',
'Pink':'#FFC0CB',
Expand Down Expand Up @@ -98,19 +97,6 @@
buttons: {
contextButton: {
menuItems: [
{
text: 'Toggle % Stacking',
onclick: function () {
var newStacking = "normal";
if (this.series[0].options.stacking == "normal") {
newStacking = "percent";
}

_.each(this.series, function (series) {
series.update({stacking: newStacking}, true);
});
}
},
{
text: 'Select All',
onclick: function () {
Expand Down

0 comments on commit d823506

Please sign in to comment.