Lines Matching refs:yaxis
105 yaxis: number
136 The "xaxis" and "yaxis" options specify which axis to use. The axes
137 are numbered from 1 (default), so { yaxis: 2} means that the series
244 xaxis, yaxis: {
368 yaxis: {
493 format of the data series, e.g. { data: [...], yaxis: 2 } specifies
496 To actually configure that axis, you can't use the xaxis/yaxis options
514 The arrays get their default values from the xaxis/yaxis settings, so
516 yaxis: { min: 0 } instead of adding a min parameter to all the axes.
519 either accept an xaxis/yaxis parameter to specify which axis number to
928 the form { xaxis: { from, to }, yaxis: { from, to } } (with multiple
937 markings: [ { xaxis: { from: 0, to: 2 }, yaxis: { from: 10, to: 10 }, color: "#bb0000" }, ... ]
948 markings: [ { yaxis: { from: 1, to: 1 } }, ... ]
1161 o = pointOffset({ x: xpos, y: ypos, xaxis: 2, yaxis: 3 })