new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Apache ECharts · all subjects

x-axis

8 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

xAxis basic configuration

The x axis is used in cartesian (rectangular) coordinate systems. A single grid component can place at most 2 x axes, one on the bottom and another on the top. The offset option can be used to avoid overlap when you need to put more than two x axes.

xAxis show option

The show option is a boolean with default value true. Set this to false to prevent the axis from showing.

xAxis gridIndex option

The gridIndex option is a number with default value 0. It specifies the index of grid which the x axis belongs to. It defaults to be in the first grid.

xAxis alignTicks option

The alignTicks option is a boolean with default value false, available since version 5.3.0. When turned on, it automatically aligns ticks when multiple numeric x axes are present. It is only available for axes of type 'value' and 'log'.

xAxis position option

The position option is a string that specifies the position of x axis. Valid options are 'top' and 'bottom'. The first x axis in grid defaults to be on the bottom of the grid, and the second x axis is on the other side against the first x axis. To activate this option, set xAxis.axisLine.onZero to false.

xAxis offset option

The offset option is a number with default value 0. It specifies the offset of x axis relative to default position. This is useful when multiple x axes have the same position value. To activate this option, set xAxis.axisLine.onZero to false.

xAxis z and zlevel options

The xAxis component has z and zlevel options for controlling stacking order. The default z value is 0.

xAxis inherits axis-common configuration

The xAxis component uses axis-common partial configuration which includes split line, area, jitter, and break axis features. The default axis type is 'category'.

Give your agent this brain