Sphinx plugin to generate Coverity defects report or table in reStructuredText documentation. Coverity report is then personally styled while data integrity is guaranteed.
GNU General Public License v3.0
5
stars
2
forks
source link
Create pie-chart where you group items based on col attribte #20
We would like to add a new attribute :chart: to coverity-list directive (or a new directive altogether) which would draw a chart (count number of same elements) of the data inside one column which is already filtered by classification.
which should draw graph where everything starting with MISRA C-2012 Rule is grouped together and everything starting with MISRA C-2012 Directive is grouped together and Others are in other.
We would like to add a new attribute
:chart:
tocoverity-list
directive (or a new directive altogether) which would draw a chart (count number of same elements) of the data inside onecolumn
which is already filtered byclassification
.For example:
should draw a graph where number of items in
col
labeledComponent
would be displayed in a pie-chart.You might also consider
:chart:
as a regex for any custom grouping (allMISRA
vs other issues).which should draw graph where everything starting with
MISRA C-2012 Rule
is grouped together and everything starting withMISRA C-2012 Directive
is grouped together and Others are in other.