PlotlyChoropleth Interface

class epyk.interfaces.geo.CompGeoPlotly.PlotlyChoropleth(ui)
africa(record, size_col=None, country_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A Choropleth Chart for african countries

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.Choropleth

Related Pages:

Parameters:
  • record – Data. The recordset

  • size_col – String. The column in the recordset used for the values

  • country_col – String. The column in the recordset used to retrieve country code

  • profile – A flag to set the component performance storage

  • options – Dictionary. The charts options

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

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

  • html_code

asia(record, size_col=None, country_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A Choropleth Chart for asian countries

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.Choropleth

Related Pages:

Parameters:
  • record – Data. The recordset

  • size_col – String. The column in the recordset used for the values

  • country_col – String. The column in the recordset used to retrieve country code

  • profile – A flag to set the component performance storage

  • options – Dictionary. The charts options

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

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

  • html_code

europe(record=None, size_col=None, country_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A Choropleth Chart for European countries

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.Choropleth

Related Pages:

Parameters:
  • record – Data. The recordset

  • size_col – String. The column in the recordset used for the values

  • country_col – String. The column in the recordset used to retrieve country code

  • profile – A flag to set the component performance storage

  • options – Dictionary. The charts options

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

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

  • html_code

north_america(record, size_col=None, country_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A Choropleth Chart for north american countries

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.Choropleth

Related Pages:

Parameters:
  • record – Data. The recordset

  • size_col – String. The column in the recordset used for the values

  • country_col – String. The column in the recordset used to retrieve country code

  • profile – A flag to set the component performance storage

  • options – Dictionary. The charts options

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

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

  • html_code

south_america(record, size_col=None, country_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A Choropleth Chart for south american countries

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.Choropleth

Related Pages:

Parameters:
  • record – Data. The recordset

  • size_col – String. The column in the recordset used for the values

  • country_col – String. The column in the recordset used to retrieve country code

  • profile – A flag to set the component performance storage

  • options – Dictionary. The charts options

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

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

  • html_code

usa(record, y_column=None, x_axis=None, profile=None, options=None, width=(100, '%'), height=(330, 'px'), html_code=None)

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.Choropleth

Related Pages:

Parameters:
  • record – Data. The recordset

  • size_col – String. The column in the recordset used for the values

  • country_col – String. The column in the recordset used to retrieve country code

  • profile – A flag to set the component performance storage

  • options – Dictionary. The charts options

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

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

  • html_code

world(record, size_col=None, country_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A world Choropleth Chart

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.Choropleth

Related Pages:

Parameters:
  • record – Data. The recordset

  • size_col – String. The column in the recordset used for the values

  • country_col – String. The column in the recordset used to retrieve country code

  • profile – A flag to set the component performance storage

  • options – Dictionary. The charts options

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

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

  • html_code