Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bad definition of options #8

Open
jonyrock opened this issue Dec 27, 2020 · 0 comments
Open

bad definition of options #8

jonyrock opened this issue Dec 27, 2020 · 0 comments
Assignees

Comments

@jonyrock
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants