File tree Expand file tree Collapse file tree
superset-frontend/plugins/plugin-chart-echarts/src/TimePivot Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments