Commit 592465a8 authored by jgould's avatar jgould

added TODO

parent 3d24dced
...@@ -72,6 +72,7 @@ morpheus.JoinedDataset = function(dataset1, dataset2, dataset1Field, ...@@ -72,6 +72,7 @@ morpheus.JoinedDataset = function(dataset1, dataset2, dataset1Field,
} }
this.dataset1 = dataset1; this.dataset1 = dataset1;
this.dataset2 = dataset2; this.dataset2 = dataset2;
// TODO put series in same order
var maxSeriesCount = Math.max(this.dataset1.getSeriesCount(), this.dataset2 var maxSeriesCount = Math.max(this.dataset1.getSeriesCount(), this.dataset2
.getSeriesCount()); .getSeriesCount());
for (var i = this.dataset1.getSeriesCount(); i < maxSeriesCount; i++) { for (var i = this.dataset1.getSeriesCount(); i < maxSeriesCount; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment