The default point focus ring can only be enabled or disabled through focusRing. Its radius and stroke width are hard-coded, so changing its size requires CSS targeting the generated .ts-chart__focus-layer--default circle.
Would it be possible to expose basic focus-ring presentation options, such as radius, stroke width, fill, and stroke, through the chart definition or theme? This would allow consistent styling across renderers without depending on generated SVG structure.
The default point focus ring can only be enabled or disabled through
focusRing. Its radius and stroke width are hard-coded, so changing its size requires CSS targeting the generated.ts-chart__focus-layer--default circle.Would it be possible to expose basic focus-ring presentation options, such as radius, stroke width, fill, and stroke, through the chart definition or theme? This would allow consistent styling across renderers without depending on generated SVG structure.