df and sr accessor enhancements

This commit is contained in:
David Brazda
2024-10-04 11:54:24 +02:00
parent 7986aa9195
commit c4356bef3a
10 changed files with 195 additions and 20 deletions

View File

@ -2,4 +2,4 @@ from .abstract import AbstractChart, Window
from .chart import Chart
from .widgets import JupyterChart
from .polygon import PolygonChart
from .helpers import chart, Panel, PlotAccessor
from .helpers import chart, Panel, PlotSRAccessor, PlotDFAccessor