Const
InteractiveManager - A parent component that automatically manages interactive chart tools
This component:
Usage Example:
<InteractiveManager width={800} height={600} sidebarPosition="left" showSidebar={true}> <ChartCanvas width={800} height={600} {...otherProps}> <Chart id={1}> <CandlestickSeries /> <TrendLine /> <FibonacciRetracement /> </Chart> </ChartCanvas></InteractiveManager> Copy
<InteractiveManager width={800} height={600} sidebarPosition="left" showSidebar={true}> <ChartCanvas width={800} height={600} {...otherProps}> <Chart id={1}> <CandlestickSeries /> <TrendLine /> <FibonacciRetracement /> </Chart> </ChartCanvas></InteractiveManager>
The InteractiveManager will:
InteractiveManager - A parent component that automatically manages interactive chart tools
This component:
Usage Example:
The InteractiveManager will: