-
Notifications
You must be signed in to change notification settings - Fork 747
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
13875 整理K线测试数据 13874 增加分时图叠加测试数据 13869 小程序分时图叠加股票代码优化 13868 ResetOverlaySymbolStatus()移到JSChartContainer中 13866 小程序分钟K线拖拽支持叠加股票 13865 K线拖拽现在支持叠加股票 13864 小程序K线支持多个股票的叠加 13863 小程序分时图测试数据整理 13861 小程序K线RequestMinuteRealtimeData,RequestRealtimeData增加当前K线范围数据
- Loading branch information
Showing
32 changed files
with
466,039 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
106,324 changes: 106,303 additions & 21 deletions
106,324
vuehqchart/src/jscommon/umychart.NetworkFilterTest.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
|
||
|
||
var HQCHART_VERSION="1.1.13856"; | ||
var HQCHART_VERSION="1.1.13877"; | ||
|
||
function PrintHQChartVersion() | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
vuehqchart/src/jscommon/umychart.vue.build/umychart.testdata.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
copy ..\umychart.testdata\DayKLine\600000.sh.day.kline.js+..\umychart.testdata\M1KLine\600000.sh.minute.kline.js+..\umychart.testdata\DayKLine\000001.sz.day.kline.js+..\umychart.testdata\M1KLine\000001.sz.minute.kline.js+..\umychart.testdata\60000.sh.5day.minute.js+..\umychart.testdata\60000.sh.capital.kline.js+..\umychart.testdata\60000.sh.day.minute.js+..\umychart.testdata.js ..\umychart.NetworkFilterTest.js /b | ||
copy ..\umychart.testdata\DayKLine\600000.sh.day.kline.js+..\umychart.testdata\M1KLine\600000.sh.minute.kline.js+..\umychart.testdata\DayKLine\000001.sz.day.kline.js+..\umychart.testdata\M1KLine\000001.sz.minute.kline.js+..\umychart.testdata\DayMinute\000151.sz.1day.minute.js+..\umychart.testdata\DayMinute\000001.sz.1day.minute.js+..\umychart.testdata\DayMinute\600000.sh.1day.minute.js+..\umychart.testdata\Day5Minute\600000.sh.5day.minute.js+..\umychart.testdata\Day5Minute\000001.sz.5day.minute.js+..\umychart.testdata\Day5Minute\000151.sz.5day.minute.js+..\umychart.testdata\60000.sh.5day.minute.js+..\umychart.testdata\60000.sh.capital.kline.js+..\umychart.testdata\60000.sh.day.minute.js+..\umychart.testdata.js ..\umychart.NetworkFilterTest.js /b | ||
|
||
copy ..\umychart.NetworkFilterTest.js+umychart.testdata.vue.export.js ..\umychart.vue\umychart.NetworkFilterTest.vue.js /b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
106,324 changes: 106,303 additions & 21 deletions
106,324
webhqchart.demo/jscommon/umychart.NetworkFilterTest.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.