topvisor_get_summary_chart
Retrieve position distribution over time for a project and single region, returning dated chart series for rendering.
Instructions
Get chart data showing position distribution over time for a project and single region. Returns dates array and seriesByProjectsId for chart rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| region_index | Yes | Single region index (from topvisor_list_regions) | |
| date1 | No | YYYY-MM-DD start date (use with date2) | |
| date2 | No | YYYY-MM-DD end date (use with date1) | |
| dates | No | Array of specific dates. Use either dates OR date1+date2 | |
| competitor_id | No | ||
| type_range | No | Date range type (default 2) | |
| only_exists_first_date | No | ||
| show_tops | No | ||
| show_avg | No | ||
| show_visibility | No |