this is from types.ts:
// TODO: move some options to line-chart
export type Options = {
margin?: Margin;
confidence?: number;
so let's first deal with this "todo". Another important part is the confidence?: number definition. It looks very suspicious.