Update README.md

This commit is contained in:
David Brazda
2024-06-27 14:23:40 +02:00
committed by GitHub
parent eb2c24e157
commit f90e7789ab

View File

@ -79,7 +79,7 @@ pane1 = Panel(
) )
# # Create the chart with the panel # # Create the chart with the panel
ch = chart([pane1], title="Chart with EntryShort/ExitShort (yellow) and EntryLong/ExitLong markers (pink)", sync=True, session=None, size="s") ch = chart([pane1], title="Chart with EntryShort/ExitShort (yellow) and EntryLong/ExitLong markers (pink)", session=None, size="s")
``` ```
<img width="800" alt="image" src="https://github.com/drew2323/lightweight-charts-python/assets/28433232/0acde2bf-600e-4f45-8db0-5077822d6993"> <img width="800" alt="image" src="https://github.com/drew2323/lightweight-charts-python/assets/28433232/0acde2bf-600e-4f45-8db0-5077822d6993">