Skip to content

Commit ac9b52e

Browse files
committed
ver 11027
11026 键盘Del支持删除选中叠加股票 11024 支持键盘DEL删除叠加指标 11021 修正移动指标到新窗口不显示选中标题 11020 拖拽指标,支持拖拽到新窗口 11018 走势图支持指标拖拽
1 parent 5ef8332 commit ac9b52e

9 files changed

Lines changed: 1301 additions & 1051 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ React 例子:[demo-react.md](/教程/demo-react.md) <br>
122122
![深度图](/小程序行情模块用例/image/depth_demo.png)
123123
* 支持ox图
124124
![ox图](/小程序行情模块用例/image/hqchart_ox.png)
125+
* 支持指标图形拖拽
126+
![指标图形拖拽](/小程序行情模块用例/image/hqchart_dragindechart.gif)
127+
* Y轴拖拽缩放
128+
![Y轴缩放](/小程序行情模块用例/image/hqchart_ydrag.gif)
129+
125130

126131
# 2. 走势图
127132
* 支持指标 <br>

umychart_uniapp_h5/umychart.uniapp.h5.js

Lines changed: 259 additions & 210 deletions
Large diffs are not rendered by default.

vuehqchart/src/jscommon/umychart.js

Lines changed: 259 additions & 210 deletions
Large diffs are not rendered by default.

vuehqchart/src/jscommon/umychart.vue/umychart.vue.js

Lines changed: 259 additions & 210 deletions
Large diffs are not rendered by default.

vuehqchart/src/pages/hq.demo.page/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div id="app2" >
33
<div class="demoPageTop">
4-
<span>HQChart测试用例 版本号:1.1.10993</span>
4+
<span>HQChart测试用例 版本号:1.1.11022</span>
55
<a href="https://github.com/jones2000/HQChart" target="_blank">代码地址: https://github.com/jones2000/HQChart</a>
66
<div class="changeColorBtns">
77
<button type="button" @click="OnChangeStyle('black')">黑色风格</button>

webhqchart.demo/jscommon/umychart.js

Lines changed: 259 additions & 210 deletions
Large diffs are not rendered by default.

webhqchart/umychart.js

Lines changed: 259 additions & 210 deletions
Large diffs are not rendered by default.
4.21 MB
Loading
11.6 MB
Loading

0 commit comments

Comments
 (0)