realchart 0.9.6 → 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);
@@ -781,6 +786,11 @@
781
786
  fill: #333;
782
787
  }
783
788
 
789
+ /** linear gauge group */
790
+ .rct-linear-gauge-group-label {
791
+ font-size: 1.5em;
792
+ }
793
+
784
794
  /** bullet gauge */
785
795
  .rct-bullet-gauge-background {
786
796
  fill: #eee;
@@ -806,6 +816,14 @@
806
816
  fill: #333;
807
817
  }
808
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
+
809
827
  /** tooltip */
810
828
  .rct-tooltip {
811
829
  pointer-events: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.6",
3
+ "version": "0.9.8",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {