Source code for row_summary_box_plot

from mdvtools.charts.base_plot import BasePlot

[docs] class RowSummaryBox(BasePlot): def __init__(self, title, param, size, position, id=None): super().__init__(title, "row_summary_box", param, size, position, id)