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

Customize heatmap axes #1952

Open
Tracked by #2320
graup opened this issue Feb 1, 2023 · 1 comment
Open
Tracked by #2320

Customize heatmap axes #1952

graup opened this issue Feb 1, 2023 · 1 comment
Labels
:axis Axis related issue enhancement New feature or request :heatmap Heatmap/Swimlane chart related issue

Comments

@graup
Copy link

graup commented Feb 1, 2023

Hi, I want to customize the heatmap axes. In particular, I want to move the bottom axis to the top. I couldn't find any example for that in the docs. I tried adding axes with

<Axis id="top" title="Y axis" position={Position.Top} />
<Axis id="left" title="X axis" position={Position.Left} />

but when I do that the chart renders nothing. Am I missing something or is this not supported?

@graup graup added the enhancement New feature or request label Feb 1, 2023
@markov00
Copy link
Member

markov00 commented Feb 1, 2023

This is currently not supported, but it will be available in the future. I can't give you an ETA for that unfortunately because we need to refactor the axes and scale concept to be sharable concepts across chart type to make them work correctly in multiple cases.

@markov00 markov00 added :axis Axis related issue :heatmap Heatmap/Swimlane chart related issue labels Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:axis Axis related issue enhancement New feature or request :heatmap Heatmap/Swimlane chart related issue
Projects
None yet
Development

No branches or pull requests

2 participants