Conversation
* feat(components): add pin-able ExemplarMetadataTooltip Tooltip showing a single exemplar's metadata (series labels, exemplar labels, value and timestamp) that follows the mouse while an exemplar marker is hovered and can be pinned in place when the marker is clicked, built on the shared tooltip helpers (assembleTransform, getTooltipStyles, useMousePosition) — same interaction as the annotation tooltip — so panels can render it next to the chart, HeatMapChart included later. Signed-off-by: Juliano Costa <juliano.costa@datadoghq.com>
Signed-off-by: Celian GARCIA <celian.garcia@amadeus.com>
Signed-off-by: Celian GARCIA <celian.garcia@amadeus.com>
Signed-off-by: Celian GARCIA <celian.garcia@amadeus.com>
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
Pivot multi-series table rows into a time × label matrix (Grafana groupingToMatrix parity). - empty rowField/valueField treated as defaults - Object.hasOwn; resolvePivotKey at module scope - skip blank labels; sort() on fresh arrays - disambiguate label colliding with row column name - skip final alpha sort only when last enabled transform is PivotByLabel - unit + TransformsEditor tests Signed-off-by: colivi <charles.olivi@gmail.com>
…erses#285) replaceVariables only matched unencoded $name. Explore deep-links put PromQL in data= where $var is percent-encoded. - replaceVariablesInUrl next to replaceVariables - useReplaceVariablesInUrl hook (mirror useReplaceVariablesInString) - LinksDisplay uses the hook for all dashboard/panel link hrefs - rebuild query pairs in original order; preserve relative path prefix Signed-off-by: colivi <charles.olivi@gmail.com>
…#243) * [FEATURE] Add dashboard versioning Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Enforce version selected Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Add versioning to panel type Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Add update drawer Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Handle dev plugin Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Reviewing Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Apply review changes Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Fix unlock + lock button Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Apply Gabriel feedbacks Signed-off-by: Guillaume LADORME <gladorme@gmail.com> * Only show update button if lock mode is available Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Separate update button in its own prop Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Apply Gabriel feedbacks Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> --------- Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> Signed-off-by: Guillaume LADORME <gladorme@gmail.com>
… ReactGridLayout by Snapgrid) (perses#296) * [ENHANCEMENT] Replace grid layout with Snapgrid - Enable dragging panels between groups - Add browser regression coverage and CI validation Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Remove browser tests Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Fable review Signed-off-by: Guillaume LADORME <gladorme@gmail.com> Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Remove README Signed-off-by: Guillaume LADORME <gladorme@gmail.com> Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [BUGFIX] Restore grid columns after fullscreen repeated panels - Add regression coverage for panel and group repeat variables - Render the viewed repeated panel as a single-column item Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [BUGFIX] Preserve resized panel dimensions across breakpoints - Add regression coverage for responsive and repeated panel resizing - Restore saved panel positions when switching back to edit mode Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Apply review fix Signed-off-by: Guillaume LADORME <gladorme@gmail.com> * Remove useless useEffect Signed-off-by: Guillaume LADORME <gladorme@gmail.com> * Rename updatePanelGroupLayoutsGrid to updatePanelGroupLayouts Signed-off-by: Guillaume LADORME <gladorme@gmail.com> * Small render improvement Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> --------- Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> Signed-off-by: Guillaume LADORME <gladorme@gmail.com>
Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com>
Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com>
Signed-off-by: Jenny Zhu <jenny.a.zhu@gmail.com>
…and Alert primitives (perses#213) Signed-off-by: Jenny Zhu <jenny.a.zhu@gmail.com>
Signed-off-by: Jenny Zhu <jenny.a.zhu@gmail.com>
… and remove CommonJS (perses#300) Signed-off-by: Jenny Zhu <jenny.a.zhu@gmail.com>
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
Screenshots
Checklist
[<catalog_entry>] <commit message>naming convention using one of thefollowing
catalog_entryvalues:FEATURE,ENHANCEMENT,BUGFIX,BREAKINGCHANGE,DOC,IGNORE.UI Changes
See e2e docs for more details. Common issues include: