Skip to content

Commit 0c6ec5f

Browse files
committed
docs(time-pivot): explain the grain-vs-frequency relationship in the control
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ff3e0a2 commit 0c6ec5f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

  • superset-frontend/plugins/plugin-chart-echarts/src/TimePivot

superset-frontend/plugins/plugin-chart-echarts/src/TimePivot/controlPanel.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,13 @@ const config: ControlPanelConfig = {
5353
['4W-MON', t('4 weeks (freq=4W-MON)')],
5454
],
5555
description: t(
56-
`The periodicity over which to pivot time. Users can provide
57-
"Pandas" offset alias.
58-
Click on the info bubble for more details on accepted "freq" expressions.`,
56+
`The periodicity over which to pivot time. Each period becomes
57+
its own overlaid series, so pick a Time Grain finer than this
58+
frequency to see lines (e.g. Day grain with a weekly
59+
frequency); with one data point per period each series renders
60+
as a single dot. Users can provide "Pandas" offset aliases.
61+
Click on the info bubble for more details on accepted "freq"
62+
expressions.`,
5963
),
6064
tooltipOnClick: () => {
6165
window.open(

0 commit comments

Comments
 (0)