realchart 0.9.14 → 0.9.15

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.
@@ -175,7 +175,7 @@
175
175
 
176
176
  /* polar */
177
177
  --rct-polar-xaxis-grid-line-stroke: #ccc;
178
- --rct-polar-yaxis-grid-line-stroke: #555;
178
+ --rct-polar-yaxis-grid-line-stroke: #ccc;
179
179
  --rct-polar-axis-label-fill: #555;
180
180
 
181
181
  /* circle gauge */
@@ -982,6 +982,11 @@
982
982
  stroke: none;
983
983
  }
984
984
 
985
+ /** annotation */
986
+ .rct-text-annotation {
987
+ font-size: 20px;
988
+ }
989
+
985
990
  /** crosshair */
986
991
  .rct-crosshair-line {
987
992
  fill: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.14",
3
+ "version": "0.9.15",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {