提交 4e9a4a5e 编写于 作者: L lang

Dump 3.1.9

上级 0b8bbec1
......@@ -1052,7 +1052,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @type {number}
*/
version: '3.1.8',
version: '3.1.9',
dependencies: {
zrender: '3.0.9'
}
......@@ -20741,9 +20741,11 @@ return /******/ (function(modules) { // webpackBootstrap
var color = data.getItemVisual(idx, 'color');
// Reset style
symbolPath.useStyle({
strokeNoScale: true
});
if (symbolPath.type !== 'image') {
symbolPath.useStyle({
strokeNoScale: true
});
}
var elStyle = symbolPath.style;
var hoverStyle = itemModel.getModel(emphasisStyleAccessPath).getItemStyle();
此差异已折叠。
......@@ -1076,7 +1076,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @type {number}
*/
version: '3.1.8',
version: '3.1.9',
dependencies: {
zrender: '3.0.9'
}
......@@ -20765,9 +20765,11 @@ return /******/ (function(modules) { // webpackBootstrap
var color = data.getItemVisual(idx, 'color');
// Reset style
symbolPath.useStyle({
strokeNoScale: true
});
if (symbolPath.type !== 'image') {
symbolPath.useStyle({
strokeNoScale: true
});
}
var elStyle = symbolPath.style;
var hoverStyle = itemModel.getModel(emphasisStyleAccessPath).getItemStyle();
......@@ -34930,15 +34932,18 @@ return /******/ (function(modules) { // webpackBootstrap
var lineDraw = this._lineDraw;
var group = this.group;
var groupNewProp = {
position: coordSys.position,
scale: coordSys.scale
};
if (this._firstRender) {
group.attr(groupNewProp);
}
else {
graphic.updateProps(group, groupNewProp, seriesModel);
if (coordSys.type === 'view') {
var groupNewProp = {
position: coordSys.position,
scale: coordSys.scale
};
if (this._firstRender) {
group.attr(groupNewProp);
}
else {
graphic.updateProps(group, groupNewProp, seriesModel);
}
}
// Fix edge contact point with node
adjustEdge(seriesModel.getGraph(), this._getNodeGlobalScale(seriesModel));
此差异已折叠。
......@@ -1040,7 +1040,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @type {number}
*/
version: '3.1.8',
version: '3.1.9',
dependencies: {
zrender: '3.0.9'
}
......@@ -20729,9 +20729,11 @@ return /******/ (function(modules) { // webpackBootstrap
var color = data.getItemVisual(idx, 'color');
// Reset style
symbolPath.useStyle({
strokeNoScale: true
});
if (symbolPath.type !== 'image') {
symbolPath.useStyle({
strokeNoScale: true
});
}
var elStyle = symbolPath.style;
var hoverStyle = itemModel.getModel(emphasisStyleAccessPath).getItemStyle();
......
此差异已折叠。
{
"name": "echarts",
"version": "3.1.8",
"version": "3.1.9",
"description": "A powerful charting and visualization library for browser",
"keywords": [
"visualization",
......
......@@ -970,7 +970,7 @@ define(function (require) {
/**
* @type {number}
*/
version: '3.1.8',
version: '3.1.9',
dependencies: {
zrender: '3.0.9'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册