Merge pull request #4286 from rashidkpc/fix/split-label-priority

Show value before label when splitting charts.
This commit is contained in:
Joe Fleming 2015-06-24 15:14:56 -07:00
commit de6a29fdad

View file

@ -72,7 +72,7 @@ define(function (require) {
if (group) {
table.aggConfig = agg;
table.key = key;
table.title = agg.makeLabel() + ': ' + (table.fieldFormatter()(key));
table.title = (table.fieldFormatter()(key)) + ': ' + agg.makeLabel() ;
}
// link the parent and child