Adding Realtime Charts

Adding an Area Chart

Area visualization represents data as a filled-in area. Area visualization requires at least two groups of data along an axis. The X-axis is a single consecutive dimension, such as a date-time field, and the data lines are unlikely to cross. Y axis represents the metrics (measured value). X axis can also have non date-time categories. This visualization is mainly suitable for presenting accumulative value changes over time.

To add an area visualization:
  1. Open a pipeline in the Pipeline Editor.
  2. Select the required stage and click the Visualizations tab.
  3. Click Add a Visualization and then click Area Chart.
  4. Enter/select values for the following fields:
    • Name: a suitable name for the visualization. This is a mandatory field.

    • Description: a suitable description. This is an optional field.

    • Tags: suitable tags to for easy identification. This is an optional field.

    • Y Axis Field Selection: the column to be used as the Y axis. This is a mandatory field.

    • Axis Label: a label for the Y axis. This is an optional field.

    • X Axis Field Selection: the column to be used as the X axis. This is a mandatory field.

    • Axis Label: a label for the X axis. This is an optional field.

    • Orientation: select this check box if you want the visualization to appear with a horizontal orientation in the Pipeline Editor. This is optional and you can decide based on your usecase or requirement if you want to change the orientation.

    • Data Series Selection: the column to be used as the data series. This is an optional field.

  5. Click Create.
The visualization is created and you can see the data populated in it.

Adding a Bar Chart

Bar visualization is one of the widely used visualization types which represents data as a series of vertical bars. It is best suited for comparison of the values represented along y axis where different categories are spread across x axis. In a Bar visualization vertical columns represent metrics (measured values). The horizontal axis displays multiple or non-consecutive categories.

To add a bar visualization:
  1. Open a pipeline in the Pipeline Editor.
  2. Select the required stage and click the Visualizations tab.
  3. Click Add a Visualization and then click Bar Chart.
  4. Enter/select values for the following fields:
    • Name: a suitable name for the visualization. This is a mandatory field.

    • Description: a suitable description. This is an optional field.

    • Tags: suitable tags to for easy identification. This is an optional field.

    • Y Axis Field Selection: the column to be used as the Y axis. This is a mandatory field.

    • Axis Label: a label for the Y axis. This is an optional field.

    • X Axis Field Selection: the column to be used as the X axis. This is a mandatory field.

    • Axis Label: a label for the X axis. This is an optional field.

    • Orientation: select this check box if you want the visualization to appear with a horizontal orientation in the Pipeline Editor. This is optional and you can decide based on your usecase or requirement if you want to change the orientation.

  5. Click Create.
The visualization is created and you can see the data populated in it.

Adding a Bubble Chart

A bubble chart is a good option when you want to add an additional dimension to a scatter plot chart. Scatter charts compare two values, but you can add bubble size as the third variable in a bubble chart and thus enable comparison. A good example to use bubble chart is to show marketing expenditures vs revenue vs profit.

To add a bubble chart:
  1. Open a pipeline in the Pipeline Editor.
  2. Select the required stage and click the Visualizations tab.
  3. Click Add a Visualization and then click Bubble Chart.
  4. Enter/select values for the following fields:
    • Name: a suitable name for the visualization. This is a mandatory field.

    • Description: a suitable description. This is an optional field.

    • Tags: suitable tags to for easy identification. This is an optional field.

    • Y Axis Field Selection: the column to be used as the Y axis. This is a mandatory field.

    • Axis Label: a label for the Y axis. This is an optional field.

    • X Axis Field Selection: the column to be used as the X axis. This is a mandatory field.

    • Axis Label: a label for the X axis. This is an optional field.

    • Bubble Size Field Selection: select the field that you want to use as the bubble size. This is a mandatory field.

  5. Click Create.
The visualization is created and you can see the data populated in it.

Adding a Line Chart

Line visualization represents data as a line, as a series of data points, or as data points that are connected by a line. Line visualization require data for at least two points for each member in a group. The X-axis is a single consecutive dimension, such as a date-time field, and the data lines are likely to cross. X axis can also have non date-time categories. Y axis represents the metrics (measured value). It is preferred to use line visualization when data set is continuous in nature. It is best suited for trend-based plotting of data over a period of time.

To add a line visualization:
  1. Open a pipeline in the Pipeline Editor.
  2. Select the required stage and click the Visualizations tab.
  3. Click Add a Visualization and then click Line Chart.
  4. Enter/select values for the following fields:
    • Name: a suitable name for the visualization. This is a mandatory field.

    • Description: a suitable description. This is an optional field.

    • Tags: suitable tags to for easy identification. This is an optional field.

    • Y Axis Field Selection: the column to be used as the Y axis. This is a mandatory field.

    • Axis Label: a label for the Y axis. This is an optional field.

    • X Axis Field Selection: the column to be used as the X axis. This is a mandatory field.

    • Axis Label: a label for the X axis. This is an optional field.

    • Orientation: select this check box if you want the visualization to appear with a horizontal orientation in the Pipeline Editor. This is optional and you can decide based on your usecase or requirement if you want to change the orientation.

    • Data Series Selection: the field that you want to use for data selection series.

  5. Click Create.
The visualization is created and you can see the data populated in it.

Adding a Pie Chart

A pie chart is a circular graph that represents statistical data in slices. The size of each slice is proportional to the quantity of the value it represents.

To add a pie chart:
  1. Open a pipeline in the Pipeline Editor.
  2. Select the required stage and click the Visualizations tab.
  3. Click Add a Visualization and then click Pie Chart.
  4. Enter/select values for the following fields:
    • Name: a suitable name for the visualization. This is a mandatory field.

    • Description: a suitable description. This is an optional field.

    • Tags: suitable tags to for easy identification. This is an optional field.

    • Measure: the field to be used as the measure of the visualization. This is a mandatory field.

    • Group: the field to be used as the group for the visualization. This is a mandatory field.

    • Use 3D rendering: select this check box if you want to render the visualization with a 3D effect. This is an optional field.

  5. Click Create.
The visualization is created and you can see the data populated in it.

Adding a Scatter Plot

Scatter charts are primarily used for correlation and distribution analysis. This type of chart is good for showing the relationship between two different variables where one correlates to another.

To add a scatter visualization:
  1. Open a pipeline in the Pipeline Editor.
  2. Select the required stage and click the Visualizations tab.
  3. Click Add a Visualization and then click Scatter Chart.
  4. Enter/select values for the following fields:
    • Name: a suitable name for the visualization. This is a mandatory field.

    • Description: a suitable description. This is an optional field.

    • Tags: suitable tags to for easy identification. This is an optional field.

    • Y Axis Field Selection: the column to be used as the Y axis. This is a mandatory field.

    • Axis Label: a label for the Y axis. This is an optional field.

    • X Axis Field Selection: the column to be used as the X axis. This is a mandatory field.

    • Axis Label: a label for the X axis. This is an optional field.

    • Data Series Selection: the field that you want to use for data series selection. This is an optional field.

  5. Click Create.
The visualization is created and you can see the data populated in it.

Adding a Stacked Bar Chart

A stacked visualization displays sets of values stacked in a single segmented column instead of side-by-side in separate columns. It is used to show a composition. Bars for each set of data are appended to previous sets of data. The size of the stack represents a cumulative data total.

To add a stacked visualization:
  1. Open a pipeline in the Pipeline Editor.
  2. Select the required stage and click the Visualizations tab.
  3. Click Add a Visualization and then click Stacked Bar Chart.
  4. Enter/select values for the following fields:
    • Name: a suitable name for the visualization. This is a mandatory field.

    • Description: a suitable description. This is an optional field.

    • Tags: suitable tags to for easy identification. This is an optional field.

    • Y Axis Field Selection: the column to be used as the Y axis. This is a mandatory field.

    • Axis Label: a label for the Y axis. This is an optional field.

    • X Axis Field Selection: the column to be used as the X axis. This is a mandatory field.

    • Axis Label: a label for the X axis. This is an optional field.

    • Orientation: select this check box if you want the visualization to appear with a horizontal orientation in the Pipeline Editor. This is optional and you can decide based on your usecase or requirement if you want to change the orientation.

  5. Click Create.
The visualization is created and you can see the data populated in it.

Adding a Thematic Map

A thematic map is used to represent a particular theme in data connected to a geographical area. This type of map depicts the political, cultural, agricultural, sociological, and many other aspects of the geographic region, be it a city, state, country, ore region.

To add a thematic map:
  1. Open a pipeline in the Pipeline Editor.
  2. Select the required stage and click the Visualizations tab.
  3. Click Add a Visualization and then click Thematic Map.
  4. Enter/select values for the following fields:
    • Name: a suitable name for the visualization. This is a mandatory field.

    • Description: a suitable description. This is an optional field.

    • Tags: suitable tags to for easy identification. This is an optional field.

    • Map Type: the map of the region that you want to use. This is a mandatory field.

    • Location Field: the field that you want to use as the location. This is a mandatory field.

    • Data Field: the field that you want to use as the data field. This is a mandatory field.

    • Show Data Value: select this check box if you want to display the data value as marker on the visualization. This is an optional field.

  5. Click Create.
The visualization is created and you can see the data populated in it.

Updating Visualizations

You can perform the following edit and delete operations on the visualizations:

Edit Visualization

To edit a visualization:

  1. On the stage that has visualizations, click the Visualizations tab.

  2. Identify the visualization that you want to edit and click the pencil icon next to the visualization name.

  3. In the Edit Visualization dialog box that appears, make the changes you want. You can even change the Y Axis and X Axis selections. When you change the Y Axis and X Axis values, you will notice a difference in the visualization as the basis on which the graph is plotted has changed.

The following are the other updates you can make to the visualizations:
  • Maximize Visualizations: You can open the visualization in a new window/tab using the Maximize Visualizations icon in the visualization canvas.

  • Change Orientation: Based on the data that you have in the visualization or your requirement, you can change the orientation of the visualization. You can toggle between horizontal and vertical orientations by clicking the Flip Chart Layout icon in the visualization canvas.

  • Delete Visualization: You can delete the visualization if you no longer need it in the pipeline. In the visualization canvas, click the Delete icon available beside the visualization name to delete the visualization from the pipeline. Be careful while you delete the visualization, as it is deleted with immediate effect and there is no way to restore it once deleted.

  • Delete All Visualizations: You can delete all the visualizations in the stage if you no longer need them. In the visualization canvas, click the Delete All icon to delete all the visualizations of the stage at one go. Be careful while you delete the visualizations, as the effect is immediate and there is no way to restore the deleted visualizations.