Skip to content

Commit b488d81

Browse files
committed
chore: release v0.9.10
1 parent 91a7fe7 commit b488d81

File tree

6 files changed

+89
-58
lines changed

6 files changed

+89
-58
lines changed

CHANGELOG.md

Lines changed: 48 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,79 @@
1+
## [0.9.10](https://github.com/vueblocks/ve-charts/compare/v0.9.9...v0.9.10) (2021-06-24)
2+
3+
4+
### Features
5+
6+
* 柱状图增加刻度标签旋转角度配置 ([246395c](https://github.com/vueblocks/ve-charts/commit/246395ca75915181d1e472b3ff9ef1f58ebc3cf5))
7+
8+
9+
110
## [0.9.9](https://github.com/vueblocks/ve-charts/compare/v0.9.4...v0.9.9) (2021-06-16)
211

312

413
### Bug Fixes
514

15+
* 修复使用 dataset API 引起的图表渲染错误问题 ([676a05c](https://github.com/vueblocks/ve-charts/commit/676a05cf076a6722874fac75448d3377dc19eeb8))
16+
* 修复文件名称大写 ([fc9fb33](https://github.com/vueblocks/ve-charts/commit/fc9fb334be70437603321136cd5284de158bdc2b))
17+
* 修复百分比堆叠图计算值问题 ([be1c7dc](https://github.com/vueblocks/ve-charts/commit/be1c7dcce454dcb23cdcfb97060ab37327498616))
18+
* 修复饼图度量名称是数字引起的显示问题 ([3726988](https://github.com/vueblocks/ve-charts/commit/3726988af914e3889dd9aad3150d9545d1bc465e))
19+
* 兼容 series 为对象场景 ([1b02ada](https://github.com/vueblocks/ve-charts/commit/1b02adaeca3941e248dccda4b2e58f8ad7f4b781))
20+
* 判断数据是否为空影响到传入数组的问题 ([f118ae5](https://github.com/vueblocks/ve-charts/commit/f118ae526c1824ca56eb66d18b01aa4f6f0f76d9))
621
* 地图模式为map时,不做城市校验 ([da0c178](https://github.com/vueblocks/ve-charts/commit/da0c1786e7fa4713ecf27d9b7dc781d9da70f0f3))
7-
* 调整地图组件视觉映射最小值 ([c04c4f9](https://github.com/vueblocks/ve-charts/commit/c04c4f906b535481065b199447f81b9672ce0530))
22+
* 折线图文档 ([722ff49](https://github.com/vueblocks/ve-charts/commit/722ff496c89161a91951146d79f6e4906e300fd1))
823
* 更换校验数字函数,修复维度值为数值引起的渲染失效问题 ([29ba2a2](https://github.com/vueblocks/ve-charts/commit/29ba2a254d0d5bd9cccc7b6bd28b54e5ae0222f0))
24+
* 漏斗图显示问题 ([e424446](https://github.com/vueblocks/ve-charts/commit/e4244463745dc232ae19c10a85725dabce767b01))
925
* 获取不到维度名称导致的渲染bug ([754a34d](https://github.com/vueblocks/ve-charts/commit/754a34d250d9c3a42bfd0ea1a66dd672240d189c))
10-
* 兼容 series 为对象场景 ([1b02ada](https://github.com/vueblocks/ve-charts/commit/1b02adaeca3941e248dccda4b2e58f8ad7f4b781))
26+
* 调整地图组件视觉映射最小值 ([c04c4f9](https://github.com/vueblocks/ve-charts/commit/c04c4f906b535481065b199447f81b9672ce0530))
1127
* 雷达图刻度轴不可取消的问题 ([4d087ee](https://github.com/vueblocks/ve-charts/commit/4d087ee7540565c8596cc60bf427305d1075b8f9))
12-
* 漏斗图显示问题 ([e424446](https://github.com/vueblocks/ve-charts/commit/e4244463745dc232ae19c10a85725dabce767b01))
13-
* 默认不传入配置项显示问题 ([38c9d56](https://github.com/vueblocks/ve-charts/commit/38c9d56afc87df655874a3ee2729943f296f99c4))
1428
* 默认geo.itemStyle属性被覆盖bug ([38dc810](https://github.com/vueblocks/ve-charts/commit/38dc810f96ed8e2fdc5b6b40427d7bfbfc953d4a))
15-
* 判断数据是否为空影响到传入数组的问题 ([f118ae5](https://github.com/vueblocks/ve-charts/commit/f118ae526c1824ca56eb66d18b01aa4f6f0f76d9))
16-
* 修复百分比堆叠图计算值问题 ([be1c7dc](https://github.com/vueblocks/ve-charts/commit/be1c7dcce454dcb23cdcfb97060ab37327498616))
17-
* 修复饼图度量名称是数字引起的显示问题 ([3726988](https://github.com/vueblocks/ve-charts/commit/3726988af914e3889dd9aad3150d9545d1bc465e))
18-
* 修复使用 dataset API 引起的图表渲染错误问题 ([676a05c](https://github.com/vueblocks/ve-charts/commit/676a05cf076a6722874fac75448d3377dc19eeb8))
19-
* 修复文件名称大写 ([fc9fb33](https://github.com/vueblocks/ve-charts/commit/fc9fb334be70437603321136cd5284de158bdc2b))
20-
* 折线图文档 ([722ff49](https://github.com/vueblocks/ve-charts/commit/722ff496c89161a91951146d79f6e4906e300fd1))
29+
* 默认不传入配置项显示问题 ([38c9d56](https://github.com/vueblocks/ve-charts/commit/38c9d56afc87df655874a3ee2729943f296f99c4))
2130

2231

2332
### Features
2433

34+
* barchart新增Y轴属性设置 ([90ae3f8](https://github.com/vueblocks/ve-charts/commit/90ae3f88703bcf2700489be8b4db14adf55e2760))
35+
* ECharts底层新增监听点击空白处事件 ([e8ba1d1](https://github.com/vueblocks/ve-charts/commit/e8ba1d141cfd95bb0468fd66f04791da0a431201))
36+
* linechart新增Y轴属性设置 ([6294146](https://github.com/vueblocks/ve-charts/commit/6294146d4e1c4b74c4c70091e0a7561436014cd1))
37+
* xAxis与yAxis支持传入数组;暂无数据模版渲染逻辑修改 ([8a69ae0](https://github.com/vueblocks/ve-charts/commit/8a69ae010b2711fa475c852988d988b603debea0))
38+
* 优化 polar plot 传参 ([582e5bb](https://github.com/vueblocks/ve-charts/commit/582e5bb1ac3c3cf815f1bdf2253499e09c05f035))
39+
* 优化 polar polt ([34b6436](https://github.com/vueblocks/ve-charts/commit/34b6436a0c7ab3203c422cf8f298033983c80278))
40+
* 修改geo地图注册地图为外部链接方式 ([6f7448c](https://github.com/vueblocks/ve-charts/commit/6f7448cc0858ddf89c6371455d9635e725075bc9))
41+
* 修改桑基图数据格式 ([904f7c6](https://github.com/vueblocks/ve-charts/commit/904f7c6b63582af289dfc0c62ed50aa6c79e58ef))
2542
* 地图变形组件可设置标记颜色 ([b7d3316](https://github.com/vueblocks/ve-charts/commit/b7d33165f3fc58f8ce50c6383a66aa996036268e))
2643
* 地图组件适配飞线地图 ([bd5d294](https://github.com/vueblocks/ve-charts/commit/bd5d294751860d5b4e80155f6288d028707e1e6a))
27-
* 调整中国地图组件接口 ([c9c154e](https://github.com/vueblocks/ve-charts/commit/c9c154e11d53c174527a488c881d21073b3a08e8))
28-
* 更改调试例子 ([7d4040a](https://github.com/vueblocks/ve-charts/commit/7d4040a120c32ee8c9856bb70c0df2c72c971480))
29-
* 极区图新增角度轴相关配置 ([65238c0](https://github.com/vueblocks/ve-charts/commit/65238c0237c1679a0766e750d654d56b838fc98d))
30-
* 极区图新增圆角配置项roundCap ([2f7410b](https://github.com/vueblocks/ve-charts/commit/2f7410bb2992e13c408fc5202b377faf8f0ccffd))
31-
* 雷达图新增坐标轴/指示器/标签设置 ([9d5418c](https://github.com/vueblocks/ve-charts/commit/9d5418cf09d8aee812450cf5063f3aa5717dcef1))
32-
* 散点图增加坐标轴名称设置 ([8111b21](https://github.com/vueblocks/ve-charts/commit/8111b21d60b8e2eb53b1804daad5501d511441b5))
33-
* 添加桑基图基础功能 ([96557ee](https://github.com/vueblocks/ve-charts/commit/96557eeb2410d84b7061292c0bac7fe83d5c756f))
44+
* 增加飞线地图说明文档 ([0377515](https://github.com/vueblocks/ve-charts/commit/037751599bb1d9e73fa514ab8fd73a8ff9512d56))
45+
* 增强图表功能 ([5b3cbe9](https://github.com/vueblocks/ve-charts/commit/5b3cbe9eab62929a9f274705fd24452c13ef8953))
3446
* 完善地图API设计 ([46c8b79](https://github.com/vueblocks/ve-charts/commit/46c8b799b39e3509158349ecf0390f72fe0c06ca))
35-
* 新增词云图 ([ddbd5bf](https://github.com/vueblocks/ve-charts/commit/ddbd5bfd43c33b5fc4828b6b22efc3e5ecb2d3fd))
36-
* 新增词云图文档说明 ([22fb6fa](https://github.com/vueblocks/ve-charts/commit/22fb6fa1334e5ea2afce7ded28509cb9efae1ceb))
47+
* 折线图、柱状图新增全局'markLine'、'markArea'配置 ([1297394](https://github.com/vueblocks/ve-charts/commit/1297394e6a8f8f020484bfdc2c6ba807b54ad64d))
48+
* 折线图新增坐标轴刻度标签和轴线设置显隐 ([13f190f](https://github.com/vueblocks/ve-charts/commit/13f190fd1e66e920a034a8c2565c1f767ba5ad39))
49+
* 折线图新增坐标轴刻度标签颜色设置 ([0567938](https://github.com/vueblocks/ve-charts/commit/05679384e109f7f5e92ea4a57f546079ced43bfe))
50+
* 折线图新增坐标轴翻转 ([2d87fd6](https://github.com/vueblocks/ve-charts/commit/2d87fd622f70157a417e760a529b45e11bf575dc))
51+
* 散点图增加坐标轴名称设置 ([8111b21](https://github.com/vueblocks/ve-charts/commit/8111b21d60b8e2eb53b1804daad5501d511441b5))
52+
* 新增X轴和Y轴反向属性 ([c9fef0c](https://github.com/vueblocks/ve-charts/commit/c9fef0c9d6ba945b1787a47aa46ea57acf790db1))
53+
* 新增中国地图初版 ([02620fd](https://github.com/vueblocks/ve-charts/commit/02620fd715969ac22513b3c10f4dd1a783c74f39))
3754
* 新增公共系列配置项'seriesOption' ([f2b9bea](https://github.com/vueblocks/ve-charts/commit/f2b9beaeb93435aea7ebd49a4dc5b042b3e8db63))
38-
* 新增极区图 ([0ac930f](https://github.com/vueblocks/ve-charts/commit/0ac930f8d44a76ac932501b35d693dc3a482415c))
39-
* 新增水球图 ([538f9cc](https://github.com/vueblocks/ve-charts/commit/538f9ccd073c317f493db64216daffce54be1b12))
4055
* 新增图表实例属性 ([4254fbd](https://github.com/vueblocks/ve-charts/commit/4254fbd00457341172a1a34e8d7c595e99342baf))
4156
* 新增支持三个 events ([08d113a](https://github.com/vueblocks/ve-charts/commit/08d113af6007f4d417af36741270fba7859612cf))
42-
* 新增中国地图初版 ([02620fd](https://github.com/vueblocks/ve-charts/commit/02620fd715969ac22513b3c10f4dd1a783c74f39))
57+
* 新增极区图 ([0ac930f](https://github.com/vueblocks/ve-charts/commit/0ac930f8d44a76ac932501b35d693dc3a482415c))
4358
* 新增柱图和散点图示例 ([ef8ef11](https://github.com/vueblocks/ve-charts/commit/ef8ef11932de7c1010f0f702bb3d54be63fa0099))
59+
* 新增水球图 ([538f9cc](https://github.com/vueblocks/ve-charts/commit/538f9ccd073c317f493db64216daffce54be1b12))
4460
* 新增组件支持所有 options 传入 ([bfef425](https://github.com/vueblocks/ve-charts/commit/bfef425d8fe26b56c8aac111be6fd69e47261675))
45-
* 新增X轴和Y轴反向属性 ([c9fef0c](https://github.com/vueblocks/ve-charts/commit/c9fef0c9d6ba945b1787a47aa46ea57acf790db1))
46-
* 修改桑基图数据格式 ([904f7c6](https://github.com/vueblocks/ve-charts/commit/904f7c6b63582af289dfc0c62ed50aa6c79e58ef))
47-
* 修改geo地图注册地图为外部链接方式 ([6f7448c](https://github.com/vueblocks/ve-charts/commit/6f7448cc0858ddf89c6371455d9635e725075bc9))
48-
* 优化 polar plot 传参 ([582e5bb](https://github.com/vueblocks/ve-charts/commit/582e5bb1ac3c3cf815f1bdf2253499e09c05f035))
49-
* 优化 polar polt ([34b6436](https://github.com/vueblocks/ve-charts/commit/34b6436a0c7ab3203c422cf8f298033983c80278))
50-
* 增加飞线地图说明文档 ([0377515](https://github.com/vueblocks/ve-charts/commit/037751599bb1d9e73fa514ab8fd73a8ff9512d56))
51-
* 增强图表功能 ([5b3cbe9](https://github.com/vueblocks/ve-charts/commit/5b3cbe9eab62929a9f274705fd24452c13ef8953))
52-
* 折线图、柱状图新增全局'markLine'、'markArea'配置 ([1297394](https://github.com/vueblocks/ve-charts/commit/1297394e6a8f8f020484bfdc2c6ba807b54ad64d))
53-
* 折线图新增坐标轴翻转 ([2d87fd6](https://github.com/vueblocks/ve-charts/commit/2d87fd622f70157a417e760a529b45e11bf575dc))
54-
* 折线图新增坐标轴刻度标签和轴线设置显隐 ([13f190f](https://github.com/vueblocks/ve-charts/commit/13f190fd1e66e920a034a8c2565c1f767ba5ad39))
55-
* 折线图新增坐标轴刻度标签颜色设置 ([0567938](https://github.com/vueblocks/ve-charts/commit/05679384e109f7f5e92ea4a57f546079ced43bfe))
61+
* 新增词云图 ([ddbd5bf](https://github.com/vueblocks/ve-charts/commit/ddbd5bfd43c33b5fc4828b6b22efc3e5ecb2d3fd))
62+
* 新增词云图文档说明 ([22fb6fa](https://github.com/vueblocks/ve-charts/commit/22fb6fa1334e5ea2afce7ded28509cb9efae1ceb))
63+
* 更改调试例子 ([7d4040a](https://github.com/vueblocks/ve-charts/commit/7d4040a120c32ee8c9856bb70c0df2c72c971480))
64+
* 极区图新增圆角配置项roundCap ([2f7410b](https://github.com/vueblocks/ve-charts/commit/2f7410bb2992e13c408fc5202b377faf8f0ccffd))
65+
* 极区图新增角度轴相关配置 ([65238c0](https://github.com/vueblocks/ve-charts/commit/65238c0237c1679a0766e750d654d56b838fc98d))
5666
* 柱状图、折线图新增 tooltip、legend 配置传参 ([fe523d0](https://github.com/vueblocks/ve-charts/commit/fe523d0124e835817eb6e41f3ae29ff0826b7f3b))
5767
* 柱状图/折线图新增维度轴分隔线设置 ([f103cf5](https://github.com/vueblocks/ve-charts/commit/f103cf56f10f24dfb98e7c2149b159df4debc31d))
5868
* 柱状图和折线图新增维度坐标名称设置 ([3e48792](https://github.com/vueblocks/ve-charts/commit/3e48792038cf0d7690f34f38ee084971ba82babf))
69+
* 柱状图支持双纵坐标分别翻转 ([aae5dad](https://github.com/vueblocks/ve-charts/commit/aae5dad710d339666c0a210147294a5f596415cd))
70+
* 柱状图支持多个第二个轴线 ([1e75e11](https://github.com/vueblocks/ve-charts/commit/1e75e1143e57f87b8ca281c11b6f6f120539fa1d))
5971
* 柱状图新增坐标轴刻度标签和轴线可设置显隐 ([8e9e850](https://github.com/vueblocks/ve-charts/commit/8e9e850b8937cad1c323e7b5c440f3d7b7dcd606))
6072
* 柱状图新增坐标轴刻度标签颜色设置 ([f822ca6](https://github.com/vueblocks/ve-charts/commit/f822ca613fdaa7b331611732f62455fd450877ee))
61-
* 柱状图支持双纵坐标分别翻转 ([aae5dad](https://github.com/vueblocks/ve-charts/commit/aae5dad710d339666c0a210147294a5f596415cd))
73+
* 添加桑基图基础功能 ([96557ee](https://github.com/vueblocks/ve-charts/commit/96557eeb2410d84b7061292c0bac7fe83d5c756f))
74+
* 调整中国地图组件接口 ([c9c154e](https://github.com/vueblocks/ve-charts/commit/c9c154e11d53c174527a488c881d21073b3a08e8))
75+
* 雷达图新增坐标轴/指示器/标签设置 ([9d5418c](https://github.com/vueblocks/ve-charts/commit/9d5418cf09d8aee812450cf5063f3aa5717dcef1))
6276
* **funnel:** 漏斗图功能增强 ([17cd159](https://github.com/vueblocks/ve-charts/commit/17cd159f6447c7721cabc3db0de056aa3fa9404a))
63-
* 柱状图支持多个第二个轴线 ([1e75e11](https://github.com/vueblocks/ve-charts/commit/1e75e1143e57f87b8ca281c11b6f6f120539fa1d))
64-
* barchart新增Y轴属性设置 ([90ae3f8](https://github.com/vueblocks/ve-charts/commit/90ae3f88703bcf2700489be8b4db14adf55e2760))
65-
* ECharts底层新增监听点击空白处事件 ([e8ba1d1](https://github.com/vueblocks/ve-charts/commit/e8ba1d141cfd95bb0468fd66f04791da0a431201))
66-
* linechart新增Y轴属性设置 ([6294146](https://github.com/vueblocks/ve-charts/commit/6294146d4e1c4b74c4c70091e0a7561436014cd1))
67-
* xAxis与yAxis支持传入数组;暂无数据模版渲染逻辑修改 ([8a69ae0](https://github.com/vueblocks/ve-charts/commit/8a69ae010b2711fa475c852988d988b603debea0))
6877

6978

7079

docs/change-log.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# 更新日志
22

3+
## v0.9.10
4+
5+
* **新增** 柱状图增加刻度标签旋转角度配置
6+
7+
### PRS
8+
9+
* [#162](https://github.com/vueblocks/ve-charts/pull/162) by [liweina-fans](https://github.com/liweina-fans)
10+
311
## v0.9.9
412

513
* **新增** 折线图、柱状图新增全局 `markLine``markArea` 配置

lib/ve-charts.common.js

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,6 @@ var update = add("d14a69d0", content, true, {"sourceMap":false,"shadowMode":fals
123123

124124
/***/ }),
125125

126-
/***/ "1104":
127-
/***/ (function(module, exports) {
128-
129-
module.exports = require("echarts");
130-
131-
/***/ }),
132-
133126
/***/ "137f":
134127
/***/ (function(module, __webpack_exports__, __webpack_require__) {
135128

@@ -263,6 +256,13 @@ module.exports = JSON.parse("{\"72\":\"朝阳区\",\"78\":\"黄浦区\",\"83\":\
263256

264257
/***/ }),
265258

259+
/***/ "296b":
260+
/***/ (function(module, exports) {
261+
262+
module.exports = require("echarts");
263+
264+
/***/ }),
265+
266266
/***/ "2f74":
267267
/***/ (function(module, __webpack_exports__, __webpack_require__) {
268268

@@ -1916,7 +1916,7 @@ if (typeof window !== 'undefined') {
19161916
/* harmony default export */ var setPublicPath = (null);
19171917

19181918
// EXTERNAL MODULE: external "echarts"
1919-
var external_echarts_ = __webpack_require__("1104");
1919+
var external_echarts_ = __webpack_require__("296b");
19201920
var external_echarts_default = /*#__PURE__*/__webpack_require__.n(external_echarts_);
19211921

19221922
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"45371285-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/HocEcharts.vue?vue&type=template&id=1a0a63b4&
@@ -7889,7 +7889,7 @@ class chart_BarChart extends src_BaseChart {
78897889

78907890
// build dimension Axis
78917891
static getBarDimAxis (settings) {
7892-
const { dimAxisType, dimAxisLineShow, dimAxisLabelShow, dimAxisLabelColor, xAxisName, xAxisSplitLine } = settings
7892+
const { dimAxisType, dimAxisLineShow, dimAxisLabelShow, dimAxisLabelColor, xAxisName, xAxisSplitLine, dimAxisLabelRotate } = settings
78937893

78947894
const axisItem = {
78957895
type: dimAxisType,
@@ -7903,7 +7903,8 @@ class chart_BarChart extends src_BaseChart {
79037903
show: Array.isArray(dimAxisLabelShow) ? dimAxisLabelShow[0] : dimAxisLabelShow,
79047904
margin: 10,
79057905
fontWeight: 400,
7906-
color: Array.isArray(dimAxisLabelColor) ? dimAxisLabelColor[0] : dimAxisLabelColor
7906+
color: Array.isArray(dimAxisLabelColor) ? dimAxisLabelColor[0] : dimAxisLabelColor,
7907+
rotate: dimAxisLabelRotate
79077908
}
79087909
}
79097910
if (xAxisName) {
@@ -7927,6 +7928,7 @@ class chart_BarChart extends src_BaseChart {
79277928
meaAxisLineShow,
79287929
meaAxisLabelShow,
79297930
meaAxisLabelColor,
7931+
meaAxisLabelRotate,
79307932
yAxisScale = false,
79317933
percentage = false,
79327934
yAxisName,
@@ -7951,7 +7953,8 @@ class chart_BarChart extends src_BaseChart {
79517953
show: Array.isArray(meaAxisLabelShow) ? meaAxisLabelShow[i] : meaAxisLabelShow,
79527954
margin: 10,
79537955
fontWeight: 400,
7954-
color: Array.isArray(meaAxisLabelColor) ? meaAxisLabelColor[i] : meaAxisLabelColor
7956+
color: Array.isArray(meaAxisLabelColor) ? meaAxisLabelColor[i] : meaAxisLabelColor,
7957+
rotate: meaAxisLabelRotate
79557958
}
79567959
if (type !== 'normal') {
79577960
// Y轴标签格式化后保留几位小数兼容之前版本类型
@@ -8083,7 +8086,9 @@ class chart_BarChart extends src_BaseChart {
80838086
xAxisName,
80848087
xAxisLabelShow = true,
80858088
xAxisLineShow = true,
8086-
xAxisLabelColor = null
8089+
xAxisLabelColor = null,
8090+
xAxisLabelRotate = 0,
8091+
yAxisLabelRotate = 0
80878092
} = settings
80888093

80898094
// 默认柱状图
@@ -8098,12 +8103,14 @@ class chart_BarChart extends src_BaseChart {
80988103
settings.meaAxisLabelShow = (isBar ? xAxisLabelShow : yAxisLabelShow)
80998104
settings.meaAxisLineShow = (isBar ? xAxisLineShow : yAxisLineShow)
81008105
settings.meaAxisLabelColor = (isBar ? xAxisLabelColor : yAxisLabelColor)
8106+
settings.meaAxisLabelRotate = isBar ? xAxisLabelRotate : yAxisLabelRotate
81018107
settings.dimAxisType = (isBar ? yAxisLabelType : xAxisLabelType) || 'category'
81028108
settings.dimAxisDigits = isBar ? yAxisLabelDigits : xAxisLabelDigits
81038109
settings.dimAxisName = (isBar ? yAxisName : xAxisName) || ''
81048110
settings.dimAxisLabelShow = (isBar ? yAxisLabelShow : xAxisLabelShow)
81058111
settings.dimAxisLineShow = (isBar ? yAxisLineShow : xAxisLineShow)
81068112
settings.dimAxisLabelColor = (isBar ? yAxisLabelColor : xAxisLabelColor)
8113+
settings.dimAxisLabelRotate = isBar ? yAxisLabelRotate : xAxisLabelRotate
81078114

81088115
// 如果设置了双Y轴,将双Y轴统一设置 meaAxisType
81098116
if (defaultMeaAxisType.length > settings.meaAxisType.length) {

0 commit comments

Comments
 (0)