Lines Matching full:xerr
14 "show: null" on xerr/yerr).
21 xerr: {
29 yerr: { same options as xerr }
35 "x" [ x, y, xerr ]
37 "xy" [ x, y, xerr, yerr ]
39 Where xerr becomes xerr_lower,xerr_upper for the asymmetric error case, and
43 [ x, y, xerr, yerr_lower, yerr_upper ]
58 set. The independent radius parameter on xerr/yerr is useful for the case when
70 xerr: { err: 'x', show: null, asymmetric: null, upperCap: null, lowerCap: null, color: null, radius: null},
90 if (series.points.xerr.asymmetric) {
116 var xerr = series.points.xerr,
122 if (xerr.asymmetric) {
151 if (!xerr.show){
168 err = [s.points.xerr, s.points.yerr];
192 //cycle xerr & yerr
336 if (s.points.errorbars && (s.points.xerr.show || s.points.yerr.show))