PlotlyBubble Interface

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

A bubble chart for Africa

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.BubbleGeo

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

  • long_col – String. The column in the recordset used to retrieve the longitude (optional if country codes)

  • lat_col – String. The column in the recordset used to retrieve the latitude (optional if country codes)

  • 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=None, size_col=None, country_col=None, long_col=None, lat_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A bubble chart for Asia

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.BubbleGeo

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

  • long_col – String. The column in the recordset used to retrieve the longitude (optional if country codes)

  • lat_col – String. The column in the recordset used to retrieve the latitude (optional if country codes)

  • 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

bubble(scope, record=None, size_col=None, country_col=None, long_col=None, lat_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

How to make a D3.js-based bubble map in JavaScript. A bubble map overlays a bubble chart on a map.

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.BubbleGeo

Related Pages:

Parameters:
  • scope – String. The scope of the chart

  • 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

  • long_col – String. The column in the recordset used to retrieve the longitude (optional if country codes)

  • lat_col – String. The column in the recordset used to retrieve the latitude (optional if country codes)

  • 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, long_col=None, lat_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A bubble chart for Europe

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.BubbleGeo

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

  • long_col – String. The column in the recordset used to retrieve the longitude (optional if country codes)

  • lat_col – String. The column in the recordset used to retrieve the latitude (optional if country codes)

  • 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=None, size_col=None, country_col=None, long_col=None, lat_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A bubble chart for North America

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.BubbleGeo

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

  • long_col – String. The column in the recordset used to retrieve the longitude (optional if country codes)

  • lat_col – String. The column in the recordset used to retrieve the latitude (optional if country codes)

  • 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=None, size_col=None, country_col=None, long_col=None, lat_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A bubble chart for South America

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.BubbleGeo

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

  • long_col – String. The column in the recordset used to retrieve the longitude (optional if country codes)

  • lat_col – String. The column in the recordset used to retrieve the latitude (optional if country codes)

  • 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=None, size_col=None, country_col=None, long_col=None, lat_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A bubble chart for the USA.

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.BubbleGeo

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

  • long_col – String. The column in the recordset used to retrieve the longitude (optional if country codes)

  • lat_col – String. The column in the recordset used to retrieve the latitude (optional if country codes)

  • 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=None, size_col=None, country_col=None, long_col=None, lat_col=None, profile=None, options=None, width=(100, '%'), height=(430, 'px'), html_code=None)

A world bubble chart

Underlying HTML Objects:

  • epyk.core.geo.GeoPlotly.BubbleGeo

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

  • long_col – String. The column in the recordset used to retrieve the longitude (optional if country codes)

  • lat_col – String. The column in the recordset used to retrieve the latitude (optional if country codes)

  • 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