Trend [06-12-2024]
- FIXED:
- Copy Trend was not working for time zones ahead of UTC. This has been fixed.
- Trend now implements proper range adjustment for non-selected attributes in a Trend:
If you click on a non-number attribute (Boolean, enumeration, string or object), all other plot lines:
- if a non-number, will fill the space vertically
- if a number (int, float, datetime, interval), will be plotted as if it was clicked on(using it’s own range logic).
If you click on a numeric attribute (int, float, datetime, interval), all other plot lines:
- if a a non-number, will fill the space vertically
- if a number (int, float, datetime, interval), will be plotted using the range of the selected attribute (this way, the plot lines are correct with respect to each other).
-
When a user sets the minimum or maximum value of the Y-Axis for a single attribute, Trend now uses the selected value instead of the original range value of the attribute.
- When pasting a copied URL for a relative Trend link, the Duration Picker dropdown will now indicate a relative selection(Last Week, Last Hour), not an absolute one.