You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
[BUG] - layers.circle.paint.circle-radius: Input/output pairs for "interpolate" expressions must be arranged with input values in strictly ascending order #103
Describe the bug
The map visual is used to show ticket locations, and the dashboard has also a table showing the list of tickets and their details. For each ticket, there could be no location, single location or multiple locations.
The issue I encountered is that everytime when I click a row to select a ticket in the table, the map visual gave the error message "layers.circle.paint.circle-radius: Input/output pairs for "interpolate" expressions must be arranged with input values in strictly ascending order"
Expected behavior
The map should show only the locations of the selected ticket or show nothing if there is no location for the ticket.
Describe the bug
The map visual is used to show ticket locations, and the dashboard has also a table showing the list of tickets and their details. For each ticket, there could be no location, single location or multiple locations.
The issue I encountered is that everytime when I click a row to select a ticket in the table, the map visual gave the error message "layers.circle.paint.circle-radius: Input/output pairs for "interpolate" expressions must be arranged with input values in strictly ascending order"
Expected behavior
The map should show only the locations of the selected ticket or show nothing if there is no location for the ticket.
Screenshots
