Shantam Raj

Results 23 comments of Shantam Raj

I downloaded the geoshape json files - one [projected](https://observablehq.com/@mbostock/hispanic-or-latino-origin-by-u-s-county) and another [un-projected](https://observablehq.com/@d3/u-s-map-with-puerto-rico) - from Mike Bostock's example both of which have Puerto Rico. I am trying to display them in...

@adbar I think you are right. To test that hypothesis I used selenium to scroll to the end and pass the html to trafilatura. But unfortunately I get the same...

@scottrea123 and @Odin263 I also want to flash INAV on it to fly...any updates on this? Any luck with a firmware that seems to work?

+1 for the same. @pshevtsov any updates on this?

Currently I use this hack - ```js var flag = 50; //the number of empty/0/null data points you are forced to initialize if (flag>0){ flag-=1; data.shift(); data.push([x, y, z, w]);...

But the above doesn't work well because of the timestamp issue. As the initial points are plotted based on time that is calculated at the start of the script, when...

Maintainers, do you have any suggestions for how to replace the external data sources, or will you be willing to add new datasets? This is how the graphs look -...

Any updates on this? I have the same issue here https://github.com/vega/vega-embed/issues/432 on mobile devices when css takes over the responsiveness of the chart. Live demo of the issue [here](https://armsp.github.io/covid19-viz/india/index.html).

@domoritz Just one clarification - how is the above example responsive? When I open the link and resize my window, the chart gets cropped. Am I missing something here?

@domoritz pardon me, but I am having a hard time thinking....if I have to resize using the bottom right corner then how is it responsive? It should automatically happen when...