commit 1c8761c1610ef432b98bdd8157a7464c7e323031 Author: zheng Date: Sat Mar 24 17:55:58 2018 +0800 Initial Commit 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 { +}