Build a trend analytics panel as a self-contained HTML section.
Renders a line (sparkline) chart (Chart.js) for activity levels over time
with week-over-week / month-over-month change indicators and a <noscript>
comparison table.
Returns an empty string when trend is null/undefined or has no metric
data points.
Build a trend analytics panel as a self-contained HTML section. Renders a line (sparkline) chart (Chart.js) for activity levels over time with week-over-week / month-over-month change indicators and a
<noscript>comparison table.Returns an empty string when
trendis null/undefined or has no metric data points.