GeoGoogle Module

class epyk.core.html.geo.GeoGoogle.ChartGeoGoogle(page, width, height, options, html_code, profile)
build(data: Optional[Union[str, JsDataModel, float, dict, list, bool]] = None, options: Optional[Union[str, JsDataModel, float, dict, list, bool]] = None, profile: Optional[Union[bool, dict]] = None, component_id: Optional[str] = None, stop_state: bool = True, dataflows: Optional[List[dict]] = None)

Update the chart with context and / or data changes.

Parameters:
  • data – Optional. The full datasets object expected by ChartJs

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

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

  • component_id – Optional. Not used

  • stop_state – Remove the top panel for the component state (error, loading…)

  • dataflows – Chain of data transformations

property chartId

Return the Javascript variable of the chart.

property js: GoogleMapsAPI

Javascript base function.

Return all the Javascript functions defined in the framework. THis is an entry point to the full Javascript ecosystem.

Returns:

A Javascript object.

property options: OptionMaps

Property to the component options. Options can either impact the Python side or the Javascript builder.

Python can pass some options to the JavaScript layer.