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

Generate matrix with item-piechart directive #371

Merged
merged 30 commits into from
Apr 16, 2024
Merged

Conversation

JasperCraeghs
Copy link
Member

@JasperCraeghs JasperCraeghs commented Mar 13, 2024

  • rough implementation
  • tweak table layout: group by result with result in rowspan/subheader
  • clean up code
  • testing
  • documentation

Closes #368

FYI @gcrabbe

@JasperCraeghs JasperCraeghs changed the title Draft: Generate matrix with item-piechart directive Generate matrix with item-piechart directive Mar 19, 2024
@JasperCraeghs JasperCraeghs changed the title Generate matrix with item-piechart directive Draft: Generate matrix with item-piechart directive Mar 26, 2024
@JasperCraeghs
Copy link
Member Author

JasperCraeghs commented Mar 26, 2024

The case-insentivity of the labels must be taken into account. The following configuration doesn't produce any items/rows in the matrix under the subheader ERROR because it's not all lowercase:

    :result: ERROR, fail, pass
    :matrix:

This was a bug. Resolved by 23c502b

@JasperCraeghs JasperCraeghs changed the title Draft: Generate matrix with item-piechart directive Generate matrix with item-piechart directive Mar 26, 2024
doc/requirements.rst Show resolved Hide resolved
doc/requirements.rst Outdated Show resolved Hide resolved
@Letme Letme merged commit 3bc1c3d into master Apr 16, 2024
7 checks passed
@Letme Letme deleted the pie-chart-to-matrices branch April 16, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

item-matrix should support the same categories as item-piechart
2 participants