Skip to content

Conversation

gizmoguy
Copy link

@gizmoguy gizmoguy commented Sep 17, 2025

This PR fixes a few different bugs with field selection for row names, column names and values.

Currently if a field is selected to use as the row/column names, but the field doesn't actually exist in the dataframe, this exception will occur:
Screenshot_20250917_183146

If the static row/column name option is enabled but no row or column names are provided, this exception will occur:
Screenshot_20250917_183108

I have also moved the row/column/value options to use the grafana-ui native FieldNamePicker, and updated the field selection logic in dataParser.ts to add support for renamed data fields (by changing the data source display name or using a transformation).

This fixes #17
This fixes #8

@gizmoguy gizmoguy changed the title Make row/column/value selection more robust Make row/column/value field selection more robust Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant