Skip to content

Commit

Permalink
Fix multiBarHorizontal example so legend items don't use the series c…
Browse files Browse the repository at this point in the history
…olor attribute since that makes no sense for multi chart. This fixes #908
  • Loading branch information
liquidpele committed Mar 24, 2015
1 parent 81c00fc commit 25eddaf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/multiBarHorizontalChart.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
var long_short_data = [
{
key: 'Series1',
color: '#d62728',
values: [
{
"label" : "Group A" ,
Expand Down Expand Up @@ -75,7 +74,6 @@
},
{
key: 'Series2',
color: '#1f77b4',
values: [
{
"label" : "Group A" ,
Expand Down Expand Up @@ -117,7 +115,6 @@
},
{
key: 'Series3',
color: '#2ca02c',
values: [
{
"label" : "Group A" ,
Expand Down

0 comments on commit 25eddaf

Please sign in to comment.