lightweight-charts-python: Negative values are displayed incorrectly since the last update

Thanks for the latest update. I’m currently checking newest additions.

Some things: 1) There is a bug in new clear_markers() function:

code now: self.run_script(f'''{self.id}.markers = []; {self.id}.series.setMarkers([]])''') fixed code: self.run_script(f'''{self.id}.markers = []; {self.id}.series.setMarkers([])''')

Negative values are displayed incorrectly since last update Unbena3nnt

I can’t get a legend to show in a subchart. I think this did not work in previous version too?

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

1 and 3 are fixed in the latest version (1.0.13.2).