axelor / axelor-open-platform

Open source Java framework for business application development
http://axelor.com
Other
391 stars 298 forks source link

[feature] support for mutilple series #95

Open songhlc opened 3 years ago

songhlc commented 3 years ago
if (type !== "radar"  && data.series.length > 1) {   
  type = "multi";  
}

but CHARTS.multi not exist

how to support charts with multiple series