sh4lu-z commited on
Commit
dfec686
·
verified ·
1 Parent(s): 9ec17cb

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -165,7 +165,7 @@ app.post('/chart/candle', async (req, res) => {
165
  const chartX = 20;
166
  const chartY = 60;
167
  const chartW = 1050;
168
- const chartH = 550;
169
 
170
  const minPrice = Math.min(...candles.map(c => c.low));
171
  const maxPrice = Math.max(...candles.map(c => c.high));
 
165
  const chartX = 20;
166
  const chartY = 60;
167
  const chartW = 1050;
168
+ const chartH = 530;
169
 
170
  const minPrice = Math.min(...candles.map(c => c.low));
171
  const maxPrice = Math.max(...candles.map(c => c.high));