Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
1、新增RSI指标
2、修复MACD,KDJ指标误差问题
3、新增decimalPoint(小数点)属性
  • Loading branch information
dsxkline committed May 12, 2022
1 parent 3133976 commit 75df936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/assets/dsxkline/dsx.kline_v_1_0_1.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/dsxkline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content = "width=device-width,height=device-height,initial-scale=1.0,user-scalable=no">
<title>大师兄K线图</title>
<style>*{padding:0;margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}html{overflow:hidden;}body{position:fixed;top:0;left:0;overflow:hidden;width:100%;height:100%;}</style>
<script src="./dsx.kline.js?v=101"></script>
<script src="./dsx.kline_v_1_0_1.js"></script>
</head>
<body>

Expand Down

0 comments on commit 75df936

Please sign in to comment.