We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d12733 + d953610 commit ce3aaeaCopy full SHA for ce3aaea
src/javascript/app/pages/trade/charts/highchart.js
@@ -675,7 +675,7 @@ const Highchart = (() => {
675
const series = chart.series[0];
676
if (granularity === 0) {
677
const data = update_options.tick;
678
- chart.series[0].addPoint({ x: data.epoch * 1000, y: data.quote * 1 }, false);
+ chart.series[0].addPoint({ x: data.epoch * 1000, y: data.quote * 1 });
679
updateBarrier();
680
} else {
681
const c = update_options.ohlc;
0 commit comments