playbook_ui 14.4.0.pre.alpha.PLAY1486highchartscssdrivenPOC3921 → 14.4.0.pre.alpha.PLAY1486highchartscssdrivenPOC3923
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.scss +0 -4
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80057f386d023128cc894f5af37cea4079c2726cce60e51ead0bec9552e52e9e
|
4
|
+
data.tar.gz: 18aab90b3badfd5e956e30a6837b48297087411e90d5f2828201440b6869a78b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52f850e7e43eeaab506a5b78551e9eb616ec18dc2ddada841905b715abe9670ffeefc74aa20122e8da6c88b1e24e244fe506dc6152c4f7680aa2e5b99e6606ea
|
7
|
+
data.tar.gz: 27af465b152aea6fe6f53529ce0b26a6fecfa9be9641f4654da15ee6967afa0b331e5681f74b90f04f1aee9c5b131c9040a7d77696639bbe8bcce34e30ff0f9c
|
@@ -23,9 +23,5 @@
|
|
23
23
|
}
|
24
24
|
|
25
25
|
.highcharts-title {
|
26
|
-
// However, layout and positioning of elements like the title or legend cannot be controlled by CSS.
|
27
|
-
// This is a limitation of CSS for SVG, that does not (yet - SVG 2 Geometric Style Properties) allow geometric attributes like x, y, width or height.
|
28
|
-
font-size: 100px;
|
29
|
-
|
30
26
|
font-family: "Power Centra", "Helvetica Neue", Helvetica, Arial, sans_serif;
|
31
27
|
}
|