- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Check that areaseries is actually in chart before trying to update....
Check that areaseries is actually in chart before trying to update.
When a line series is used both as a series on chart and as an
area series boundary, but not at the same time, animation can
sometimes get confused as to what series to update if the area series
is removed from the chart and the line series is added to the chart
while a series animation is running.
Task-number: QTRD-3445
Change-Id: Ia3d72d3ceba784b6e162b2c9b678acdc3e3ffcac
Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>