Skip to content

Commit

Permalink
Changing id to dc-chart as per discussion on #800 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4j4h committed Dec 18, 2014
1 parent 12e41f5 commit d4bbc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dc.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ dc.baseMixin = function (_chart) {
if (a && a.replace) {
return a.replace('#', '');
}
return 'id' + _chart.chartID();
return 'dc-chart' + _chart.chartID();
};

/**
Expand Down

0 comments on commit d4bbc90

Please # to comment.