@easyv/config 1.1.12 → 1.1.13

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.
package/lib/label.js CHANGED
@@ -553,6 +553,7 @@ var axisLabel = function axisLabel() {
553
553
  rule: [['show', '$eq', true]],
554
554
  name: 'appearance',
555
555
  displayName: '展示',
556
+ tip: "展示标签的数量会根据原标签数量进行整除后按间距调整标签分布,如果输入的数量不能被整除,则无法按照输入数量进行展示。",
556
557
  value: [{
557
558
  name: 'count',
558
559
  displayName: '标签数量',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyv/config",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/label.js CHANGED
@@ -544,6 +544,7 @@ export const axisLabel = ({
544
544
  rule: [['show', '$eq', true]],
545
545
  name: 'appearance',
546
546
  displayName: '展示',
547
+ tip:"展示标签的数量会根据原标签数量进行整除后按间距调整标签分布,如果输入的数量不能被整除,则无法按照输入数量进行展示。",
547
548
  value: [
548
549
  {
549
550
  name: 'count',