def text()

in chartify/_core/plot.py [0:0]


    def text(
        self,
        data_frame,
        categorical_columns,
        numeric_column,
        text_column,
        color_column=None,
        color_order=None,
        categorical_order_by="values",
        categorical_order_ascending=False,
        font_size="1em",
        x_offset=0,
        y_offset=0,
        angle=0,
        text_color=None,