diff --git a/README.md b/README.md index 67537f8..51103bd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ Fork of lightweight-charts with enhancements and supporting proprietary workflow * colored legends * automatic colors if not provided -* support for left price scale -* as inputs it supports df,pd.series or vectorbtpro indicator object (including multi outputs) for set() method +* support for left and mid price scales +* as inputs it supports df,pd.series or vectorbtpro indicator object (including unpacking multi outputs) for set() method * new markers_set method allowing to set pd.series or dataframe as markers input +* supports simple df/sr accessors `close.lw.plot()` for quick visualization of single panel chart +* supports `ch = chart([pane1, pane2], sync=True, title="Title", size="m")` to quickly display chart with N panes (`Panels`). +* image