hqchart 1.1.14876 → 1.1.14877
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.
package/package.json
CHANGED
|
@@ -1509,18 +1509,15 @@ input[type="color"] {
|
|
|
1509
1509
|
top: 1px;
|
|
1510
1510
|
height: 500px;
|
|
1511
1511
|
width: 600px;
|
|
1512
|
-
z-index: 809;
|
|
1513
1512
|
visibility:hidden;
|
|
1514
1513
|
background-color: rgba(255,255,255,0.95);
|
|
1515
1514
|
border: solid 1px rgba(200, 210, 219, 0.92);
|
|
1516
|
-
display: flex;
|
|
1517
|
-
flex-flow: column;
|
|
1518
1515
|
z-index: 99;
|
|
1519
1516
|
}
|
|
1520
1517
|
|
|
1521
1518
|
.jschart_pop_minute_chart
|
|
1522
1519
|
{
|
|
1523
|
-
|
|
1520
|
+
height:480px
|
|
1524
1521
|
}
|
|
1525
1522
|
|
|
1526
1523
|
.jschart_pop_minute_chart_Title_Div
|