Skip to content

Commit

Permalink
feat: hide left toolbar of chart by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dib542 committed May 24, 2024
1 parent 00d41ba commit 31d5cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Orderbook/OrderbookChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const defaultWidgetOptions: Partial<ChartingLibraryWidgetOptions> = {
// however this isn't necessary to lock to understand the liquidity
// visualization we have added to the right of it
],
enabled_features: [],
enabled_features: ['hide_left_toolbar_by_default'],
charts_storage_url: 'https://saveload.tradingview.com',
charts_storage_api_version: '1.1',
// path to static assets of the charting library
Expand Down

0 comments on commit 31d5cdf

Please sign in to comment.