You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In specifically the heatmap, when additional attributes Preop HGB and Postop HGB are added, their datapoints escape the column boundary (they should be contained and scaled correctly). When clicking APR-DRG Weight the datapoints are so spread out they reach into the heatmap itself.
Screenshots
With APR-DRG Weight, datapoints everywhere.
Possible files
Possibly GeneratorExtraPair.tsx
Found With
Luke's PC, random dummy dataset, development mode
To Reproduce
Add Heatmap
Add additional attribute of Preop HGB or Postop HGB or APR-DRG Weight
Theories
Given that the Cost-Savings chart does not have this issue, I doubt this is strictly a data problem, but a rendering problem.
Possible Steps
Compare how cost-savings chart renders its additional attributes vs heatmap
Ensure that Preop HGB or Postop HGB or APR-DRG Weight have data contained correctly.
The text was updated successfully, but these errors were encountered:
Description
In specifically the heatmap, when additional attributes
Preop HGB
andPostop HGB
are added, their datapoints escape the column boundary (they should be contained and scaled correctly). When clickingAPR-DRG Weight
the datapoints are so spread out they reach into the heatmap itself.Screenshots
With
APR-DRG Weight
, datapoints everywhere.Possible files
Possibly
GeneratorExtraPair.tsx
Found With
Luke's PC, random dummy dataset, development mode
To Reproduce
Preop HGB
orPostop HGB
orAPR-DRG Weight
Theories
Given that the Cost-Savings chart does not have this issue, I doubt this is strictly a data problem, but a rendering problem.
Possible Steps
Preop HGB
orPostop HGB
orAPR-DRG Weight
have data contained correctly.The text was updated successfully, but these errors were encountered: