ChartTypeΒΆ

class inmydata.StructuredData.ChartType(value)

Bases: Enum

Enum representing different types of charts that can be generated by the inmydata platform.

Column

Represents a column chart.

Pie

Represents a pie chart.

Area

Represents an area chart.

Bar

Represents a bar chart.

Scatter

Represents a scatter plot.

Bubble

Represents a bubble chart.

Grid

Represents a grid chart.

Area = 2
Bar = 3
Bubble = 5
Column = 0
Grid = 6
Pie = 1
Scatter = 4