From 2674d8f7326d6760bad05db14ad89324b97c98aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E6=97=AD=E6=98=8A?= <940151214@qq.com> Date: Tue, 16 Nov 2021 09:55:07 +0000 Subject: [PATCH 1/5] update README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2a9199..0b6ccff 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ below dependency to generate hap/har,Modify entry/build.gradle as below: dependencies { - implementation fileTree(dir: 'libs', include: ['*.jar']) + implementation fileTree(dir: 'libs', include: ['*.jar','*.har']) testCompile'junit:junit:4.12' implementation project(':graphveiw') } Method 2:For using circularfillableloaders in separate application using har file ,generate .har package through library and add the har file to the entry/libs folder.Modify entry/build.gradle as below: - implementation fileTree(dir: 'libs', include: ['*.jar']) + implementation fileTree(dir: 'libs', include: ['*.jar','*.har']) Method 3:For using circularfillableloaders in separate application using maven dependency,modify entry/build.gradle as below: -- Gitee From 6ccec619164d84eed538c9e91cd720b74a98302a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E6=97=AD=E6=98=8A?= <940151214@qq.com> Date: Tue, 16 Nov 2021 10:01:15 +0000 Subject: [PATCH 2/5] update README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b6ccff..b9c6c09 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## 安装说明 -Method 1:For using circularfillableloaders module in sample app ,add the +Method 1:For using Graphview module in sample app ,add the below dependency to generate hap/har,Modify entry/build.gradle as below: @@ -17,11 +17,11 @@ below dependency to generate hap/har,Modify entry/build.gradle as below: implementation project(':graphveiw') } -Method 2:For using circularfillableloaders in separate application using har file ,generate .har package through library and add the har file to the entry/libs folder.Modify entry/build.gradle as below: +Method 2:For using Graphview in separate application using har file ,generate .har package through library and add the har file to the entry/libs folder.Modify entry/build.gradle as below: implementation fileTree(dir: 'libs', include: ['*.jar','*.har']) -Method 3:For using circularfillableloaders in separate application using maven dependency,modify entry/build.gradle as below: +Method 3:For using Graphview in separate application using maven dependency,modify entry/build.gradle as below: dependencies { implementation 'io.openharmony.tpc.thirdlib:graphView-library:1.0.2' -- Gitee From 5b8a638f077bbee96c584af1cdf8e7c26ba218f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E6=97=AD=E6=98=8A?= <940151214@qq.com> Date: Tue, 16 Nov 2021 10:05:21 +0000 Subject: [PATCH 3/5] update README.md. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c6c09..95365ae 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Method 3:For using Graphview in separate application using maven dependency,modi implementation 'io.openharmony.tpc.thirdlib:graphView-library:1.0.2' } - + +## 使用说明 #### 一.GraphView 介绍 -- Gitee From 0a5d64312e927bd83ef0d55c115536fc9ad2f68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E6=97=AD=E6=98=8A?= <940151214@qq.com> Date: Tue, 16 Nov 2021 10:11:57 +0000 Subject: [PATCH 4/5] update changelog.md. --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index cb933fd..a8fe87a 100644 --- a/changelog.md +++ b/changelog.md @@ -25,7 +25,8 @@ v1.1.0 16. Viewport --> public double setMaxYAxisSize(double mMaxYAxisViewportSize); 16. Viewport --> public double setMinimalViewport(double minX,double maxX,double minY,double maxY); 17. StaticLabelsFormatter -- >StaticLabelsFormatter staticLabelsFormatter = new StaticLabelsFormatter(graphView_01,new String[] {"old", "new"},new String[] {"high", "low"}); - (当静态标签格式化程序传递2个不同的垂直标签时,它显示两次第一个标签,而不是显示两个集合标签。) + (When the static label formatter passes 2 different vertical labels, it displays the first label twice instead of displaying the two collection labels。) + 18. GraphView --> public class GraphView 内takeSnapshotAndShare() 19. LineGraphSeries--> public class LineGraphSeries 内 public void setDrawAsPath() 20. LineGraphSeries -->public class LineGraphSeries 内 public void setAnimated(boolean animated) -- Gitee From 6f2a45c38ba27fdd44a5d56f59e8cf00dd9f0aba Mon Sep 17 00:00:00 2001 From: yu_xh <940151214@qq.com> Date: Tue, 16 Nov 2021 18:20:30 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E4=BC=98=E5=8C=96README=20,changeLog,?= =?UTF-8?q?=E6=9B=B4=E6=96=B0maven=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95365ae..d6fb332 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Method 2:For using Graphview in separate application using har file ,generate Method 3:For using Graphview in separate application using maven dependency,modify entry/build.gradle as below: dependencies { - implementation 'io.openharmony.tpc.thirdlib:graphView-library:1.0.2' + implementation 'io.openharmony.tpc.thirdlib:graphView-library:1.0.3' } @@ -89,6 +89,6 @@ API(AccelerateInterpolator)缺失并且未找到替代方案导致此类相 涉及到缺失 API(AccelerateInterpolator)API 缺失并且未找到替代方案导致此类相关功能无法实现 6.public class LineGraphSeries 内 AccelerateInterpolator API 缺失并且未找到替代方案导致此类相关功能无法实现 - 7.如果 2 个图形系列具有相同的系列标题,具有不同的系列颜色,则图例中仅显示第一个系列信息 +7.如果 2 个图形系列具有相同的系列标题,具有不同的系列颜色,则图例中仅显示第一个系列信息 ### End -- Gitee