feat(graph): refactoring

This commit is contained in:
Torkel Ödegaard
2016-09-26 14:04:13 +02:00
parent acfde82c0a
commit 40e6317b7b
3 changed files with 15 additions and 22 deletions

View File

@ -68,6 +68,7 @@ export class DataProcessor {
this.panel.stack = false;
this.panel.legend.show = false;
this.panel.tooltip.shared = false;
this.panel.xaxis.values = ['total'];
break;
}
}