chartify/_core/plot.py [1288:1296]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        source, factors, stack_values = self._construct_source(
            data_frame,
            categorical_columns,
            numeric_column,
            stack_column,
            normalize=normalize,
            categorical_order_by=categorical_order_by,
            categorical_order_ascending=categorical_order_ascending,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



chartify/_core/plot.py [1691:1699]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        source, factors, stack_values = self._construct_source(
            data_frame,
            categorical_columns,
            numeric_column,
            stack_column,
            normalize=normalize,
            categorical_order_by=categorical_order_by,
            categorical_order_ascending=categorical_order_ascending,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



