Merge "Presents color contrast in resource usage charts"

This commit is contained in:
Jenkins 2013-11-11 09:53:16 +00:00 committed by Gerrit Code Review
commit 7e819638fb
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ horizon.d3_line_chart = {
}
self.data = []
self.color = d3.scale.category20();
self.color = d3.scale.category10();
self.load_settings = function(settings) {
// TODO (lsmola) make settings work