Skip to content

vgplot Mark TipOptions format - possibly incorrect parsing. #709

@venkat-oss

Description

@venkat-oss

I have a mosaic vgplot yaml specification that looks like this:

plot:
- mark: lineY
  data: { from: tabular_data }
  x: TimeMinutes
  y: Value
  stroke: MetricName
  tip: {format: {x: true, y: true, stroke: true, z: false }}
width: 900
height: 580

Expected behavior of the plot tip with format option:
MetricName system.cpu.load_average.1m {color}

Observed behavior of the plot tip with format option:
stroke system.cpu.load_average.1m {color}

Image for reference:
Image

Is this expected or am I providing an incorrect chart specification? Thank you for the great work on this!!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions