nickjustincase

Results 3 issues of nickjustincase

### Expected Behavior moving mouse over charts during chart update is ok :) ### Current Behaviour ``` charts = [ main_chart, main_chart.create_subchart(toolbox=True, position='top', width=0.5, height=0.5, sync=True, sync_crosshairs_only=True), main_chart.create_subchart(toolbox=True, position='left', width=0.5,...

bug

### Expected Behavior Possible fix: - def _set_interval(self, df: pd.DataFrame) - def _df_datetime_format(self, df: pd.DataFrame, exclude_lowercase=None) - def _single_datetime_format(self, arg) -> float patches: 1. time interval s (possible issues if...

bug

### Expected Behavior Exception error handling from js to python if show show_async() or show(block=False). file log contains exception data. Very helpful if smth corrupted or wrong data (eg. try...

bug