ziutek / rrd

Bindings to rrdtool
Other
148 stars 44 forks source link

Grapher.AddOptions feature; xport row count fix #23

Closed valobanov closed 8 years ago

valobanov commented 9 years ago

Hi, Please review two commits:

  1. Grapher.AddOptions allows set arbitrary options like --border or --full-size-mode
  2. The row count in rrd_xport.c is: row_cnt = ((_end) - (_start)) / (*step); Hence +1 is excess in rowCnt calculations and gives one unassigned value.