Have found a bug when rendering a height chart. When a bone age measurement is present but has a 'null' value comment, the chart throws the following error:
I've fixed this temporarily in our implementation by sending an empty string value to the 'bone_age_text' param of the API.
File: src\functions\tooltips.ts
Proposed fix: check bone_age_label is not null before checking length property.
Hi team,
Have found a bug when rendering a height chart. When a bone age measurement is present but has a 'null' value comment, the chart throws the following error:
I've fixed this temporarily in our implementation by sending an empty string value to the 'bone_age_text' param of the API.
File: src\functions\tooltips.ts Proposed fix: check bone_age_label is not null before checking length property.
The error:
Before hovering over bone age:
After hovering over bone age: