tvcharts 0.6.42 → 0.6.43

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.
@@ -166,7 +166,8 @@ var labelsLayout = {
166
166
  // }
167
167
  if (location === 'top' || location === 'belowbar') {
168
168
  position = 'bottom';
169
- } else if (isLabel || symbol === 'textOutline') {
169
+ }
170
+ if (isLabel || symbol === 'textOutline') {
170
171
  position = 'inside';
171
172
  }
172
173
  if (textShow) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tvcharts",
3
- "version": "0.6.42",
3
+ "version": "0.6.43",
4
4
  "description": "基于echarts5.5.0二次开发",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [