OptPlotly Module

class epyk.core.html.options.OptPlotly.OptionConfig(component: HtmlModel, attrs: Optional[dict] = None, options: Optional[dict] = None, js_tree: Optional[dict] = None, page: Optional[PageModel] = None)
property displayModeBar

Related Pages:

https://plotly.com/javascript/configuration-options/

property editable

Related Pages:

https://plot.ly/javascript/configuration-options/

property mapboxAccessToken

Related Pages:

https://plot.ly/javascript/configuration-options/

property mode

Usage:

property responsive

Related Pages:

https://plot.ly/javascript/configuration-options/

property scrollZoom

Related Pages:

https://plot.ly/javascript/configuration-options/

property staticPlot

Related Pages:

https://plot.ly/javascript/configuration-options/

class epyk.core.html.options.OptPlotly.OptionsChartSharedPlotly(component: HtmlModel, page: Optional[PageModel] = None)
x_format(js_funcs, profile=None)
Parameters:
  • js_funcs

  • profile

x_format_money(symbol='', digit=0, thousand_sep='.', decimal_sep=',', fmt='%v %s', factor=None, alias='')
Parameters:
  • symbol

  • digit

  • thousand_sep

  • decimal_sep

  • fmt

  • factor

  • alias

x_format_number(factor=1000, alias=None, digits=0, thousand_sep='.')
Parameters:
  • factor

  • alias

  • digits

  • thousand_sep

x_label(value)

Set the label of the x axis.

Parameters:

value – String. The axis label.

x_tick_count(num)
Parameters:

num

y_format(js_funcs, profile=None)
Parameters:
  • js_funcs

  • profile

y_format_money(symbol='', digit=0, thousand_sep='.', decimal_sep=',', fmt='%v %s', factor=None, alias='')
Parameters:
  • symbol

  • digit

  • thousand_sep

  • decimal_sep

  • fmt

  • factor

  • alias

y_format_number(factor=1000, alias=None, digits=0, thousand_sep='.')
Parameters:
  • factor

  • alias

  • digits

  • thousand_sep

y_label(value)

Set the label of the y axis.

Parameters:

value – String. The axis label.

y_tick_count(num)
Parameters:

num