Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Simplify row headers #185

Merged
merged 2 commits into from Apr 13, 2021
Merged

Simplify row headers #185

merged 2 commits into from Apr 13, 2021

Conversation

gbirke
Copy link
Member

@gbirke gbirke commented Apr 12, 2021

This commit removes the concept of nested row headers. Originally
created for tables and row spans, then trying to display horizontal
headers, the algorithm in createRowHeaders that tried to build the
data structure for the headers was not working properly.

The new concept uses the first element of the Y-Axis sorting order array
as the header and displays all other information beneath each
screenshot.

Repetition of 202e5fb which was
accidentally pushed to the main branch.

Repetition of 202e5fb which was
accidentally pushed to the main branch.

This commit removes the concept of nested row headers. Originally
created for tables and row spans, then trying to display horizontal
headers, the algorithm in `createRowHeaders` that tried to build the
data structure for the headers was not working properly.

The new concept uses the first element of the Y-Axis sorting order array
as the header and displays all other information beneath each
screenshot.
@gbirke gbirke requested review from Abban and moiikana April 12, 2021 08:11
@Abban Abban merged commit 72bd729 into master Apr 13, 2021
@Abban Abban deleted the fix-row-headers branch April 13, 2021 08:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants