-
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.
14063 FloatTooltip支持散点图 14602 FloatTooltip支持ChartOX 14060 FloatTooltip支持ChartDrawSVG老版本 14059 新版FloatTooltip支持 交易指标,分时图异动信息,ChartMultiSVGIconV2 图标信息,ChartDrawSVG 新版本 14058 增加ChartDrawSVG提示信息2.0版本 14057 增加信息地雷格式化文本回调事件ON_FORMAT_KLINE_INFO_FLOAT_TOOLTIP 14055 自定义刻度,LineType=2虚线 14051 K线信息地雷支持FloatTooltip
- Loading branch information
Showing
13 changed files
with
1,933 additions
and
1,173 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.14049"; | ||
var HQCHART_VERSION="1.1.14063"; | ||
|
||
function PrintHQChartVersion() | ||
{ | ||
|
Oops, something went wrong.