doc: update dseries/reporting doc for change related to 6733c83ff5

time-shift
Houtan Bastani 2014-06-20 16:46:13 +02:00
parent 6733c83ff5
commit 486b8677f0
1 changed files with 2 additions and 2 deletions

View File

@ -896,8 +896,8 @@ r = report();
@# for var in endovars
r = r.addGraph(`data', shock@{shock}.@{var}, `title', `@{var}', ...
`showGrid', false, `yTickLabelPrecision', 2, ...
`yTickLabelZeroFill', false);
r = r.addSeries(`graphHline', 0, `graphLineColor', `red');
`yTickLabelZeroFill', false, ...
`showZeroLine', true, `zeroLineColor', 'red');
@# endfor
r = r.addVspace(`number', 2);
r = r.addSection(`cols', 1);