Skip to content

Commit

Permalink
WIP Chain Compare
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Feb 2, 2024
1 parent b771b52 commit 7b6de1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/layout/ChainChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1171,8 +1171,7 @@ export default function ChainChart({
const asyncUpdate = async () => {
enabledFundamentalsKeys.forEach(async (key, i) => {
updateChartData(key, i);
chartComponents.current[i]?.redraw(false);
await delay(50);
chartComponents.current[i]?.redraw(true);
});
};

Expand Down

0 comments on commit 7b6de1c

Please sign in to comment.