chartify/_core/plot.py [1823:1830]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                line_width=2,
                line_color=colors,
                source=source,
            )

            self._plot_with_legend(
                self._chart.figure.circle,
                legend_group=legend,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



chartify/_core/plot.py [1846:1853]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                line_width=2,
                line_color=colors,
                source=source,
            )

            self._plot_with_legend(
                self._chart.figure.circle,
                legend_group=legend,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



