Skip to content

fixedWindowRollup produces error #295

@Mottoweb

Description

@Mottoweb
const resolutionWindow = window(duration("1d"));
  const bars = series.fixedWindowRollup({
    window: resolutionWindow,
    aggregation: {
      c: { c: avg() } as unknown as Aggregation<Key>,
    },
  });

produces:

TypeError: Cannot read properties of null (reading 'window')

using 1.0.0-alpha.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions