k线年限改为10年

master
钟海欣 5 years ago
parent 92462e1a6b
commit e2f518a49a
  1. 1
      html/market/js/market_info.js
  2. 2
      lib/JsApi/Datafeed.js

@ -263,6 +263,7 @@ var Kvue = new Vue({
this.interval = interval;
this.TvWidget.onChartReady(function() {
_this3.onChartReady(_this3.TvWidget);
});
},
onChartReady: function onChartReady(TvWidget) {

@ -59,7 +59,7 @@ Datafeed.prototype.calculateHistoryDepth = function (resolution, resolutionBack,
localStorage.setItem('resolution', resolution);
return {
resolutionBack: 'M',
intervalBack: 24
intervalBack: 120
};
};

Loading…
Cancel
Save