hqchart 1.1.15011 → 1.1.15026

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1999,6 +1999,101 @@ input[type="color"] {
1999
1999
  }
2000
2000
 
2001
2001
 
2002
+ /*
2003
+ 十字光标小浮窗
2004
+ */
2005
+ .UMyChart_Small_Tooltip_Div
2006
+ {
2007
+ font-family: "微软雅黑";
2008
+ /*display: flex;*/
2009
+ border: 1px solid;
2010
+ width:fit-content;
2011
+ border-color: rgb(204,204,204);
2012
+ visibility:hidden;
2013
+ position: absolute;
2014
+ background-color: rgba(20,20,20,1);
2015
+ left:1px;
2016
+ top:1px;
2017
+ pointer-events:none;
2018
+ z-index: 99;
2019
+ }
2020
+
2021
+ .UMyChart_Small_Tooltip_Content_Div
2022
+ {
2023
+ color: rgb(230,230,230);
2024
+ margin: 5px 5px 5px 5px;
2025
+ }
2026
+
2027
+ /*
2028
+ 十字光标小浮窗V2
2029
+ */
2030
+ .UMyChart_Small_Tooltip_V2_Div
2031
+ {
2032
+ font-family: "微软雅黑";
2033
+ /*display: flex;*/
2034
+ border: 1px solid;
2035
+ width:fit-content;
2036
+ border-color: rgb(204,204,204);
2037
+ visibility:hidden;
2038
+ position: absolute;
2039
+ background-color: rgba(20,20,20,1);
2040
+ left:1px;
2041
+ top:1px;
2042
+ pointer-events:none;
2043
+ z-index: 98;
2044
+ }
2045
+
2046
+
2047
+ .UMyChart_Small_Tooltip_V2_Table
2048
+ {
2049
+ border-spacing: 3px;
2050
+ user-select: none;
2051
+ font-size:12px;
2052
+ }
2053
+
2054
+ .UMyChart_Small_Tooltip_V2_Group_Tr
2055
+ {
2056
+
2057
+ }
2058
+
2059
+ .UMyChart_Small_Tooltip_V2_Title_Td
2060
+ {
2061
+ min-width: 40px;
2062
+ }
2063
+
2064
+ .UMyChart_Small_Tooltip_V2_Text_Td
2065
+ {
2066
+ min-width:80px;
2067
+ max-width: 500px;
2068
+
2069
+ white-space: nowrap;
2070
+ overflow: hidden;
2071
+ text-overflow: ellipsis;
2072
+ }
2073
+
2074
+ .UMyChart_Tooltip_Float_Title_Span
2075
+ {
2076
+ color: rgb(230,230,230);
2077
+ }
2078
+
2079
+ .UMyChart_Small_Tooltip_V2_Text_Span
2080
+ {
2081
+ float: right;
2082
+ margin-right: 1px;
2083
+ color: rgb(230,230,230);
2084
+ }
2085
+
2086
+ .UMyChart_Tooltip_Float_Text2_Span
2087
+ {
2088
+ margin-left: 1px;
2089
+ }
2090
+
2091
+ .UMyChart_Tooltip_Float_Text3_Span
2092
+ {
2093
+ margin-left: 5px;
2094
+
2095
+ }
2096
+
2002
2097
  /*
2003
2098
  Copyright (c) 2018 jones
2004
2099
 
@@ -483,6 +483,15 @@ function GetBlackStyle()
483
483
  ValueColor:"rgb(210,210,210)", //数值
484
484
  },
485
485
 
486
+ SmallFloatTooltipV2:
487
+ {
488
+ BGColor:'rgb(20,20,20)', //背景色
489
+ BorderColor:'rgb(170,170,170)', //边框颜色
490
+
491
+ TextColor:"rgb(210,210,210)", //数值名称
492
+ ValueColor:"rgb(210,210,210)", //数值
493
+ },
494
+
486
495
  DialogSelectRect:
487
496
  {
488
497
  BGColor:'rgb(20,20,20)', //背景色
@@ -691,6 +700,13 @@ function GetBlackStyle()
691
700
  BGColor:[null, "rgb(42,46,57)"],
692
701
  SplitLine:{ Color:'rgb(73,133,231)', Width:1*GetDevicePixelRatio(), Dash:[5*GetDevicePixelRatio(),5*GetDevicePixelRatio()] }
693
702
  },
703
+
704
+ KLineCountDownPaint:
705
+ {
706
+ Unchange:{ BGColor:"rgb(190, 190 ,190)", PriceColor:"rgb(0,0,0)", TimeColor:"rgb(50,50,50)" },
707
+ Up:{ BGColor:"rgb(238,21,21)", PriceColor:"rgb(250,250,250)", TimeColor:"rgb(190,190,190)" },
708
+ Down:{ BGColor:"rgb(25,158,0)", PriceColor:"rgb(250,250,250)", TimeColor:"rgb(190,190,190)" },
709
+ },
694
710
 
695
711
  //成交明细
696
712
  DealList: