hvPlot Explorer fails without recovery option when selecting certain chart types
When selecting certain chart types using the 'Kind' field, errors like the ones below occur.
This is not recoverable for the user by selecting a different value for 'Kind'. The application stops responding after the error occurs.
It seems the only fix is to refresh the whole page, and re-execute the code.
Testing so far:
When only changing the value of the 'Kind' field, after executing the application in the doc page:
Chart types in 'Kind' before Bivariate: no error.
Bivariate: Rendering failed with following error: can't multiply sequence by non-int of type 'float'
hexbin: error
vectorfield: Rendering failed with following error: NoneType type could not be interpreted as Dimension. Dimensions must be declared as a string, tuple, dictionary or Dimension type.
violin: no error.
Other types: untested so far.
Is this because certain chart types simply do not match with the default values in the application? If so, this could be pointed out as guidance in the doc.
Is there a way to make the application more robust, so it can recover from this failure when this error occurs, by the user selecting a different value in 'Kind'?
https://panel.holoviz.org/gallery/hvplot_explorer.html
This does not seem like a Panel issue.