-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Feat/dashboard chart tooltip #6038
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
3134d80
to
102609c
Compare
} = chart?.legend?.options || { | ||
labels: {}, | ||
}; | ||
return (chart as any) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some issues with types on Chart.js. Hopefully I'll be able to fix it in next iteration
: ''; | ||
}, | ||
enabled: false, | ||
external: (context: any) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it gonna change to proper types?
radius: 0, | ||
}, | ||
}, | ||
// cubicInterpolationMode: 'monotone', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it leftover or wip?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WIP
labels: { | ||
boxWidth: 12, | ||
padding: 30, | ||
// usePointStyle: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it leftover or wip?
Initial version of new chart tooltip