Chart Visualization Skill This skill provides a comprehensive workflow for transforming data into visual charts. It handles chart selection, parameter extraction, and image generation. Workflow To visualize data, follow these steps: 1. Intelligent Chart Selection Analyze the user's data features to determine the most appropriate chart type. Use the following guidelines (and consult for detailed specs): - Time Series : Use (trends) or (accumulated trends). Use for two different scales. - Comparisons : Use (categorical) or . Use for frequency distributions. - Part-to-Whole : Use or (hierarchica…