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

funnel-series

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

Funnel labelLine length option

The labelLine length option specifies the length of the first part of the visual guide line.

Funnel label formatter parameter percent

The label formatter for funnel charts receives a 'percent' parameter (number type) representing the percentage.

Funnel series type and coordinate systems

The funnel series type is 'funnel'. It supports coordinate systems: 'none' (default), 'calendar', and 'matrix' as of version 6.0.0. The coordinate system usage default is 'box'.

Funnel min and max values

The min option (default 0) specifies the minimum value. The max option (default 100) specifies the maximum value. These define the data range for the funnel chart.

Funnel minSize and maxSize

minSize (default '0%') sets the mapped width from the minimum data value. maxSize (default '100%') sets the mapped width from the maximum data value. Both accept absolute pixel values or percentage of layout width. To prevent the minimum value from being a triangle, set minSize larger than 0.

Funnel orient option

The orient option (default 'vertical') specifies the funnel orientation. Can be 'vertical' or 'horizontal'. Available since version 4.9.0.

Funnel sort option

The sort option (default 'descending') controls data sorting. Accepts 'ascending', 'descending', 'none' (data order), or a function equivalent to Array.prototype.sort(function (a, b) { ... }).

Funnel gap option

The gap option (default 0) specifies the gap between each trapezoid in the funnel chart.

Funnel funnelAlign option

The funnelAlign option (default 'center') sets horizontal alignment. Can be 'left', 'center', or 'right'.

Funnel label position options

Label position options for funnel charts are: 'left' (left side of vertical funnel), 'right' (right side of horizontal funnel), 'top' (top of vertical funnel), 'bottom' (bottom of vertical funnel), 'inside', 'insideRight', 'insideLeft', 'leftTop', 'leftBottom', 'rightTop', 'rightBottom'. 'inner' and 'center' are aliases for 'inside'. Default is 'outside'.

Funnel labelLine show option

The labelLine show option determines whether to display the visual guide line. When label position is 'left' or 'right', the visual guide line will show.

Funnel data item height property

Each funnel data item can have a height property (string or number). By default, height is evenly divided for all data items. Height can be set as a percentage (e.g., '10%') or pixel value (e.g., 20). The total height of all data items must sum to 100%.

Funnel emphasis, blur, and select states

Funnel series supports emphasis, blur (available in version 5.0.0 and later), and select (available in version 5.0.0 and later) states. Each state can configure label, labelLine, and itemStyle properties.

Funnel layout dimensions

Funnel component default layout dimensions are: left 80, top 60, right 80, bottom 60.

Funnel colorBy default

The colorBy option for funnel series defaults to 'data'.

Give your agent this brain