This sample visualize the Bitcoin price change over the period with candle and line series. Period Selector show the information about the data.
In this example, you can see how to render and configure the period selector with range navigator to see the price changes for Bitcoin. Tooltip is enabled in this example, to see the tooltip in action, while the selected range is changed. Injecting Module Range Navigator component features are segregated into individual feature-wise modules. To use period selector, we need to inject PeriodSelector module using RangeNavigator.Inject(PeriodSelector) method.