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
Thanks as always for a great package.
The time_scale option requires the bar_spacing parameter.
If you use min_bar_spacing, there is a limit to the zoom out of the chart in juypter notebook.
Code example
deftime_scale(self, right_offset: int=0, `bar_spacing: float = 6,`min_bar_spacing: float=0.5,
visible: bool=True, time_visible: bool=True, seconds_visible: bool=False,
border_visible: bool=True, border_color: Optional[str] =None):
""" Options for the timescale of the chart. """self.run_script(f'''{self.id}.chart.applyOptions({{timeScale: {js_json(locals())}}})''')
Method of implementation
No response
The text was updated successfully, but these errors were encountered:
Description
Thanks as always for a great package.
The time_scale option requires the bar_spacing parameter.
If you use min_bar_spacing, there is a limit to the zoom out of the chart in juypter notebook.
Code example
Method of implementation
No response
The text was updated successfully, but these errors were encountered: