Skip to content

Commit 00c7712

Browse files
Merge pull request #737 from balakrishna-deriv/fix-ticks-history
Bala/update ticks history api call
2 parents 42c2811 + d8c1ba4 commit 00c7712

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"@babel/polyfill": "7.12.1",
105105
"@binary-com/binary-document-uploader": "^2.4.4",
106106
"@binary-com/binary-style": "^0.2.26",
107-
"@binary-com/webtrader-charts": "^0.6.1",
107+
"@binary-com/webtrader-charts": "^0.6.2",
108108
"@deriv-com/quill-ui": "^1.13.46",
109109
"@deriv/deriv-api": "^1.0.15",
110110
"@deriv/quill-icons": "^1.23.1",

src/javascript/app/pages/trade/charts/highchart.js

-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ const Highchart = (() => {
338338
start : ((purchase_time || start_time) - margin).toFixed(0), /* load more ticks first */
339339
end : end_time ? (end_time + margin).toFixed(0) : 'latest',
340340
style : granularity === 0 ? 'ticks' : 'candles',
341-
count : 4999, /* maximum number of ticks possible */
342341
adjust_start_time: 1,
343342
};
344343

0 commit comments

Comments
 (0)