mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix(charts): apply resample before rolling window in post-processing pipeline (#37987)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -431,5 +431,5 @@ test('should add a formula annotation when X-axis column has dataset-level label
|
||||
expect(formulaSeries).toBeDefined();
|
||||
expect(formulaSeries?.data).toBeDefined();
|
||||
expect(Array.isArray(formulaSeries?.data)).toBe(true);
|
||||
expect((formulaSeries?.data as unknown[])?.length).toBeGreaterThan(0);
|
||||
expect((formulaSeries!.data as unknown[]).length).toBeGreaterThan(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user