32333435363738
public JqPlotChart(String id, Chart<?> chart) { super(id); setOutputMarkupId(true); add(new JqPlotBehavior(chart, getMarkupId())); }