Compare commits
5 Commits
V2.1.0-alp
...
V2.1.1-alp
Author | SHA1 | Date | |
---|---|---|---|
a842010afd | |||
7b55614d43 | |||
d586db9176 | |||
ad090aca3b | |||
b9a1f667ee |
@ -1,3 +1,10 @@
|
||||
# 2.1.1-alpha (2019-06-28)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **autoResize:** Exception caused by `autoResize` mixin.
|
||||
- **charts:** `Legend` is blocked by slot and can't click.
|
||||
|
||||
# 2.1.0-alpha (2019-06-27)
|
||||
|
||||
### New
|
||||
|
@ -1,10 +1,6 @@
|
||||
<template>
|
||||
<div class="dv-charts-container" :ref="ref">
|
||||
<div class="charts" :ref="chartRef" />
|
||||
|
||||
<div class="charts-slot-content">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -75,13 +71,5 @@ export default {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.charts-slot-content {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -202,8 +202,6 @@ export default {
|
||||
textY
|
||||
}
|
||||
})
|
||||
|
||||
console.warn(this.column)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -68,7 +68,7 @@ export default {
|
||||
|
||||
autoResizeMixinInit()
|
||||
},
|
||||
beforeDestroyed () {
|
||||
beforeDestroy () {
|
||||
const { unbindDomResizeCallback } = this
|
||||
|
||||
unbindDomResizeCallback()
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jiaminghi/data-view",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"author": "JiaMing <743192023@qq.com>",
|
||||
"description": "Vue Large screen data display component library",
|
||||
"main": "index.js",
|
||||
|
Reference in New Issue
Block a user