Skip to content

Time series overviewWidth not responsive #9818

Description

@etesdahl

Describe the bug
I see that among available tags for timeseries are overviewWidth and overviewChannels:

[overviewChannels] | string |   | Comma-separated list of channel names or indexes displayed in overview.
[overviewWidth] | string | "25%" | Default width of overview window in percents

These do not appear to be responsive in my Label Studio environment or in the sandbox on your website.

Minimal XML To Reproduce

<!-- Labels (per region classification) -->
<TimeSeriesLabels name="label" toName="ts">
    <Label value="Run"/>
    <Label value="Walk"/>
</TimeSeriesLabels>

<!-- Object (source) tag for plot -->
<TimeSeries name="ts" value="$csv" valueType="url" overviewChannels="ts" overviewWidth="100%">
    <Channel column="first_column"/>
</TimeSeries>

I have tried with and without percent character, and as decimal. Have also tried with and without overviewChannels option.

Expected behavior
Full width preview window so that rater does not need to drag to full view on each timeseries task.

Screenshots
Current behavior:
Image

What seems to be intended/possible but not currently functioning:
Image

Environment (please complete the following information):

  • OS: Windows Server 2022 - PIP install
  • Label Studio Version 1.23.0

Additional context
Issue #1330 (closed) appears to address this issue... perhaps the fix applied following that has been reverted or is being over-ridden somehow?

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