Skip to content

Commit

Permalink
Merge pull request #322 from oraichain/develop-v2
Browse files Browse the repository at this point in the history
force overlay volume for trading view
  • Loading branch information
haunv3 authored Sep 7, 2023
2 parents 9016440 + 4b1205f commit bff435b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TVChartContainer/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ const disabledFeatures = [
'popup_hints',
'header_in_fullscreen_mode',
'right_bar_stays_on_scroll',
'symbol_info'
'symbol_info',
'volume_force_overlay'
];

const enabledFeatures = [
Expand Down

0 comments on commit bff435b

Please sign in to comment.