chart-editing
Installation
SKILL.md
Chart Editing
Edit .chart.yml files that define OWID Grapher chart configurations, then preview changes.
File Locations
- Chart configs:
etl/steps/graph/<namespace>/<version>/<short_name>.chart.yml - Schema:
schemas/chart-schema.json(read this to understand valid fields) - DAG definitions:
dag/graph/<namespace>.yml(maps graph steps to data dependencies)
Before Editing
- Read the schema at
schemas/chart-schema.jsonto understand all valid fields, enums, and nested structures - Read the target
.chart.ymlto understand current config - Check the DAG in
dag/graph/<namespace>.ymlto understand which dataset the chart depends on