From ea506ea4aa4306bd594d747455291b18a030aa4e Mon Sep 17 00:00:00 2001 From: zhangab Date: Wed, 9 May 2018 22:02:56 +0800 Subject: add angularJs component Change-Id: I41eb4950a7ee3b1b4f306681824f6035c624d485 Issue-ID: USECASEUI-113 Signed-off-by: zhangab --- .../external/samples/html/data/speedometer2.csv | 16 ++++++++++++++++ .../external/samples/html/data/speedometer3.csv | 2 ++ .../fusion/external/samples/html/data/worddata.csv | 22 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/speedometer2.csv create mode 100644 usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/speedometer3.csv create mode 100644 usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/worddata.csv (limited to 'usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data') diff --git a/usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/speedometer2.csv b/usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/speedometer2.csv new file mode 100644 index 00000000..406143ea --- /dev/null +++ b/usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/speedometer2.csv @@ -0,0 +1,16 @@ +"YEARMONTH","Bedminster","Piscataway","Middletown","Paramus" +"201401",8.27,4.89,2.36,2.17 +"201402",10.02,4.57,3.15,3.01 +"201403",11.16,5.00,4.27,4.06 +"201404",13.31,5.00,5.35,5.11 +"201405",12.82,5.00,5.01,4.74 +"201406",14.01,6.09,9.17,8.98 +"201407",14.66,7.00,8.84,8.41 +"201408",16.95,7.02,12.22,11.84 +"201409",21.56,8.12,16.09,15.50 +"201410",25.35,9.00,19.04,18.37 +"201411",21.93,9.00,17.61,17.13 +"201412",24.00,9.00,19.00,18.00 +"201501",25.14,2.01,15.19,12.13 +"201502",26.30,2.67,16.95,13.47 +"201503",26.5833333333333,45.63333333333333,16.1166666666667,12.40 diff --git a/usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/speedometer3.csv b/usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/speedometer3.csv new file mode 100644 index 00000000..046383e4 --- /dev/null +++ b/usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/speedometer3.csv @@ -0,0 +1,2 @@ +"YEARMONTH","Bedminster","Piscataway","Middletown","Paramus" +"201401",8.27,4.89,2.36,2.17 \ No newline at end of file diff --git a/usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/worddata.csv b/usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/worddata.csv new file mode 100644 index 00000000..6a74cded --- /dev/null +++ b/usecaseui-common/src/main/webapp/app/fusion/external/samples/html/data/worddata.csv @@ -0,0 +1,22 @@ +text,frequency +video,100 +Domain 2.0,75 +spectrum,60 +4GLTE,60 +research,50 +UVerse,60 +DirectTV,30 +Iusacell,89 +Gamma,79 +BigData,55 +RCloud,45 +Raptor,20 +SDN,50 +NFV,50 +ASC,70 +AVPN,40 +Web-RTC,68 +MIS,40 +UDNC,30 +3G,30 +2G,10 \ No newline at end of file -- cgit 1.2.3-korg