You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just gotten around to testing the pie chart matrix feature introduced by #371. Before anything else, I'd like to thank you for your hard work. The functionality is almost exactly what I expected.
In my project, I have the following instance of item-piechart:
And its :matrix::
For reference, here is the item-matrix it replaced:
I'd like to make a few suggestions to make it even better (from most to least important):
I'd like the ability to set a title for each column. It's too bad the optional arguments to the :matrix: attribute have already been taken: they would have been perfect for this. If you're not willing to break compatibility over this, I guess we could add an :id_labels: argument.
The subheaders are centered. Nothing else in the table is centered, but the subheaders are deliberately given a centered class. I feel like this should be left up to the theme (somehow).
Could we make the pie chart background transparent? The white background does not play nice with the default RTD theme (c.f. the borders of the screenshot). I'm not (yet) asking for a dark-theme-compatible implementation, just something that won't stand out on the off-white background.
The text was updated successfully, but these errors were encountered:
I couldn't find an alternative in the CSS stylesheet of sphinx-rtd-theme. I want the subheader to be centered. Anything else makes less sense to me. I hope you can live with the current implementation.
But I need to write a pretty specific filter to make sure I don't break centered in any other context.
But I would prefer if mlx.traceability just used class="head" to signal a heading (it is a heading, after all) instead of forcing it with a class="centered" and a <strong> tag.
Then, in your own CSS, you could center all table headings:
I've just gotten around to testing the pie chart matrix feature introduced by #371. Before anything else, I'd like to thank you for your hard work. The functionality is almost exactly what I expected.
In my project, I have the following instance of
item-piechart
:And its
:matrix:
:For reference, here is the
item-matrix
it replaced:I'd like to make a few suggestions to make it even better (from most to least important):
Result
column. This has already been requested in item-matrix should support the same categories as item-piechart #368. Without it, it's not easy to identify which record is the failing one.:matrix:
attribute have already been taken: they would have been perfect for this. If you're not willing to break compatibility over this, I guess we could add an:id_labels:
argument.centered
class. I feel like this should be left up to the theme (somehow).The text was updated successfully, but these errors were encountered: