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

Is it possible to change the orientation of circular tracks? #280

Closed
flekschas opened this issue Mar 1, 2021 · 3 comments · May be fixed by #1078
Closed

Is it possible to change the orientation of circular tracks? #280

flekschas opened this issue Mar 1, 2021 · 3 comments · May be fixed by #1078
Assignees
Labels
grammar Something related to the grammar

Comments

@sehilyi
Copy link
Member

sehilyi commented Mar 2, 2021

I agree. We plan to implement the clockwise one, and I think we should use it by default.

(related #76)

@sehilyi sehilyi added the grammar Something related to the grammar label Mar 2, 2021
@sehilyi sehilyi moved this to Undetermined in Gosling.js Roadmap Jun 5, 2024
@sehilyi sehilyi added the v1.0.0 label Jun 5, 2024
@etowahadams etowahadams self-assigned this Jun 10, 2024
@etowahadams
Copy link
Contributor

Example of a circular track with counterclockwise axis:

image
{
  "layout": "circular",
  "tracks": [
    {
      "width": 400,
      "height": 400,
      "data": {
        "url": "https://resgen.io/api/v1/tileset_info/?d=UvVPeLHuRDiYA3qwFlm7xQ",
        "type": "multivec",
        "row": "sample",
        "column": "position",
        "value": "peak",
        "categories": ["sample 1"],
        "binSize": 5
      },
      "mark": "bar",
      "x": {"field": "start", "type": "genomic", "axis": "bottom"},
      "xe": {"field": "end", "type": "genomic"},
      "y": {"field": "peak", "type": "quantitative", "axis": "right"},
      "size": {"value": 5}
    }
  ]
}

@sehilyi
Copy link
Member

sehilyi commented Mar 7, 2025

This can be revisited after we work on removing HiGlass dependencies (#1113). Closing this for now.

@sehilyi sehilyi closed this as completed Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grammar Something related to the grammar
Projects
Status: Undetermined
Development

Successfully merging a pull request may close this issue.

3 participants