Browse Source

隐藏k线分钟

master
liaoxinyu 1 year ago
parent
commit
df12b862a0
  1. 20
      src/views/option/kline.vue

20
src/views/option/kline.vue

@ -372,16 +372,16 @@ methods: {
})); }));
widget.onChartReady(function () { widget.onChartReady(function () {
let buttonArr = [ let buttonArr = [
{ // {
title: "1" + _this.$t("exchange.min"), // title: "1" + _this.$t("exchange.min"),
resolution: "1", // resolution: "1",
chartType: 1 // chartType: 1
}, // },
{ // {
title: "5" + _this.$t("exchange.min"), // title: "5" + _this.$t("exchange.min"),
resolution: "5", // resolution: "5",
chartType: 1 // chartType: 1
}, // },
{ {
title: "15" + _this.$t("exchange.min"), title: "15" + _this.$t("exchange.min"),
resolution: "15", resolution: "15",

Loading…
Cancel
Save