Extend Apply dimension to connect with Chart Axis current Time. #12408#12413
Merged
offtherailz merged 11 commits intoMay 21, 2026
Conversation
1 task
1 task
This was
linked to
issues
May 21, 2026
offtherailz
approved these changes
May 21, 2026
12 tasks
Contributor
|
@rowheat02 From the Chart Widget, the Show the current time on the axis is not visible.
Sample map here: https://dev-mapstore.geosolutionsgroup.com/mapstore/#/context/notimeline/66588 |
Member
|
Request failed due to following response errors:
|
Contributor
Author
|
@ElenaGallo Show current time label is changed to "Highlight selected time". Logically the same to Show current Time. |
offtherailz
pushed a commit
that referenced
this pull request
May 22, 2026
#12413) (#12423) * Slider cache issue fixes * Apply dimension for axis * fix: show tick label instead of value * configure hover only for custom Ticks * update elevation chart after when it's value from params changes * fix: avoid negative max height * fix: translations * fix: labels * fix: local env crash due to invalid cleanup * fix: apply clean up fordeleted filter interaction
6 tasks
huntsmarinho
pushed a commit
to huntsmarinho/MapStore2
that referenced
this pull request
May 31, 2026
…lutions-it#12408 (geosolutions-it#12413) * Slider cache issue fixes * Apply dimension for axis * fix: show tick label instead of value * configure hover only for custom Ticks * update elevation chart after when it's value from params changes * fix: avoid negative max height * fix: translations * fix: labels * fix: local env crash due to invalid cleanup * fix: apply clean up fordeleted filter interaction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This PR extends the apply Dimension to be able to connect with the axis of the chart(if context has no timeline)
Screen.Recording.2026-05-20.at.16.40.15.mov
Now the user can directly connect to the axis's current Time. If a timeline exists, timeline currentTime is used. If not, then the current value saved in the axis from filterWidget will be used.
Other improvements / fixes from report1 and here also included
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
#12408
Fixes Reported here #12268 (comment)
Improvement reported here: #12267 (comment)
What is the new behavior?
Apply dimension on axis
Fixes for Slider-related bugs/glitches and fixes for reported issues/improvements mentioned above in "What is the current behavior?"
User can configure the on-axis to enable a tooltip only on tickValues match.
Screen.Recording.2026-05-20.at.17.19.56.mov
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information