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
|
||||
field: component
|
||||
checkboxSelection: true
|
||||
headerCheckboxSelection: true
|
||||
flex: 2
|
||||
autoHeight: true
|
||||
- headerName: Component Version
|
||||
field: version
|
||||
flex: 1
|
||||
- headerName: Operating system
|
||||
field: os
|
||||
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
|
||||
type: Box
|
||||
|
Reference in New Issue
Block a user