chart-services 1.9.7 → 1.11.1
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/dist/chart-services.css +22 -7
- package/dist/chart-services.js +5 -8729
- package/package.json +6 -5
- package/dist/chart-services.css.map +0 -1
package/dist/chart-services.css
CHANGED
|
@@ -18,10 +18,21 @@
|
|
|
18
18
|
z-index: 20;
|
|
19
19
|
}
|
|
20
20
|
.cross_table_view .toolbar .info {
|
|
21
|
-
display:
|
|
22
|
-
padding
|
|
21
|
+
display: flex;
|
|
22
|
+
padding: 0 2px;
|
|
23
23
|
margin: 0;
|
|
24
24
|
color: #333333;
|
|
25
|
+
text-align: left;
|
|
26
|
+
}
|
|
27
|
+
.cross_table_view .toolbar .info .exportBnt {
|
|
28
|
+
margin-right: 5px;
|
|
29
|
+
}
|
|
30
|
+
.cross_table_view .toolbar .info .title {
|
|
31
|
+
flex-grow: 1;
|
|
32
|
+
}
|
|
33
|
+
.cross_table_view .toolbar .info .sub-title {
|
|
34
|
+
font-size: 12px;
|
|
35
|
+
color: #8e8f92;
|
|
25
36
|
}
|
|
26
37
|
.cross_table_view .table-container {
|
|
27
38
|
z-index: 20;
|
|
@@ -191,7 +202,7 @@
|
|
|
191
202
|
}
|
|
192
203
|
.cross_table_view table tr th[nth="0"],
|
|
193
204
|
.cross_table_view table tr td:first-child {
|
|
194
|
-
border-left: 1px solid #d5d5d5
|
|
205
|
+
border-left: 1px solid #d5d5d5;
|
|
195
206
|
}
|
|
196
207
|
.cross_table_view table tr td.data .data-wrapper {
|
|
197
208
|
position: relative;
|
|
@@ -523,7 +534,7 @@
|
|
|
523
534
|
}
|
|
524
535
|
.kpi-wrapper table tr th.header-kpi,
|
|
525
536
|
.kpi-wrapper table tr th.header-stat {
|
|
526
|
-
text-align:
|
|
537
|
+
text-align: right;
|
|
527
538
|
}
|
|
528
539
|
.kpi-wrapper table tr th,
|
|
529
540
|
.kpi-wrapper table tr td {
|
|
@@ -542,7 +553,13 @@
|
|
|
542
553
|
.kpi-wrapper table tr td.body-kpi,
|
|
543
554
|
.kpi-wrapper table tr th.stat-number,
|
|
544
555
|
.kpi-wrapper table tr td.stat-number {
|
|
545
|
-
text-align:
|
|
556
|
+
text-align: right;
|
|
557
|
+
}
|
|
558
|
+
.kpi-wrapper table tr th.kpi-metric,
|
|
559
|
+
.kpi-wrapper table tr td.kpi-metric,
|
|
560
|
+
.kpi-wrapper table tr th.kpi-stat,
|
|
561
|
+
.kpi-wrapper table tr td.kpi-stat {
|
|
562
|
+
text-align: right;
|
|
546
563
|
}
|
|
547
564
|
.kpi-table {
|
|
548
565
|
display: flex;
|
|
@@ -704,5 +721,3 @@ ul.link-pop li:hover {
|
|
|
704
721
|
z-index: 1;
|
|
705
722
|
}
|
|
706
723
|
|
|
707
|
-
|
|
708
|
-
/*# sourceMappingURL=chart-services.css.map*/
|