I am using trading view widgets in my react application but I want it to stop from redirecting to the trading view website. How can I stop from redirecting?
The widget I am using:
<MiniChart
isTransparent="true"
colorTheme="dark"
symbol={props.symbol}
trendLineColor="#2EB086"
dateRange="1D"
/>
When we click on the widget, it redirects to the tradingview application. Any insights?