Gauge Chart (todo)

In this article, we will explain how to create and customize a Gauge chart. So let's get started!

A gauge or dial chart is a type of chart that displays a single data point in the form of a dial or gauge. It is often used to display data such as current values, progress, or status. Gauge charts are typically used when you want to show a single value in relation to a set of predefined scales or thresholds.

For example, a gauge chart might be used to display the current temperature in a room, with the dial pointing to the current temperature on a scale from 50 to 80 degrees. Another example might be a gauge chart showing the current fuel level in a car, with the dial indicating the percentage of fuel remaining on a scale from 0 to 100%.

Gauge charts can be useful for quickly visualizing a single data point within a specific range, and can be especially useful for displaying data that is constantly changing, such as real-time data. They are often used in dashboards and other visualizations where it is important to quickly convey information at a glance.

Here is an example of a gauge chart using sample data:

Imagine that we want to display the current temperature in a room using a gauge chart. The temperature in the room can range from 50 to 80 degrees, and we want to display the current temperature on the chart. Here is some sample data we could use:

Sample data:

How-to build a line chart?

  1. Navigate to Add New Chart screen

  2. Configure and customize the chart to create the desired visualization.

Tree map chart configuration:

The configuration shown illustrates how to map the two nodes, population and per-capita to create a tree map chart:

In addition to mapping nodes, to create a tree chart, you will need to assign values to each node that determine its size and color. The sizes and colors are relative to all other nodes in the chart, so you can use them to highlight certain nodes or groups of nodes.

If a node is a leaf node (i.e., it has no children), you can specify its size and color. If it is not a leaf node, it will be displayed as a bounding box for leaf nodes. This helps to visually group nodes and make it easier to understand the relationships between them.

The default behavior of a tree chart is to move down the tree when a user left-clicks a node, and to move back up the tree when a user right-clicks the chart. This allows you to easily navigate through the tree and explore the data.

Please note:

  • Remember to set one node as the root with "null" in the parent node column.

  • Make sure that all parent and child nodes are unique, with no self-references. For example, if mapping New York State to New York City, use "New York City" as the child node and "New York State" as the parent node.

  • Make sure that all child nodes have a parent node.

Tree map chart customization options

Infinity offers many customization options for your table map chart. To access these options, click on the customize tab in the chart builder screen. This will display a list of customization options.

Here is a list of notable customization options for the line chart.

There are a few useful tips to keep in mind when using tree map charts:

  1. Make sure to clearly label the chart and include a descriptive title.

  2. Use a clear and readable font for the labels and data values to make it easier for readers to understand the chart.

  3. Use appropriate coloring and shading to differentiate between the different data points and to make the chart visually appealing.

  4. Consider using hover-over text or other interactive elements to help users explore the data and understand the relationships between the different data points.

Last updated