Skip to content

Commit 20b2dc3

Browse files
committed
Add missing extract info
1 parent 50214ff commit 20b2dc3

File tree

1 file changed

+1
-0
lines changed
  • chart_data_extractor/e2b_charts/graphs

1 file changed

+1
-0
lines changed

chart_data_extractor/e2b_charts/graphs/bars.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class BoxAndWhiskerGraph(Graph2D):
5858
elements: List[BoxAndWhiskerData] = Field(default_factory=list)
5959

6060
def _extract_info(self, ax: Axes) -> None:
61+
super()._extract_info(ax)
6162
labels = [item.get_text() for item in ax.get_xticklabels()]
6263

6364
boxes = []

0 commit comments

Comments
 (0)