From 8454a0db2349e12f41b4ec4c7a3b03850129f49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Fri, 24 Dec 2021 15:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +-- pages/index/new_file.js | 70 ----------------------------------------- 2 files changed, 2 insertions(+), 72 deletions(-) delete mode 100644 pages/index/new_file.js diff --git a/manifest.json b/manifest.json index 749d5f9..49fa1a0 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "链商星球", "appid" : "__UNI__1F65101", "description" : "安徽星煌,链商星球商家工具", - "versionName" : "1.2.1", - "versionCode" : 121, + "versionName" : "1.2.2", + "versionCode" : 122, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/index/new_file.js b/pages/index/new_file.js deleted file mode 100644 index 5b7e4a9..0000000 --- a/pages/index/new_file.js +++ /dev/null @@ -1,70 +0,0 @@ -<<<<<<< HEAD - -config.appendPadding = [10, 30, 10, 15] -const chart = new F2.Chart(config); -chart.source(data, { - date: { - range: [0, 1], - type: 'timeCat', - mask: 'MM-DD' - }, - value: { - tickCount: 0 - } -}); -chart.legend({ - position: 'bottom', - offsetY: 0, - offsetX: 30 -}); -chart.area() - .position('date*value') - .color('name', ['#5881d3', '#ca66e0']) - .shape('smooth') -chart.line() - .position('date*value') - .color('name', ['#5881d3', '#ca66e0']) - .shape('smooth', name => { - if (name === '预期收益率') { - return 'line'; - } - if (name === '实际收益率') { - return 'line'; - } - }); -======= - -config.appendPadding = [10, 30, 10, 15] -const chart = new F2.Chart(config); -chart.source(data, { - date: { - range: [0, 1], - type: 'timeCat', - mask: 'MM-DD' - }, - value: { - tickCount: 0 - } -}); -chart.legend({ - position: 'bottom', - offsetY: 0, - offsetX: 30 -}); -chart.area() - .position('date*value') - .color('name', ['#5881d3', '#ca66e0']) - .shape('smooth') -chart.line() - .position('date*value') - .color('name', ['#5881d3', '#ca66e0']) - .shape('smooth', name => { - if (name === '预期收益率') { - return 'line'; - } - if (name === '实际收益率') { - return 'line'; - } - }); ->>>>>>> eba5f5995696e08f67df615fb32054bffa94ae34 -chart.render(); \ No newline at end of file