Skip to content

Commit

Permalink
Merge pull request #737 from balakrishna-deriv/fix-ticks-history
Browse files Browse the repository at this point in the history
Bala/update ticks history api call
  • Loading branch information
ahmadtaimoor-deriv authored Aug 19, 2024
2 parents 42c2811 + d8c1ba4 commit 00c7712
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@babel/polyfill": "7.12.1",
"@binary-com/binary-document-uploader": "^2.4.4",
"@binary-com/binary-style": "^0.2.26",
"@binary-com/webtrader-charts": "^0.6.1",
"@binary-com/webtrader-charts": "^0.6.2",
"@deriv-com/quill-ui": "^1.13.46",
"@deriv/deriv-api": "^1.0.15",
"@deriv/quill-icons": "^1.23.1",
Expand Down
1 change: 0 additions & 1 deletion src/javascript/app/pages/trade/charts/highchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ const Highchart = (() => {
start : ((purchase_time || start_time) - margin).toFixed(0), /* load more ticks first */
end : end_time ? (end_time + margin).toFixed(0) : 'latest',
style : granularity === 0 ? 'ticks' : 'candles',
count : 4999, /* maximum number of ticks possible */
adjust_start_time: 1,
};

Expand Down

0 comments on commit 00c7712

Please sign in to comment.