提交 0b881a8c 编写于 作者: P pissang

Merge branch 'next' of https://github.com/100pah/echarts into next

......@@ -194,8 +194,8 @@ var LinesSeries = SeriesModel.extend({
return encodeHTML(html.join(' > '));
},
cannotStreamRender: function (seriesModel) {
return !!this._showEffect(seriesModel);
cannotStreamRender: function () {
return !!this.get('effect.show');
},
defaultOption: {
......@@ -235,6 +235,8 @@ var LinesSeries = SeriesModel.extend({
// Available when large is true
largeThreshold: 2000,
streamThreshold: 3000,
// If lines are polyline
// polyline not support curveness, label, animation
polyline: false,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册