Skip to content

Commit

Permalink
ver 14064
Browse files Browse the repository at this point in the history
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
jones2000 committed Nov 2, 2024
1 parent c35cf85 commit d78b730
Show file tree
Hide file tree
Showing 13 changed files with 1,933 additions and 1,173 deletions.
311 changes: 85 additions & 226 deletions umychart_uniapp_h5/umychart.uniapp.h5.js

Large diffs are not rendered by default.

309 changes: 84 additions & 225 deletions vuehqchart/src/jscommon/umychart.js

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions vuehqchart/src/jscommon/umychart.resource/css/tools.css
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@ input[type="color"] {

.UMyChart_Tooltip_Float_Table
{
border-spacing: 2px;
border-spacing: 3px;
user-select: none;
font-size:12px;
}
Expand All @@ -1891,6 +1891,11 @@ input[type="color"] {
.UMyChart_Tooltip_Float_Text_Td
{
min-width:80px;
max-width: 500px;

white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.UMyChart_Tooltip_Float_Title_Span
Expand All @@ -1907,9 +1912,16 @@ input[type="color"] {

.UMyChart_Tooltip_Float_Text2_Span
{
color: rgb(230,230,230);
margin-left: 1px;
}

.UMyChart_Tooltip_Float_Text3_Span
{
margin-left: 5px;

}





2 changes: 1 addition & 1 deletion vuehqchart/src/jscommon/umychart.version.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



var HQCHART_VERSION="1.1.14049";
var HQCHART_VERSION="1.1.14063";

function PrintHQChartVersion()
{
Expand Down
Loading

0 comments on commit d78b730

Please sign in to comment.