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

Support extracting transformed chart data using VegaFusion #3081

Merged
merged 23 commits into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
67b44da
Port transformed_data functionality from VegaFusion
jonmmease Jun 7, 2023
2993959
Add initial transformed_data tests
jonmmease Jun 8, 2023
3ae6c7d
skip black formatting for pytest.mark.parametrize
jonmmease Jun 8, 2023
eed32e9
Test exclude flag to transformed_data
jonmmease Jun 9, 2023
6f61bad
chart.transformed_data -> chart._transformed_data
jonmmease Jun 9, 2023
2be1f64
Add VegaFusion as dev dependency
jonmmease Jun 9, 2023
07c5a00
Add better error message when VegaFusion is not installed
jonmmease Jun 9, 2023
4360cf8
Merge remote-tracking branch 'origin/master' into jonmmease/transform…
jonmmease Jun 9, 2023
f0b26ea
Move import
jonmmease Jun 10, 2023
b48f8d3
move import
jonmmease Jun 10, 2023
75cf958
Docstring update
jonmmease Jun 10, 2023
a46ce1b
Make utils.transformed_data internal, use absolute imports
jonmmease Jun 10, 2023
48f802c
Reword docstring
jonmmease Jun 10, 2023
dfa18bc
Merge branch 'jonmmease/transformed_data' of github.com:altair-viz/al…
jonmmease Jun 10, 2023
280eb0f
Remove magic, use "view" instead of chart or mark
jonmmease Jun 10, 2023
aabf5d6
Reword
jonmmease Jun 10, 2023
16250fd
Remove incorrect comment
jonmmease Jun 10, 2023
8ab1dce
black
jonmmease Jun 10, 2023
6f43d6b
Use DataFrameLike protocol for the transformed_data signature
jonmmease Jun 10, 2023
a738408
Add NotImplementedError for RepeatChart
jonmmease Jun 10, 2023
88fceb5
Use Chart._get_name to name subcharts
jonmmease Jun 10, 2023
1416f4d
Protocol is available in Python 3.8
jonmmease Jun 12, 2023
c665e8f
Make DataFrameLike private for now
jonmmease Jun 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading