dsandber
dsandber
For now I guess you can loop through removing and inserting all elements, but skipping the insertion for the one that needs to be removed.
Thanks, pull-request (for the next person) here: https://github.com/vuestorefront/storefront-ui/pull/2445
RecursionError: maximum recursion depth exceeded
> What specifically are you asking about? I believe @gustavz was asking about the ability to do "color=alt.datum("My Line")". Either way, I'd like to know also! Also, once that functionality...
@jakevdp yeah, the question is once the functionality described by @gustavz is implemented, so that a legend item can be specified by doing "color=alt.datum("My Line")", then how can the color...
To be clear, this stuff isn't related to specific data-points, doesn't belong in the title, and doesn't belong in the legend. It belongs in a box (ideally with a different...
It occurs to me I could create a box with a div in HTML, and overlay it onto the graph with CSS, but this seems hokey. But perhaps if there...
Fantastic, thank you! I guess the advantage of a built-in command is that the rectangle size could be auto-calculated, and that it could be done in fewer steps, eh? I...
Posted here: https://github.com/vega/vega-lite/issues/7376
Circling back on this, since Vega-lite already supports this with reactive geometries (see thread: https://github.com/vega/vega-lite/issues/7376) . Can we make so this can easily be done in Altair?