Altair chart, exclude vertical marks from selection #2689
Unanswered
jakub-mikians-airspace-intelligence
asked this question in
Q&A
Replies: 1 comment
-
|
Maybe we can always emit Without making changes to marimo, I am not quite sure if there is a way around that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
First, let me praise marimo contributors for the awesome job they do!
I have a chart, where I display
my_dataframeas vertical bars. I also want to add a single vertical line to the chart. What's below is a fragment of the original code that fails (it's not the complete example)The bars display correctly and the vertical mark displays correctly as well. Now, when I select the bar and want to filter a table based on selection, the code does not work because the selection contains
vertical_linevalue.I don't want the selection to contain
vertical_linevalue. How to combine chart with a vertical line and make it work with selection at the same time?Beta Was this translation helpful? Give feedback.
All reactions