John Kim

Results 14 comments of John Kim

I think you can just replace the `setDisabled(!experiment.name);` in `useEffect` with `form.validateFields()`. Looks like `setDisabled(hasError || missingRequiredFields)` in `handleFieldsChange` will get called after that . As for the Full Config...

Pushed fixes for @keita-determined's last review, and also was able to address what @hkang1 mentioned regarding categorical axis labeling. The one remaining issue right now is what happens with Parallel...

created https://hpe-aiatscale.atlassian.net/browse/ET-261 for the Parallel Coordinates issue.

@keita-determined not sure if this will make sure it *never* happens, but added a change to Scatter Plots and Heat Maps charts to avoid width being too narrow for tooltip...