Elijah Meeks

Results 30 comments of Elijah Meeks

Apparently, Firefox hasn't implemented setting `r` via CSS style: https://stackoverflow.com/questions/51551729/styling-of-svg-circle-doesn%C2%B4t-work-in-firefox-browser-removes-radius-property?noredirect=1&lq=1 This will require a patch release to Semiotic in order to pass the radius as an attribute as well as...

@dylanross3 when you get a chance pull the latest version and let me know if this resolves the problem. I tested it locally and seems to be fine but I...

I'd love to help, just let me know what to do. One thing, I think, would be to genericize the table (`grid`) view, because so many folks have their own...

So I tested this out with something like the following: ``` sketchy.circleStroke = function(opts){ var merged_opts = extend(defaults, opts); var svg = merged_opts.svg.append("g").attr('transform', function() { return "translate("+merged_opts.x+" "+merged_opts.y+") "+circleTransform(1,1, 0,360);...

Notice it's not just the pattern rendering, but also the offset of the paths. It looks like the offset may be calculated twice.

I've evolved my thinking on legends. I think any kind of more exhaustive legend should be built 3rd party rather than built into Semiotic because of the different kinds of...

Thanks for the note. You're right, this does not recognize the GEXF standard's dynamic attributes because gexf-parser doesn't. I could build out that functionality, if you think there's interest in...

The idea of setting a size of the layout follows the pattern in other hierarchical layouts. The diameter of the root orbit is equal to the size (currently only the...

Oh wow, I can't believe I lost track of this issue. I will try to get some legend docs on the new docs. Sorry for missing this.

As it stands, you set a range for labels to be placed and they stack those labels within that range. But at a certain point, when the stack gets to...