Line Chart
Line charts are the default choice for showing change over an ordered domain. Use VisLine inside VisXYContainer; for categorical labels, map rows to numeric indexes and format the x-axis ticks back to text.
Multiple series
Pass an accessor array to y when the series share the same domain. Keep that array in the same order as the non-domain entries in ChartRoot.config.
Single series
A single accessor keeps the chart focused and lets the series config provide a local palette override. A thicker line works well when there is no second series to distinguish.
Dashed comparison
Use a dashed line for a target, forecast, or previous period rather than introducing another saturated color. The dash accessor receives the series index.
Avoid placing unrelated metrics on the same line chart. If the series require different units or scales, separate them into charts or normalize the data explicitly.