Show value before label when splitting charts. Closes #4122

This commit is contained in:
Rashid Khan 2015-06-19 14:39:24 +02:00
parent baba46b661
commit 7fff294644

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