Group chart version 6

is there any function group in charts version 6 like
var chart = new dhtmlXChart({
view:“bar”,
container:“chart_container”,
value:"#sales#",
label:"#id#",
group:{
by:"#company#",
map:{
sales:["#sales#",“sum”]
}
}
})
chart.parse(data,“json”);

in version 5?

Unfortunately there is no groupping functionality in the dhtmlxChart 6.