Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get titles on repeated pie charts #9263

Open
1 task done
mtravers opened this issue Feb 15, 2024 · 0 comments
Open
1 task done

Can't get titles on repeated pie charts #9263

mtravers opened this issue Feb 15, 2024 · 0 comments
Labels

Comments

@mtravers
Copy link

Bug Description

I have a row of 3 pie charts, using repeat. The charts are fine but I can't get titles to display for them, no matter what I try.

{
  "data": {
    "values": [
      {"site": "CoH", "patients": "6", "samples": "11", "features": "8970"},
      {"site": "CHOP", "patients": "94", "samples": "218", "features": "8942"},
      {"site": "UCLA", "patients": "12", "samples": "20", "features": "8665"},
      {"site": "UCSF", "patients": "86", "samples": "234", "features": "12889"}
    ]
  },
  "repeat": ["patients", "samples", "features"],
  "spec": {
    "title": {"text": {"repeat": "repeat"}},
    "mark": {"type": "arc"},
    "encoding": {
      "color": {
        "field": "site",
        "type": "nominal"
      },
      "theta": {"field": {"repeat": "repeat"}, "type": "quantitative"},
    }
  }
}

https://vega.github.io/editor/#/url/vega-lite/N4IgJghgLhIFygG4QDYFcCmBneBtUWAllBvCAMID2AEiADQgAO0hGAdlDnCAGz0hYIAW0YpsZAIwT+AMwzQ0AJ3HcAHAE4A7AAYQAXzoFipbuWoB5AAr9mUVhy4h1AFn6CRYxwCYJq2fKglFRANZy99QwFjMgBVcgAZAEEbFnZOSXCGd1Fgr10GOQVlR1UeHgBWCKMSWPIAZQAxFLs0kr4s4RzvAGZXAoCgxwkvVQ19AF0DEGVGALwmVIc3Ts9-IvFxrNmAY3hQOygxPZASAA8oY5m57ivofSmhCEUAa2OoAE9ZsifdqfZtyhgQhsADmxwBKEoimOMlYKDAZCINQYHy+3DYlCEwNQEROAAsMDAYXCEQhphhZncbhS5lNUSYQABHNAQDjEFiIUh6bl6IA

Checklist

  • I checked for duplicate issues.

See https://vega-js.slack.com/archives/C4R371X41/p1707951282019609

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant