mg1075

Results 25 comments of mg1075

The link in the README still needs to be updated.

The challenge described in the original post is **not** about styling, or so it seems to me. Because I am encountering this same issue when using a table, I took...

@kouts Sure. Here is a _jsbin_ demo that replicates the issue. https://jsbin.com/sokoredefe/1/edit?html,output

@kouts One workaround for the DOM placement of `` structure tags is to try to use `` tags and css to mimic a table. Kind of a hack, though; and...

@tonykaralis - It would be interesting to know how you managed to resolve the issue. I have not found the reason why it is happening for me or whether it...

@tonykaralis - Nice; thanks for sharing. The kludge I was using was adding a `` around every row, but your workaround provides a cleaner result for the rendered html.

FWIW... There appears to be an awfully simple method to add both zoom and pan features to a datamap, as seen in this non-datamap d3 map: http://bl.ocks.org/andrewxhill/4455569#index.html If you hook...

One approach: http://jsbin.com/nafosadera/edit?html,output

You recommended elsewhere to use the `updateOptions` feature to reset the `dateWindow` for the range slider. That takes care of the issue of the range slider falling off the screen,...

@kaliatech - RE: dateWindow...that's sort of the whole problem. I don't see a clean way with the dygraphs api to accurately maintain the dateWindow when live loading, and zooming and...