JqueryVertorMap Interface

class epyk.interfaces.geo.CompGeoJqV.JqueryVertorMap(ui)
add_map(name: str, continent: bool = False)

Add the Javascript external package defining the map to the page.

Related Pages:

https://www.10bestdesign.com/jqvmap/
Parameters:
  • name – String. The map alias.

  • continent – Boolean. Optional.

africa(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
asia(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
australia(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
europe(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
france(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

fr = page.ui.geo.jqv.france()
fr.options.multiSelectRegion = True
fr.click([
  page.js.console.log(libs.jqvmap.region),
  page.js.console.log(libs.jqvmap.code),
  page.js.console.log(libs.jqvmap.element),
  page.js.console.log("data", skip_data_convert=True),
])
Parameters:
  • record – List. Optional. The records

  • y_column – String. Optional. The column in the record for the keys.

  • x_axis – String. Optional. The column in the record for the values.

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

  • options – Dictionary. Optional. Specific Python options available for this component.

  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • html_code – String. Optional. An identifier for this component (on both Python and Javascript side).

germany(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
map(name: str, record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param name: String. The map alias.
:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
north_america(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
south_america(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
usa(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
world(record=None, y_column: Optional[list] = None, x_axis: Optional[str] = None, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)

Related Pages:

Usage:

:param record: List. Optional. The records
:param y_column: String. Optional. The column in the record for the keys.
:param x_axis: String. Optional. The column in the record for the values.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).