Attempting to use Sparkline bars
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5bc20229c1
commit
17da7b3f83
@ -55,14 +55,32 @@ areas:
|
|||||||
- headerName: Component name
|
- headerName: Component name
|
||||||
field: component
|
field: component
|
||||||
checkboxSelection: true
|
checkboxSelection: true
|
||||||
|
headerCheckboxSelection: true
|
||||||
flex: 2
|
flex: 2
|
||||||
autoHeight: true
|
|
||||||
- headerName: Component Version
|
- headerName: Component Version
|
||||||
field: version
|
field: version
|
||||||
flex: 1
|
flex: 1
|
||||||
- headerName: Operating system
|
- headerName: Operating system
|
||||||
field: os
|
field: os
|
||||||
flex: 2
|
flex: 2
|
||||||
|
- headerName: Availability
|
||||||
|
field: available
|
||||||
|
flex: 1
|
||||||
|
cellRenderer: agSparklineCellRenderer
|
||||||
|
cellRendererParams:
|
||||||
|
sparklineOptions:
|
||||||
|
type: 'bar'
|
||||||
|
fill: '#5470c6'
|
||||||
|
stroke: '#91cc75'
|
||||||
|
highlightStyle:
|
||||||
|
fill: '#fac858'
|
||||||
|
valueAxisDomain: [0, 1]
|
||||||
|
paddingOuter: 0
|
||||||
|
padding:
|
||||||
|
top: 0
|
||||||
|
bottom: 0
|
||||||
|
axis:
|
||||||
|
strokeWidth: 0
|
||||||
|
|
||||||
- id: bottomrow
|
- id: bottomrow
|
||||||
type: Box
|
type: Box
|
||||||
|
Reference in New Issue
Block a user