klotz: javascript* + d3*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. // action to take on mouse click
    function click() {
    d3.select(this).select("text").transition()
    .duration(750)
    .attr("x", 22)
    .style("fill", "steelblue")
    .style("stroke", "lightsteelblue")
    .style("stroke-width", ".5px")
    .style("font", "20px sans-serif");
    d3.select(this).select("circle").transition()
    .duration(750)
    .attr("r", 16)
    .style("fill", "lightsteelblue");
    2015-08-06 Tags: , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: javascript + d3

About - Propulsed by SemanticScuttle