Compare commits
5 Commits
V2.7.0-alp
...
V2.7.2-alp
Author | SHA1 | Date | |
---|---|---|---|
ae3345bd95 | |||
dceb761e8c | |||
bd178192f1 | |||
8c47ae03db | |||
cc14ac7670 |
@ -1,3 +1,9 @@
|
||||
# 2.7.1-alpha (2020-01-08)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **flylineChartEnhanced:** Exception when relative is false.
|
||||
|
||||
# 2.7.0-alpha (2020-01-05)
|
||||
|
||||
### New
|
||||
|
3
dist/datav.map.vue.js
vendored
3
dist/datav.map.vue.js
vendored
@ -21518,7 +21518,6 @@
|
||||
relative,
|
||||
points
|
||||
} = mergedConfig;
|
||||
if (!relative) return;
|
||||
this.flylinePoints = points.map((item, i) => {
|
||||
const {
|
||||
coordinate: [x, y],
|
||||
@ -21913,7 +21912,7 @@
|
||||
/* style */
|
||||
const __vue_inject_styles__$x = function (inject) {
|
||||
if (!inject) return
|
||||
inject("data-v-185fc66c_0", { source: ".dv-flyline-chart-enhanced {\n display: flex;\n flex-direction: column;\n background-size: 100% 100%;\n}\n.dv-flyline-chart-enhanced text {\n text-anchor: middle;\n dominant-baseline: middle;\n}\n", map: {"version":3,"sources":["main.vue"],"names":[],"mappings":"AAAA;EACE,aAAa;EACb,sBAAsB;EACtB,0BAA0B;AAC5B;AACA;EACE,mBAAmB;EACnB,yBAAyB;AAC3B","file":"main.vue","sourcesContent":[".dv-flyline-chart-enhanced {\n display: flex;\n flex-direction: column;\n background-size: 100% 100%;\n}\n.dv-flyline-chart-enhanced text {\n text-anchor: middle;\n dominant-baseline: middle;\n}\n"]}, media: undefined });
|
||||
inject("data-v-5cc44b0b_0", { source: ".dv-flyline-chart-enhanced {\n display: flex;\n flex-direction: column;\n background-size: 100% 100%;\n}\n.dv-flyline-chart-enhanced text {\n text-anchor: middle;\n dominant-baseline: middle;\n}\n", map: {"version":3,"sources":["main.vue"],"names":[],"mappings":"AAAA;EACE,aAAa;EACb,sBAAsB;EACtB,0BAA0B;AAC5B;AACA;EACE,mBAAmB;EACnB,yBAAyB;AAC3B","file":"main.vue","sourcesContent":[".dv-flyline-chart-enhanced {\n display: flex;\n flex-direction: column;\n background-size: 100% 100%;\n}\n.dv-flyline-chart-enhanced text {\n text-anchor: middle;\n dominant-baseline: middle;\n}\n"]}, media: undefined });
|
||||
|
||||
};
|
||||
/* scoped */
|
||||
|
2
dist/datav.min.vue.js
vendored
2
dist/datav.min.vue.js
vendored
File diff suppressed because one or more lines are too long
@ -472,8 +472,6 @@ export default {
|
||||
|
||||
const { relative, points } = mergedConfig
|
||||
|
||||
if (!relative) return
|
||||
|
||||
this.flylinePoints = points.map((item, i) => {
|
||||
const { coordinate: [x, y], halo, icon, text } = item
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jiaminghi/data-view",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1",
|
||||
"author": "JiaMing <743192023@qq.com>",
|
||||
"description": "Vue Large screen data display component library",
|
||||
"main": "lib/index.js",
|
||||
|
@ -472,8 +472,6 @@ export default {
|
||||
|
||||
const { relative, points } = mergedConfig
|
||||
|
||||
if (!relative) return
|
||||
|
||||
this.flylinePoints = points.map((item, i) => {
|
||||
const { coordinate: [x, y], halo, icon, text } = item
|
||||
|
||||
|
Reference in New Issue
Block a user