Skip to content

explicit start and end properties in static timewindow data result in error #70

@watery

Description

@watery

While this:

timeWindow : {
    data: {
          start : 1667257200000,
          end : 1668466800000,
    },
  },

works and centers the component view between 1 and 15 of november, explicitly defining the start and end properties:

timeWindow : {
    data: {
          start : 1667257200000,
          end : 1668466800000,
    },
    start: 'start',
    end: 'end'
  },

results in error:

Uncaught (in promise) Error: Could not configure data for timeWindow. Probably a configuration issue with key(s) start,end

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