Skip to content

Commit 33a8851

Browse files
Merge pull request #167 from vueblocks/develop
chore: release v0.9.11
2 parents 9d0c894 + 042d8de commit 33a8851

File tree

5 files changed

+29
-11
lines changed

5 files changed

+29
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.9.11](https://github.com/vueblocks/ve-charts/compare/v0.9.10...v0.9.11) (2021-07-12)
2+
3+
4+
### Features
5+
6+
* 柱状图新增yAxisPointerType(纵坐标指示器类型)配置项 ([6d2d0bc](https://github.com/vueblocks/ve-charts/commit/6d2d0bc13950aa35e6f8c21a02f44187d8bca7b2))
7+
8+
9+
110
## [0.9.10](https://github.com/vueblocks/ve-charts/compare/v0.9.9...v0.9.10) (2021-06-24)
211

312

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.11
4+
5+
* **新增** 柱状图新增(纵坐标指示器类型)配置项
6+
7+
### PRS
8+
9+
* [#166](https://github.com/vueblocks/ve-charts/pull/166) by [zimuZhao](https://github.com/zimuZhao)
10+
311
## v0.9.10
412

513
* **新增** 柱状图增加刻度标签旋转角度配置

lib/ve-charts.common.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,6 +1699,13 @@ module.exports = require("vue");
16991699

17001700
/***/ }),
17011701

1702+
/***/ "aee1":
1703+
/***/ (function(module, exports) {
1704+
1705+
module.exports = require("echarts");
1706+
1707+
/***/ }),
1708+
17021709
/***/ "c6eb":
17031710
/***/ (function(module, __webpack_exports__, __webpack_require__) {
17041711

@@ -1795,13 +1802,6 @@ module.exports = function(originalModule) {
17951802
};
17961803

17971804

1798-
/***/ }),
1799-
1800-
/***/ "ddb4":
1801-
/***/ (function(module, exports) {
1802-
1803-
module.exports = require("echarts");
1804-
18051805
/***/ }),
18061806

18071807
/***/ "dff1":
@@ -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__("ddb4");
1919+
var external_echarts_ = __webpack_require__("aee1");
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&

lib/ve-charts.umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "ve-charts",
3-
"version": "0.9.10",
3+
"version": "0.9.11",
44
"description": "ECharts 4.x for Vue.js 2.x.",
55
"main": "lib/ve-charts.umd.min.js",
66
"unpkg": "lib/ve-charts.umd.min.js",
77
"author": "xiaoluoboding <[email protected]>",
8+
"files": ["lib"],
89
"scripts": {
910
"serve": "vue-cli-service serve",
1011
"build": "vue-cli-service build",

0 commit comments

Comments
 (0)