yAxis property
By default, the y_axis is HISTOGRAM_YAXIS_DOCUMENT if this field is not set. Possible string values are:
- "HISTOGRAM_YAXIS_DOCUMENT" : Count the documents per property name.
- "HISTOGRAM_YAXIS_PROPERTY" : Count the properties per property name.
Implementation
core.String? yAxis;