OptChartNvd3 Module

class epyk.core.html.options.OptChartNvd3.OptionsChartSharedNVD3(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=1, alias=None, digits=0, thousand_sep='.')
Parameters:
  • factor

  • alias

  • digits

  • thousand_sep

x_label(value)

Set the label of the x axis.

Related Pages:

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=1, 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