-
Notifications
You must be signed in to change notification settings - Fork 263
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
improvement: Custom altair data_transformer, load 1 million points #200
Conversation
mscolnick
commented
Oct 12, 2023
•
edited
Loading
edited
- add custom altair data_transformer for csv and json (default to csv)
- add smoke_test for 1 million flights
- fix shared memory buffer to use the write buffer offset
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Looks great!
I pushed a change to rename the figure
arg to altair_chart
back to chart
. My bad. I had changed it earlier in the previous PR, when I was experimenting with renaming to plot. Forgot to change it back.