Creating a Dot Plot
A dot plot represents a measure by its individual data points (without aggregation). This type of chart can be useful when the dataset is very small, with fewer than approximately 20 data points for each dimension value.
Note: If the dataset contains too many records, the chart will not be able to display all of the data points.
In this example, you will create a dot plot that displays the companies in each state. Follow the steps below:
1. Create a new Viewsheet based on the 'customers' query (under 'Data Source' > 'Orders').
2. Drag a Chart from the Component panel into the Viewsheet grid. Press the 'Edit' button on the Chart to open the Chart Editor.
3. In the Chart Editor, drag the 'state' field from the 'Dimensions' folder in the Data Source panel to the 'X' region of the Data panel.
4. Drag the 'customer_id' field from the 'Measures' folder of the Data Source panel to the 'Break By' region of the Data panel.

Alternatively, you can drag the 'customer_id' field to the 'Color', 'Shape', or 'Size' regions of the Visual panel if you wish to distinguish the data points using a visual format.
5. Press the 'Select Chart Style' button in the Data panel. Select the 'Point' type chart, and enable the 'Stack' option. Press the green 'Apply' button.

6. Press the 'Edit Measure' button next to 'customer_id'. Set the 'Aggregate' property to 'None', and press the green 'Apply' button.

You have now created a basic dot plot.

7. (Optional) Right-click on the Y-axis title and select 'Hide Title' from the context menu.
8. (Optional) Drag the 'company_name' field from the 'Dimensions' folder of the Data Source panel to the 'Break By' region of the Data panel. Place it under the existing 'customer_id' field.

This allows the chart tooltip to display both the 'customer_id' and 'company_name' values.

To further customize the tooltip, see Custom Tooltip.
| << Creating a Table-Chart Hybrid | © 1996-2013 InetSoft Technology Corporation (v11.5) | 4.4.2 Editing a Dimension >> |