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:

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

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?
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
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:
What seems to be intended/possible but not currently functioning:

Environment (please complete the following information):
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?