mrxy-yk 1.0.11 → 1.0.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.
@@ -64,7 +64,8 @@ class EcPieOption extends EcBasicOption {
64
64
  legend: [{
65
65
  right: 15,
66
66
  top: "center",
67
- orient: "vertical"
67
+ orient: "vertical",
68
+ itemGap: 20
68
69
  }],
69
70
  series
70
71
  }, ecOptionBasicOption);
@@ -1,19 +1,19 @@
1
1
  import * as echarts from "echarts";
2
- const contrastColor = "#B9B8CE";
2
+ const contrastColor = "#ededf3";
3
3
  const backgroundColor = "rgba(0, 0, 0, 0)";
4
4
  const axisCommon = function() {
5
5
  return {
6
6
  axisLine: {
7
7
  lineStyle: {
8
8
  color: contrastColor
9
- },
10
- axisLabel: {
11
- color: contrastColor
12
9
  }
13
10
  },
11
+ axisLabel: {
12
+ color: contrastColor
13
+ },
14
14
  splitLine: {
15
15
  lineStyle: {
16
- color: "#B9B8CE33",
16
+ color: "#DEDEEA33",
17
17
  type: "dashed"
18
18
  }
19
19
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrxy-yk",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of Vue 3 components and utilities",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "mrxy-yk",
4
- "version": "1.0.11",
4
+ "version": "1.0.13",
5
5
  "js-types-syntax": "typescript",
6
6
  "contributions": {
7
7
  "html": {