Skip to content

fixedWindowRollup produces error #295

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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