Custom Elements

ParaCharts is built on top of the Lit web components library, and exports two top-level custom elements: para-chart and para-chart-ai.

The para-chart element has the following properties:

Type Family Description
line Line Charts Displays data as a continuous line over intervals.
stepline Line Charts Similar to line chart but with step transitions between points.
bar Bar Charts Horizontal bars representing categorical data.
column Bar Charts Vertical bars for comparing values across categories.
lollipop Bar Charts Combines a line and a dot to emphasize data points.
histogram Histogram Shows frequency distribution of numerical data.
scatter Scatter Plots Plots individual data points on a Cartesian plane.
heatmap Scatter Plots Represents data density or magnitude using color gradients.
pie Pastry Charts Circular chart divided into slices to show proportions.
donut Pastry Charts Variant of pie chart with a hollow center.
graph Graph Graphs of mathematical functions.