In this article
Base code block can add extra values to chart axis, like number of respondents. Configure chart base using value, format, and hide properties.
You can add an extra value to a chart axis using the Base code block, such as the number of respondents who answered a question.
Example of the Base in use
Here's an example code to configure the chart base:
base {
value,
format,
hide
}For details of the properties and settings, refer to widget chart in the CDL Reference Guide.