dff22236d4
Height and width are supported by the Plot Plugin today but not made available in the Publisher. This adds support for both with the same defaults that exist in the plugin. This allows users to configure a height and width as desired. Change-Id: I1846e73d2fc3f6a9f651646b74cd3af6f85aee6d
20 lines
467 B
YAML
20 lines
467 B
YAML
publishers:
|
|
- plot:
|
|
- title: 'Sample graph'
|
|
yaxis: ''
|
|
width: 900
|
|
height: 1000
|
|
csv-file-name: 'persisted.csv'
|
|
group: 'bench'
|
|
numbuilds: '1'
|
|
style: 'line'
|
|
use-description: false
|
|
keep-records: true
|
|
series:
|
|
- file: 'data.csv'
|
|
label: ''
|
|
url: ''
|
|
format: 'csv'
|
|
display-table: false
|
|
inclusion-flag: 'off'
|