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

area-style

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

Area style color parameter format

The color of the graphics area can be specified as a color string or as an RGBA array. When using array representation, each channel can set a value greater than 1 to represent HDR color values. Example of pure white: [1, 1, 1, 1]. The default value is 'adaptive', and color is taken from the option.color palette by default when not specified.

area-style color option

The color option in area-style sets the fill color. It defaults to '#000' unless useColorPalatte is true, in which case it defaults to 'adaptive' and is taken from the option.color palette. In the emphasis state, it can be set to 'inherit' to disable color highlight. The color option supports callback functions in the form (params: Object) => Color, where params include seriesIndex, dataIndex, data, value, and other data item properties.

area-style origin option

The origin option specifies the origin position of the area fill. Valid values are: 'auto' (default) to fill between axis line and data, 'start' to fill between min axis value and data, 'end' to fill between max axis value and data, or a number to fill between a specified value and data (available since v5.3.2). When not inverse, 'start' uses the minimum axis value and 'end' uses the maximum axis value.

Radar series areaStyle default opacity

The default opacity for area style in radar series is 0.7.

Radar series areaStyle

The areaStyle property configures the filling style of the area enclosed by radar series lines.

Radar series data item areaStyle

Individual data items in radar series can have custom areaStyle for their enclosed area, with default opacity 0.7.

area-style color option and RGBA array format

The color option in area-style specifies the color of the graphic area as a string. It also supports RGBA values represented as an array, for example [1, 1, 1, 1] for pure white. When using an array representation, each channel can be set to values greater than 1 to represent HDR color values.

area-style color default value

The default value for the color option in area-style is adaptive (自适应), meaning it uses colors from the global color palette defined in option.color.

area-style opacity option

The opacity option is a number that controls the opacity of the graphic area. The default value is 1.

Give your agent this brain