40414243444546
final ObjectAdapter chartAdapter = model.getObject(); final Object chartObj = chartAdapter.getObject(); WickedChart chart = (WickedChart) chartObj; Options options = chart.getOptions(); addOrReplace(new Chart("chart", options)); }