José Sánchez Aranda
José Sánchez Aranda
Could you reproduce what happens? (i.e with codebox) I did this and it works for me: ``` import 'leaflet-easybutton'; import 'leaflet-easybutton/src/easy-button.css'; ```
To support parent container resize detector you can't do it with vega-spec. As you said in the previous link explain how to adjust size to window size but not to...
What's about that? https://github.com/vega/vega/issues/755#issuecomment-423834991 You try to do that without javascript code but in your comment in another issue you said that it is necessary.
I tried before without any kind of javascript code using only containerSize as described in vega but it not work for me.
Yes i tried the latter but won't work. I don't like to do that using Javascript but i think there isn't another way to do that. Please approve it! You...
I think this support require a lot of effort. You can accept the PR for a minor version.
If you want to add more theming support you can do that, but i only need to change the bar colors at the moment. Please approve it
Have you tried to import [hammerjs](https://hammerjs.github.io/getting-started/)? Or this [zoom library](https://github.com/anitasv/zoom)? This library allows you to listen touch events. Maybe you can observe zoom in and zoom out event and move...
I don't think so. I mean that you can create a listener for touch interactions events with the screen an then set a signal for vega to update the brush.
> It seems like there are two different feature requests here: > > 1. Add support to calculate bar widths in a "data-driven" way for continuous time scales. > 2....