From 1c8761c1610ef432b98bdd8157a7464c7e323031 Mon Sep 17 00:00:00 2001 From: zheng Date: Sat, 24 Mar 2018 17:55:58 +0800 Subject: [PATCH] Initial Commit --- plugin-demochart.iml | 41 +++++++++++++++++++ .../extended/chart/demo/DemoBar2DChart.java | 7 ++++ .../chart/demo/DemoBar2DTableDataPane.java | 7 ++++ 3 files changed, 55 insertions(+) create mode 100644 plugin-demochart.iml create mode 100644 src/com/fr/plugin/extended/chart/demo/DemoBar2DChart.java create mode 100644 src/com/fr/plugin/extended/chart/demo/DemoBar2DTableDataPane.java diff --git a/plugin-demochart.iml b/plugin-demochart.iml new file mode 100644 index 0000000..9ee8963 --- /dev/null +++ b/plugin-demochart.iml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/com/fr/plugin/extended/chart/demo/DemoBar2DChart.java b/src/com/fr/plugin/extended/chart/demo/DemoBar2DChart.java new file mode 100644 index 0000000..3f6a537 --- /dev/null +++ b/src/com/fr/plugin/extended/chart/demo/DemoBar2DChart.java @@ -0,0 +1,7 @@ +package com.fr.plugin.extended.chart.demo; + +/** + * Created by shine on 2018/3/24. + */ +public class DemoBar2DChart { +} diff --git a/src/com/fr/plugin/extended/chart/demo/DemoBar2DTableDataPane.java b/src/com/fr/plugin/extended/chart/demo/DemoBar2DTableDataPane.java new file mode 100644 index 0000000..da5c192 --- /dev/null +++ b/src/com/fr/plugin/extended/chart/demo/DemoBar2DTableDataPane.java @@ -0,0 +1,7 @@ +package com.fr.plugin.extended.chart.demo; + +/** + * Created by shine on 2018/3/24. + */ +public class DemoBar2DTableDataPane { +}