hqchart 1.1.13976 → 1.1.13983

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.
@@ -1700,3 +1700,122 @@ input[type="color"] {
1700
1700
  float: right;
1701
1701
  margin-right: 1px;
1702
1702
  }
1703
+
1704
+
1705
+
1706
+ /*
1707
+ Copyright (c) 2018 jones
1708
+
1709
+ http://www.apache.org/licenses/LICENSE-2.0
1710
+
1711
+ 开源项目 https://github.com/jones2000/HQChart
1712
+
1713
+ jones_2000@163.com
1714
+
1715
+ 内置区间统计对话框
1716
+ */
1717
+
1718
+
1719
+ .UMyChart_SelectRect_Dialog_Div
1720
+ {
1721
+ font-family: "微软雅黑";
1722
+ /*display: flex;*/
1723
+ border: 1px solid;
1724
+ width:fit-content;
1725
+ border-color: rgb(204,204,204);
1726
+ visibility:hidden;
1727
+ position: absolute;
1728
+ background-color: rgba(230,230,230,1);
1729
+ left:1px;
1730
+ top:1px;
1731
+ }
1732
+
1733
+ .UMyChart_SelectRect_Title_Div
1734
+ {
1735
+ padding-left: 2px;
1736
+ height:20px;
1737
+ border-bottom: 1px solid;
1738
+
1739
+ display: flex;
1740
+ cursor: default;
1741
+ user-select: none;
1742
+ background-color:rgb(200, 66, 69)
1743
+ }
1744
+
1745
+ .UMyChart_SelectRect_Name_Div
1746
+ {
1747
+ margin-left: 5px;
1748
+ color:rgb(250,250,250)
1749
+ }
1750
+
1751
+
1752
+ .UMyChart_SelectRect_Close_Div
1753
+ {
1754
+ margin-left: auto;
1755
+ padding-right: 4px;
1756
+ cursor:pointer;
1757
+ color:rgb(180,180,180)
1758
+ }
1759
+
1760
+ .UMyChart_SelectRect_DateTime_Div
1761
+ {
1762
+ padding-top: 4px;
1763
+ padding-left: 10px;
1764
+ padding-right: 10px;
1765
+ display: flex;
1766
+ }
1767
+
1768
+ .UMyChart_SelectRect_ArrowButton_Span
1769
+ {
1770
+ width: 18px;
1771
+ cursor: pointer;
1772
+ display: inline-block;
1773
+ text-align: center;
1774
+ background: rgb(225, 225, 225);
1775
+ border: 1px solid rgb(173, 173, 173);
1776
+ margin-left: 5px;
1777
+ }
1778
+
1779
+ .UMyChart_SelectRect_DateTitle_Span
1780
+ {
1781
+ padding-right: 4px;
1782
+ padding-left: 4px;
1783
+ }
1784
+
1785
+ .UMyChart_SelectRect_DateValue_Span
1786
+ {
1787
+ padding-right: 4px;
1788
+ padding-left: 4px;
1789
+ }
1790
+
1791
+ .UMyChart_SelectRect_Table
1792
+ {
1793
+ border-collapse: collapse;
1794
+ margin-top: 5px;
1795
+ user-select: none;
1796
+ font-size:12px;
1797
+ width: 100%;
1798
+ border: 1px solid rgb(173, 173, 173);
1799
+ }
1800
+
1801
+ .UMyChart_SelectRect_Td
1802
+ {
1803
+ min-width: 120px;
1804
+ border: 1px solid rgb(173, 173, 173);
1805
+ padding-bottom: 5px;
1806
+ padding-top: 5px;
1807
+ }
1808
+
1809
+ .UMyChart_SelectRect_Item_Left_Span
1810
+ {
1811
+ padding-right: 4px;
1812
+ padding-left: 4px;
1813
+ }
1814
+
1815
+ .UMyChart_SelectRect_Item_Right_Span
1816
+ {
1817
+ padding-right: 4px;
1818
+ padding-left: 4px;
1819
+ }
1820
+
1821
+
@@ -405,6 +405,19 @@ function GetBlackStyle()
405
405
  TurnoverRateColor:'rgb(43,54,69)', //换手率
406
406
  PositionColor:"rgb(255,0,255)" //持仓
407
407
  },
408
+
409
+ DialogSelectRect:
410
+ {
411
+ BGColor:'rgb(20,20,20)', //背景色
412
+ BorderColor:'rgb(170,170,170)', //边框颜色
413
+ TitleColor:'rgb(210,210,210)', //标题颜色
414
+ VolColor:"rgb(255, 185, 15)", //标题成交量
415
+ AmountColor:"rgb(210,210,210)", //成交金额
416
+ TextColor:"rgb(210,210,210)", //数值名称
417
+ ValueColor:"rgb(210,210,210)", //数值
418
+ TurnoverRateColor:'rgb(43,54,69)', //换手率
419
+ PositionColor:"rgb(255,0,255)" //持仓
420
+ },
408
421
 
409
422
  //走势图 信息地雷
410
423
  MinuteInfo: