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

actions/geo

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

geoSelect action

The geoSelect action selects a specified geo region. dispatchAction({type: 'geoSelect', geoIndex?: number | number[], geoId?: string | string[], geoName?: string | string[], name?: string}). Triggers geoselected event.

geoUnSelect action

The geoUnSelect action cancels selecting a specified geo region. dispatchAction({type: 'geoUnSelect', geoIndex?: number | number[], geoId?: string | string[], geoName?: string | string[], name?: string}). Triggers geounselected event.

geoSelect action - select geo region

The geoSelect action selects a geo region. Parameters: geoIndex (number | number[]), geoId (string | string[]), or geoName (string | string[]); region name (string). Triggers geoselected event. Requires geo component to be enabled.

geoUnSelect action - deselect geo region

The geoUnSelect action deselects a geo region. Parameters: geoIndex (number | number[]), geoId (string | string[]), or geoName (string | string[]); region name (string). Triggers geounselected event. Requires geo component to be enabled.

geoToggleSelect action - toggle geo region selection

The geoToggleSelect action toggles selection state of a geo region. Parameters: geoIndex (number | number[]), geoId (string | string[]), or geoName (string | string[]); region name (string). Triggers geoselectchanged event. Requires geo component to be enabled.

Three geo-related actions in ECharts

Three geo-related actions are available: geoSelect (selects a geo region), geoUnSelect (deselects a geo region), and geoToggleSelect (toggles selection state of a geo region). All require the geo component to be enabled.

Give your agent this brain