Skip to content

Commit

Permalink
remove marker from chart
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jan 5, 2024
1 parent 31acbbe commit 7780577
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/common/components/market/market.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ class Market extends BaseComponent<Props, State> {
fillColor: theme === Theme.night ? "#2e3d51" : "#f3f7fb",
lineColor: "#81acef",
lineWidth: 3
},
line: {
marker: {
enabled: false
}
}
},
tooltip: {
Expand Down

0 comments on commit 7780577

Please sign in to comment.