-
Notifications
You must be signed in to change notification settings - Fork 2
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
add dates to forecast charts #5255
Conversation
I think AI annotation feature probably won't work for the charts with date type. We will need to update the prompt accordingly to reflect this change. I'm not exactly sure how good llm is for translating user entered date (for x value) and plot that in the chart though. We should handle that in a separate issue I think. @mwdchang @blanchco |
Co-authored-by: Shawn Yama <syama@uncharted.software>
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.
On your second screenshot (the month graph) there are still some years, how do I know what month that year is on?
That was using vegalite's system for dates, I've changed the labels to use our own format so it should show like Month, Year |
Description