kFluentLineEventAnnotationBottomInset top-level constant

double const kFluentLineEventAnnotationBottomInset

The gap kept below the event-annotation rules.

chartYBottom={props.containerHeight! - 35} (LineChart.tsx:1959); the Oracle B capture of LineChartEvents ends its rules at y=225 in a 260px container, which is the same 35.

Implementation

const double kFluentLineEventAnnotationBottomInset = 35;