Class: ChartSession

ChartSession(className) → {JSX.Element}

new ChartSession(className) → {JSX.Element}

Render a AreaChart with user's average sessions data

Parameters:
Name Type Description
className string

classname given to the article element

Source:
Returns:
  • Return an AreaChart containing user's average sessions data
Type
JSX.Element

Methods

(static) handleHover(e)

This function allows the display of a filter after hovering over the columns of the graph, The filter is applied on all columns passed from right to left

Parameters:
Name Type Description
e object

event onMouseMove on the chart

Source: