150151152153154155156
* @param type * the {@link ChartType} */ public Chart(ChartType type) { this(); configuration.setChart(new ChartModel(configuration, type)); }