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

make xena chart (chart.js) follow spreadsheet densematrix zoom #389

Open
jingchunzhu opened this issue Mar 5, 2019 · 2 comments
Open

make xena chart (chart.js) follow spreadsheet densematrix zoom #389

jingchunzhu opened this issue Mar 5, 2019 · 2 comments

Comments

@jingchunzhu
Copy link
Collaborator

  1. https://xenabrowser.net/heatmap/?bookmark=70bafda02f5677785540ba3cfe34e44c
  2. https://xenabrowser.net/heatmap/?bookmark=afb724ece938801a4773f43f165f42db

Under chart mode, the y axis is not allowed to be set to column D (1). This is because for the y axis, the maximum allowed number of subcolumns in a densematrix column (D) is 10. On the spreadsheet, user can zoom to a region with <=10 subcolumns, however, the current chart.js code does not take that under consideration. The goal is to modify chart.js to consider zoom status, and if the number of subcolumns is less than 10, allow it to be used for y axis in the second example (https://xenabrowser.net/heatmap/?bookmark=afb724ece938801a4773f43f165f42db).

@jingchunzhu jingchunzhu changed the title make xena chart (chart.js) follow to spreadsheet densematrix zoom make xena chart (chart.js) follow spreadsheet densematrix zoom Mar 5, 2019
@antontelichenko
Copy link

Hi, I want to help, but I can`t understand what am I need to do.
I checked these two links and I saw that in the second link in the column D seven subcolumns, they are displayed on the X-axis. They should be displayed on the Y-axis if them less than ten, right?

@jingchunzhu
Copy link
Collaborator Author

jingchunzhu commented Mar 13, 2019

@geka412315

I checked these two links and I saw that in the second link in the column D seven subcolumns, they are displayed on the X-axis

No it is not.

They should be displayed on the Y-axis if them less than ten, right?

That's the goal to achieve for this issue. But it is not yet.

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

No branches or pull requests

2 participants