Compare commits
10 Commits
V2.3.5-alp
...
V2.3.7-alp
Author | SHA1 | Date | |
---|---|---|---|
3cba31db56 | |||
c6974cd2e4 | |||
56cc4534d1 | |||
8884121c4c | |||
60bf393fd7 | |||
d497dfa7d7 | |||
37469f7097 | |||
104e636bd7 | |||
0d1b1d9c29 | |||
429e5b9478 |
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,8 +1,24 @@
|
|||||||
|
# 2.3.7-alpha (2019-08-26)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **borderBox1:** Parent container setting `text-align: center` to cause display exception [(#6)](https://github.com/jiaming743/DataV/issues/6).
|
||||||
|
|
||||||
|
# 2.3.6-alpha (2019-08-24)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **borderBox1:** Animation exception caused by incompatible syntax and spelling mistake [(#4)](https://github.com/jiaming743/DataV/issues/4)[(#5)](https://github.com/jiaming743/DataV/pull/5).
|
||||||
|
|
||||||
|
### Perfect
|
||||||
|
|
||||||
|
- **svg:** Svg animation compatibility enhancement.
|
||||||
|
|
||||||
# 2.3.5-alpha (2019-08-22)
|
# 2.3.5-alpha (2019-08-22)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- **activeRingChart:** Color configuration does not take effect.
|
- **activeRingChart:** Color configuration does not take effect [(#3)](https://github.com/jiaming743/DataV/pull/3).
|
||||||
|
|
||||||
# 2.3.4-alpha (2019-08-15)
|
# 2.3.4-alpha (2019-08-15)
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
}
|
}
|
||||||
.dv-border-box-1 .border {
|
.dv-border-box-1 .border {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.dv-border-box-1 .right-top {
|
.dv-border-box-1 .right-top {
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<animate
|
<animate
|
||||||
attributeName="fill"
|
attributeName="fill"
|
||||||
values="#4fd2dd;#235fa7;#4fd2dd"
|
values="#4fd2dd;#235fa7;#4fd2dd"
|
||||||
dur=".5s"
|
dur="0.5s"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
<animate
|
<animate
|
||||||
attributeName="fill"
|
attributeName="fill"
|
||||||
values="#235fa7;#4fd2dd;#235fa7"
|
values="#235fa7;#4fd2dd;#235fa7"
|
||||||
dur=".5s"
|
dur="0.5s"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
>
|
>
|
||||||
<animate
|
<animate
|
||||||
attributeName="fill"
|
attributeName="fill"
|
||||||
values="#4fd2dd;#235fa7;#transparent"
|
values="#4fd2dd;#235fa7;transparent"
|
||||||
dur="1s"
|
dur="1s"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
dur="6s"
|
dur="6s"
|
||||||
calcMode="spline"
|
calcMode="spline"
|
||||||
keyTimes="0;1"
|
keyTimes="0;1"
|
||||||
keySplines=".42,0,.58,1"
|
keySplines="0.42,0,0.58,1"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
</rect>
|
</rect>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
begin="0s"
|
begin="0s"
|
||||||
calcMode="spline"
|
calcMode="spline"
|
||||||
keyTimes="0;1"
|
keyTimes="0;1"
|
||||||
keySplines=".4,1,.49,.98"
|
keySplines="0.4,1,0.49,0.98"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
</polyline>
|
</polyline>
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
attributeName="y"
|
attributeName="y"
|
||||||
:values="`${point[1] - minHeights[i] / 2};${point[1] - heights[i] / 2};${point[1] - minHeights[i] / 2}`"
|
:values="`${point[1] - minHeights[i] / 2};${point[1] - heights[i] / 2};${point[1] - minHeights[i] / 2}`"
|
||||||
:dur="`${randoms[i]}s`"
|
:dur="`${randoms[i]}s`"
|
||||||
keyTimes="0;.5;1"
|
keyTimes="0;0.5;1"
|
||||||
calcMode="spline"
|
calcMode="spline"
|
||||||
keySplines=".42,0,.58,1;.42,0,.58,1"
|
keySplines="0.42,0,0.58,1;0.42,0,0.58,1"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
@ -26,9 +26,9 @@
|
|||||||
attributeName="height"
|
attributeName="height"
|
||||||
:values="`${minHeights[i]};${heights[i]};${minHeights[i]}`"
|
:values="`${minHeights[i]};${heights[i]};${minHeights[i]}`"
|
||||||
:dur="`${randoms[i]}s`"
|
:dur="`${randoms[i]}s`"
|
||||||
keyTimes="0;.5;1"
|
keyTimes="0;0.5;1"
|
||||||
calcMode="spline"
|
calcMode="spline"
|
||||||
keySplines=".42,0,.58,1;.42,0,.58,1"
|
keySplines="0.42,0,0.58,1;0.42,0,0.58,1"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jiaminghi/data-view",
|
"name": "@jiaminghi/data-view",
|
||||||
"version": "2.3.5",
|
"version": "2.3.7",
|
||||||
"author": "JiaMing <743192023@qq.com>",
|
"author": "JiaMing <743192023@qq.com>",
|
||||||
"description": "Vue Large screen data display component library",
|
"description": "Vue Large screen data display component library",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<animate
|
<animate
|
||||||
attributeName="fill"
|
attributeName="fill"
|
||||||
values="#4fd2dd;#235fa7;#4fd2dd"
|
values="#4fd2dd;#235fa7;#4fd2dd"
|
||||||
dur=".5s"
|
dur="0.5s"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
<animate
|
<animate
|
||||||
attributeName="fill"
|
attributeName="fill"
|
||||||
values="#235fa7;#4fd2dd;#235fa7"
|
values="#235fa7;#4fd2dd;#235fa7"
|
||||||
dur=".5s"
|
dur="0.5s"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
>
|
>
|
||||||
<animate
|
<animate
|
||||||
attributeName="fill"
|
attributeName="fill"
|
||||||
values="#4fd2dd;#235fa7;#transparent"
|
values="#4fd2dd;#235fa7;transparent"
|
||||||
dur="1s"
|
dur="1s"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
@ -70,6 +70,7 @@ export default {
|
|||||||
|
|
||||||
.border {
|
.border {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-top {
|
.right-top {
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
dur="6s"
|
dur="6s"
|
||||||
calcMode="spline"
|
calcMode="spline"
|
||||||
keyTimes="0;1"
|
keyTimes="0;1"
|
||||||
keySplines=".42,0,.58,1"
|
keySplines="0.42,0,0.58,1"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
</rect>
|
</rect>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
begin="0s"
|
begin="0s"
|
||||||
calcMode="spline"
|
calcMode="spline"
|
||||||
keyTimes="0;1"
|
keyTimes="0;1"
|
||||||
keySplines=".4,1,.49,.98"
|
keySplines="0.4,1,0.49,0.98"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
</polyline>
|
</polyline>
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
attributeName="y"
|
attributeName="y"
|
||||||
:values="`${point[1] - minHeights[i] / 2};${point[1] - heights[i] / 2};${point[1] - minHeights[i] / 2}`"
|
:values="`${point[1] - minHeights[i] / 2};${point[1] - heights[i] / 2};${point[1] - minHeights[i] / 2}`"
|
||||||
:dur="`${randoms[i]}s`"
|
:dur="`${randoms[i]}s`"
|
||||||
keyTimes="0;.5;1"
|
keyTimes="0;0.5;1"
|
||||||
calcMode="spline"
|
calcMode="spline"
|
||||||
keySplines=".42,0,.58,1;.42,0,.58,1"
|
keySplines="0.42,0,0.58,1;0.42,0,0.58,1"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
@ -26,9 +26,9 @@
|
|||||||
attributeName="height"
|
attributeName="height"
|
||||||
:values="`${minHeights[i]};${heights[i]};${minHeights[i]}`"
|
:values="`${minHeights[i]};${heights[i]};${minHeights[i]}`"
|
||||||
:dur="`${randoms[i]}s`"
|
:dur="`${randoms[i]}s`"
|
||||||
keyTimes="0;.5;1"
|
keyTimes="0;0.5;1"
|
||||||
calcMode="spline"
|
calcMode="spline"
|
||||||
keySplines=".42,0,.58,1;.42,0,.58,1"
|
keySplines="0.42,0,0.58,1;0.42,0,0.58,1"
|
||||||
begin="0s"
|
begin="0s"
|
||||||
repeatCount="indefinite"
|
repeatCount="indefinite"
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user