Aggregates contact counts by calendar month summed across every year, rendered as an inline SVG bar chart above the table. Months with no contacts render as a 0-height tick so the x-axis stays continuous at 12 bars. Respects the same scope visibility the table uses, so private contacts a viewer can't see don't leak into the chart counts. Each <rect> carries data-month / data-month-count for testability and a <title> for hover. |
||
|---|---|---|
| .. | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| endpoint.ex | ||
| live_helpers.ex | ||
| live_table_footer.ex | ||
| live_table_resource.ex | ||
| location_resolver.ex | ||
| metrics_plug.ex | ||
| router.ex | ||
| skew_t.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||