NOAA-GSL / vxDataProcessor

A parallel data processing project for MATS
Other
1 stars 0 forks source link

implement tooltips #94

Closed randytpierce closed 1 year ago

randytpierce commented 1 year ago

We were asked to implement tooltips that could show some of the data behind the cell i.e. the significance stat (pValue), stat, etc. This should be an easy thing to do, but it needs to be coordinated with the MATS scorecard app.

It might be possible to make the scorecard app detect if the tooltip is present and act accordingly. That is probably the proper way to implement this.

randytpierce commented 1 year ago

This is in progress but on an "as time is available" basis. There aren't any mysteries here, just a little busy work. The plan is to have the data processor fill in a structure for a value instead of an integer value. The scorecard app needs to be modified so that it recognizes if a scorecard value is an integer or a structure. If it is a structure then the tooltip will fill in the data from the structure. If it is an integer it will provide a placeholder tooltip of some sort.

randytpierce commented 1 year ago

This is finished now