diff --git a/google/colab/_quickchart_helpers.py b/google/colab/_quickchart_helpers.py index 8b10be64..a54060a9 100644 --- a/google/colab/_quickchart_helpers.py +++ b/google/colab/_quickchart_helpers.py @@ -71,13 +71,13 @@ def as_datetime(series): class ChartSectionType: - HISTOGRAM = 'histogram' - VALUE_PLOT = 'value_plot' - HEATMAP = 'heatmap' - LINKED_SCATTER = 'linked_scatter' CATEGORICAL_HISTOGRAM = 'categorical_histogram' FACETED_DISTRIBUTION = 'faceted_distribution' + HEATMAP = 'heatmap' + HISTOGRAM = 'histogram' + LINKED_SCATTER = 'linked_scatter' TIME_SERIES_LINE_PLOT = 'time_series_line_plot' + VALUE_PLOT = 'value_plot' class ChartSection: