Skip to content
Snippets Groups Projects
Commit 844f6fa0 authored by Sylvain Mainguy's avatar Sylvain Mainguy
Browse files

No commit message

No commit message
parent 3bb31c62
Branches main
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ public class DemoChartViewer {
final ChartViewer theComponent = new ChartViewer(componentPanel, SWT.NONE);
theComponent.setLayoutData(new RowData(450, 450));
// mixed x and y values
double[] t1 = new double[] { 1, 5, 2, 9, 3, 12, 4, 0, 5, 23, 6, 15, 7, 10, 8, 19 };
double[] t2 = new double[] { 1, 6, 2, -3, 3, 0, 4, 7, 5, 54, 6, 12, 7, 34, 8, 32, 9, 31, 10, 23 };
Map<String, Object> data = new HashMap<String, Object>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment