charttype
Charttype is a classification used in data visualization to indicate how data should be visually rendered in a chart. It is typically a configuration option that selects the rendering logic for a data series or chart container. The specific meaning of charttype varies by plotting library, but it generally determines how data points are positioned, connected, and displayed.
Common values for charttype include line, bar (or column), pie, scatter, area, histogram, radar, heatmap, and bubble.
In practice, charttype is exposed as a property or parameter and can usually be set during initialization
Choosing a charttype affects several aspects of the chart, including axes configuration and scales, stacking behavior,
Performance and accessibility considerations apply as well. Large datasets may require optimizations, and color choices, labels,