tvcharts 0.9.20 → 0.9.21

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.
@@ -127,7 +127,7 @@ var markerTypeCalculator = {
127
127
  labelTextStyle: {
128
128
  fill: typeof fill === 'string' ? contrastColor(fill) : '#ffffff',
129
129
  // stroke: fill,
130
- backgroundColor: isGradientObject(fill) ? fill : fill ? removeTransparency(fill) : DefaultColor,
130
+ backgroundColor: fill && isGradientObject(fill) ? fill : fill ? removeTransparency(fill) : DefaultColor,
131
131
  // borderColor: fill,
132
132
  borderWidth: 0
133
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tvcharts",
3
- "version": "0.9.20",
3
+ "version": "0.9.21",
4
4
  "main": "dist/echarts.js",
5
5
  "module": "index.js",
6
6
  "jsdelivr": "dist/echarts.min.js",