
### dataHook
- type: string
- description: Applied as data-hook HTML attribute that can be used in the tests
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### data
- type: arrayOf
- description: Array of Areat Chart items
* `value` - Item&#39;s value.
* `label` - A Short label under the value.
### tooltipContent
- type: func
- description: Tooltip content template function
### onTooltipShow
- type: func
- description: Callback on tooltip content show event
### maxYTicksLimit
- type: number
- description: Maximum ticks allowed in Y axis


