We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The HTML5/JavaScript Smith Chart is a control for showing the parameters of transmission lines in high-frequency circuit applications. Its rich feature set includes features like legends, markers, tooltips, and data labels.


Rendering type

Visualize both the impedance and admittance of transmission lines with a Smith chart.

Rendering types example


Title and subtitle

Add a title and subtitle to the JavaScript Smith chart control to visualize additional information on the Smith chart. You can customize the font and alignment of the title and subtitle.

JavaScript Smith chart with title and subtitle


Multiple series

Plot any number of line series for representing data.

JavaScript Smith chart with multiple series


Axis customization

The JavaScript Smith chart control supports a horizontal axis and radial axis. The horizontal axis is used for plotting resistance values of transmission lines and the radial axis is used for plotting nonresistance values of transmission lines.

Customized axis example

JavaScript Smith chart with customized axis


Marker

Markers highlight data points to improve readability.

JavaScript Smith chart with markers


Data labels

Easily annotate the data points with labels to help improve the readability of data. The data labels in the JavaScript Smith chart control are smartly arranged to avoid intersection when there are large amounts of data.

JavaScript Smith chart with data labels


Legend

A legend provides additional information that is helpful in identifying individual series in a Smith chart. It can be docked at the left, right, top, or bottom positions around the plot area. By clicking a legend item, we can toggle series visibility.

JavaScript Smith chart rendered with legend


Animation

Animate the series in the JavaScript Smith chart while rendering.

JavaScript Smith chart with animation


Tooltip

The interactive JavaScript Smith chart displays a pop-up with additional information when the mouse is hovered over a data point.

Displays a tooltip on moving mouse over the JavaScript Smith chart


Exporting

Print or export the rendered JavaScript Smith chart to save a local copy for further use.

Print and export example

Export JavaScript Smith chart illustration

Export

You can export the Smith chart to a PDF document or in image formats such as SVG, PNG, and JPEG in client-side.

Print JavaScript Smith chart illustration

Print

Print the rendered Smith chart directly from the browser.


Touch and browser support

The interactive Smith chart control also support touch interactions.

Touch illustration

Touch support

All the Smith chart features will work on touch devices with zero configuration. Use the touch features, such as tooltips and toggling series visibility using the legend, without any customization.

Responsive illustration

Responsive

You can view the Smith chart control on various devices. Also hide specific elements in the Smith chart for particular screen sizes by making a very minimal change in the events.

Cross browser illustration

Cross-browser support

You can render Smith chart component in all the modern browsers.


JavaScript Smith Chart Code Example

Easily get started with JavaScript Smith Chart using a few simple lines of HTML and JS code example as demonstrated below. Also explore our JavaScript Smith Chart Example that shows you how to render and configure the chart.

<!DOCTYPE html>
<html>
<head></head>
<body> 
    <div id="container">
     <div id="container"></div>
    </div>
</body>
</html>
import { Smithchart } from '@syncfusion/ej2-charts';

let smithchart: Smithchart = new Smithchart({
    series: [
    {
        dataSource: [
            { resistance: 0, reactance: 0.05 }, { resistance: 0, reactance: 0.05 },
            { resistance: 0, reactance: 0.05 }, { resistance: 0, reactance: 0.05 },
            { resistance: 0, reactance: 0.05 }, { resistance: 0, reactance: 0.05 },
            { resistance: 0, reactance: 0.05 }, { resistance: 0, reactance: 0.05 },
            { resistance: 0, reactance: 0.05 }, { resistance: 0, reactance: 0.05 },
            { resistance: 0.3, reactance: 0.1 }, { resistance: 0.5, reactance: 0.2 },
            { resistance: 1.5, reactance: 0.5 }, { resistance: 2.0, reactance: 0.5 },
            { resistance: 2.5, reactance: 0.4 }, { resistance: 3.5, reactance: 0.0 },
            { resistance: 2.5, reactance: 0.4 }, { resistance: 3.5, reactance: 0.0 },
            { resistance: 2.5, reactance: 0.4 }, { resistance: 3.5, reactance: 0.0 },
            { resistance: 4.5, reactance: -0.5 }, { resistance: 5.0, reactance: -1.0 }

        ],
        name: 'Transmission1',
        reactance: 'reactance', resistance: 'resistance'
    },
    {
        points: [{ resistance: 0, reactance: 0.15 }, { resistance: 0, reactance: 0.15 },
        { resistance: 0, reactance: 0.15 }, { resistance: 0.3, reactance: 0.2 },
        { resistance: 0.3, reactance: 0.2 }, { resistance: 0.3, reactance: 0.2 },
        { resistance: 0.3, reactance: 0.2 }, { resistance: 0.3, reactance: 0.2 },
        { resistance: 0.5, reactance: 0.4 }, { resistance: 1.0, reactance: 0.8 },
        { resistance: 2.5, reactance: 1.3 }, { resistance: 3.5, reactance: 1.6 },
        { resistance: 3.5, reactance: 1.6 }, { resistance: 3.5, reactance: 1.6 },
        { resistance: 4.5, reactance: 2.0 }, { resistance: 6.0, reactance: 4.5 },
        { resistance: 8, reactance: 6 }, { resistance: 10, reactance: 25 }],
        name: 'Transmission2'
    }
    ]
});
smithchart.appendTo('#container');

Other supported frameworks

The Smith Chart component is also available in Blazor, React, Angular, and Vue frameworks. Check out the different Smith Chart platforms from the links below,



80+ JAVASCRIPT UI CONTROLS

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile