-
- Bucket: {yDisp(yBucketMin)} - {yDisp(yBucketMax)}
-
+ {data.yLayout === BucketLayout.unknown ? (
+
{yDisp(yBucketMin)}
+ ) : (
+
+ Bucket: {yDisp(yBucketMin)} - {yDisp(yBucketMax)}
+
+ )}
{getFieldDisplayName(countField!, data.heatmap)}: {count}
- {renderExemplars()}
{links.length > 0 && (