Line Style feature allows you to customize the appearance of the lines in the widgets. It helps you to tailor the visualizations to meet your specific needs and preferences. This feature is available in the following widgets: Line, Pareto, Combination, and Sparkline.
To customize the line style, go to Widget > Format > Chart > Line Style.
The table below describes the different fields present in the Line Style formatting:
Field | Description | Remarks |
Line Color | It allows you to select the color of the line. | The default color is white. |
Line Thickness | It allows you to specify the width of the line. | __ |
Style | The style of the line defines its pattern. | The available patterns are:
|
Marker | Markers are the small symbols used to highlight the datapoints on the line. | __ |
Marker Shape | It specifies the shape of the marker. | The available marker shapes are:
|
Marker Color | This defines the color of the marker. | __ |
Marker Size | It is used to set the size of the marker. | __ |
Stepped | It is used to draw the line in steps rather than continuous line. | __ |
Steps | It determines the style of the stepped line | Available styles are
|
First, we'll plot a line chart using dimensions and measures from the dataset. In this example, we'll plot the Maximum of Income by Ethnicity and Gender. The snippet below displays the default chart.
Now, we'll customize the line style by changing the line color, thickness, and style, as well as the marker style options, such as marker color, marker Size, and steps.
Below is the resulting customized chart.