Skip to content

Commit

Permalink
Merge pull request bklieger-groq#24 from bklieger-groq/feat/chart-ann…
Browse files Browse the repository at this point in the history
…otations

feat: Add annotations option for chart widget
  • Loading branch information
bklieger-groq authored Aug 5, 2024
2 parents 2fcf81c + 0c13746 commit cc93919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tradingview/stock-chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function StockChart({ props: symbol }: { props: string }) {
backgroundColor: 'rgba(255, 255, 255, 1)',
gridColor: 'rgba(247, 247, 247, 1)',
withdateranges: true,
hide_side_toolbar: false,
allow_symbol_change: true,
calendar: false,
hide_top_toolbar: true,
Expand Down

0 comments on commit cc93919

Please sign in to comment.