Skip to content

Commit

Permalink
fix undefined amount bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chxj1992 committed Mar 10, 2018
1 parent 63aea09 commit 191e63c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/stomp.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ <h1>K线图</h1>
theme: 'dark', // light/dark
language: 'zh-cn', // zh-cn/en-us/zh-tw
ranges: ["1w", "1d", "1h", "30m", "15m", "5m", "1m", "line"],
symbol: "ETH/BTC",
symbolName: "ETH/BTC",
symbol: "BTC/USD",
symbolName: "BTC/USD",
type: "stomp", // poll/stomp
url: 'https://10.200.172.67:50001/v1/socket',
url: 'https://127.0.0.1/v1/socket',
limit: 1000,
intervalTime: 5000,
subscribePath: "/trade/kline",
Expand Down

0 comments on commit 191e63c

Please sign in to comment.