realchart 0.9.38 → 0.9.39

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.
@@ -401,6 +401,9 @@
401
401
  fill: #aaa !important;
402
402
  stroke: #aaa !important;
403
403
  }
404
+ .rct-legend-item-marker[data-hidden] path[data-fill] {
405
+ fill: #aaa !important;
406
+ }
404
407
 
405
408
  /** plot area */
406
409
  .rct-body-background {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.38",
3
+ "version": "0.9.39",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {