Charts and Plots
Widgets for graphically representing data, such as bar charts, line graphs, or scatter plots
LineChart
A widget that shows data as line graphs, ideal for tracking trends or comparing different data sets.
HeatmapChart
Shows data in a color-coded matrix, typically used to represent the intensity or frequency of occurrences, with colors representing the value ranges
ApexChart
Versatile charting widget capable of displaying data in a variety of visual formats such as line, area, or bar charts
ConfusionMatrix
Specialized chart for displaying the performance of a machine learning model, showing the actual versus predicted classifications and commonly used in classification problems to identify model performance
LinePlot
Similar to the LineChart, it displays data as a series of points connected by lines, which is typically used to observe trends and patterns in data over a continuous interval
GridPlot
Widget allows displaying multiple plots in a grid layout, enabling the comparison of different datasets or different aspects of a single dataset side by side
ScatterChart
Widget is used to display a scatter plot of numerical data, which is beneficial for identifying the relationship or correlation between two variables
Last updated
Was this helpful?