realchart 0.9.7 → 0.9.8
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/index.d.ts +582 -890
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/realchart-style.css +14 -1
- package/package.json +1 -1
package/dist/realchart-style.css
CHANGED
|
@@ -681,10 +681,15 @@
|
|
|
681
681
|
}
|
|
682
682
|
|
|
683
683
|
/** gauge */
|
|
684
|
-
.rct-gauge-
|
|
684
|
+
.rct-gauge-pane {
|
|
685
685
|
fill: none;
|
|
686
686
|
}
|
|
687
687
|
|
|
688
|
+
/** gauge group */
|
|
689
|
+
.rct-gauge-group {
|
|
690
|
+
padding: 10px;
|
|
691
|
+
}
|
|
692
|
+
|
|
688
693
|
/** circle gauge */
|
|
689
694
|
.rct-circle-gauge-back {
|
|
690
695
|
fill: var(--rct-circle-gauge-back-fill);
|
|
@@ -811,6 +816,14 @@
|
|
|
811
816
|
fill: #333;
|
|
812
817
|
}
|
|
813
818
|
|
|
819
|
+
/** bullet gauge group */
|
|
820
|
+
.rct-bullet-gauge-group {
|
|
821
|
+
padding: 10px;
|
|
822
|
+
}
|
|
823
|
+
.rct-bullet-gauge-group-label {
|
|
824
|
+
font-size: 1.5em;
|
|
825
|
+
}
|
|
826
|
+
|
|
814
827
|
/** tooltip */
|
|
815
828
|
.rct-tooltip {
|
|
816
829
|
pointer-events: none;
|