widgets/MapSection/SectionChart.js
@@ -15,6 +15,7 @@ ], function (declare, lang, html, _WidgetBase, _TemplatedMixin, on, mouse, query, xhr, topic, JSON,domConstruct,echarts) { return declare([_WidgetBase, _TemplatedMixin], { templateString: '<div style="width:100%;height:100%;"><div style="width:100%;height:100%;" >' + @@ -83,7 +84,6 @@ postCreate: function () { this.inherited(arguments); this.query(); this.step = 0; var lg = this.GetDistance(this.oList[0].lttd,this.oList[0].lgtd,this.oList[99].lttd,this.oList[99].lgtd); this.step = lg/99;