realchart 0.9.6 → 0.9.7

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.
@@ -781,6 +781,11 @@
781
781
  fill: #333;
782
782
  }
783
783
 
784
+ /** linear gauge group */
785
+ .rct-linear-gauge-group-label {
786
+ font-size: 1.5em;
787
+ }
788
+
784
789
  /** bullet gauge */
785
790
  .rct-bullet-gauge-background {
786
791
  fill: #eee;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {