Column Data Types

Each chart type has specific requirements for its data columns, either text or numeric. To avoid Javascript errors, Plotalot does not allow charts to be created with the wrong column types.

Plotalot determines the data type of a column by examining the data returned. It does not look at the database column definitions. Text columns can consist of text and/or numbers. Numeric columns must only contain numbers.

The query requirements for each column are listed with the detailed descriptions of each chart type, later in this guide.