ccsh
CSVimporter produces almost empty AttributeDescriptors, which break tooltip logic in the Visualization
#3642
Labels
CSVimporter produces almost empty AttributeDescriptors, disrupts UI in visualization
Expected Behavior
cc.json generated by CSVimporter
WHEN loading it into the front end
THEN I would expect to get default metric description (e.g. in the legend), as the parser does not provide extended metadata
Actual Behavior
The empty strings from the AttributeDescriptors get used to build titles, tooltips, etc.
Screenshots
Dev Comments
We put the direction in the AttributeDescriptors, but every other field is empty. Because the Visualization assumes that there is a description if there is an entry in the AttributeDescriptors Map, it builds up the title etc. from empty strings.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: