public class ChartDemoJagged implements EntryPoint {
public void onModuleLoad() {
Chronoscope.setMicroformatsEnabled(true);
Chronoscope.initialize();
Chronoscope chrono = Chronoscope.getInstance();
ChartPanel chartPanel = Chronoscope.createTimeseriesChartById("chart", ChartDemoSlowIE.getJsons("jagged"), 480, 320, new ViewReadyCallback() {
public void onViewReady(View view) {
DefaultXYPlot theplot = (DefaultXYPlot) view.getChart().getPlot();