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.
@@ -681,10 +681,15 @@
681
681
  }
682
682
 
683
683
  /** gauge */
684
- .rct-gauge-background {
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {