Accessibility Config
constructor(chartDescription: String = ChartConstants.CHART_DESCRIPTION, shouldHandleBackWhenTalkBackPopUpShown: Boolean = true, popUpTopRightButtonTitle: String = ChartConstants.POPUP_TOP_RIGHT_BUTTON_TITLE, popUpTopRightButtonDescription: String = ChartConstants.POPUP_TOP_RIGHT_BUTTON_DESCRIPTION, dividerColor: Color = Color.Gray, dividerThickness: Dp = 2.dp, titleTextSize: TextUnit = 14.sp, descriptionTextSize: TextUnit = 14.sp)
Parameters
should Handle Back When Talk Back Pop Up Shown
: True by default to dismiss the accessibility dialog when back pressed else false.
chart Description
: Description used by accessibility service when tapped on the chart.
pop Up Top Right Button Title
: Title of the button visible on the accessibility popUp at the top right.
pop Up Top Right Button Description
: Content description of the button visible on the accessibility popUp at the top right.
divider Color
: Defines the color for the divider used in the accessibility popUp
divider Thickness
: Defines the thickness for the divider in Dp used in the accessibility popUp
title Text Size
: Defines the font-size of titles used in the accessibility popUp
description Text Size
: Defines the font-size of descriptions used in the accessibility popUp