Example of Default in React Smith Chart Component

/
/
Default

This sample visualizes two transmissions in Smith chart. Rendering Smith chart can be changed by using the Render Type in properties panel.

More Details...

Loading....
Description

In this example, you can see how to render a Smith chart with multiple series. Legend has been enabled to denote the series in Smith chart.

Tooltip is enabled in this example. To see the tooltip in action, hover the mouse over a data point or tap a data point in touch enabled devices


Injecting Module

Smith chart component features are segregated into individual feature-wise modules. To use a tooltip, inject the Tooltip module using the SmithChart.Inject(TooltipRender) method, and use a legend by injecting the Legend module using the SmithChart.Inject(Legend) method.