I have correctly setup TradingView and am now looking at updating different properties of the chart using custom themes (Next-Themes)
Everything works well and updates nicely, except for the background color. I am really struggling to understand how some props correctly update whereas others do not.
Perhaps 'theme' is interfering with my custom background?
This is the useEffect I have to create and apply the theme to the chart. Any help would be appreciated
I have correctly setup TradingView and am now looking at updating different properties of the chart using custom themes (Next-Themes)
Everything works well and updates nicely, except for the background color. I am really struggling to understand how some props correctly update whereas others do not.
Perhaps 'theme' is interfering with my custom background?
This is the useEffect I have to create and apply the theme to the chart. Any help would be appreciated
` useEffect(() => { console.log("tvWidgetRef.current", tvWidgetRef.current);
}, [theme]);`