简介 目录 评价 推荐
  • _莫忘初衷_ 2016-10-11
    Y轴添加文本坐标
    截图
    0赞 · 0采集
  • yi_灬花开若相依_0 2016-08-31
    g.append('g').call(x_axis).attr('transform','translate('+0+','+g_height+')'); g.append('g').call(y_axis) .append('text') .text('Price($)') .attr({ 'transform': 'rotate(-90)', 'text-anchor': 'end', 'dy': '1em' });
    0赞 · 0采集
  • 究极体学渣 2015-04-23
    坐标轴刻度
    截图
    0赞 · 0采集
  • Godtrue 2015-01-20
    定义容器、画曲线、填充数据、画X/Y轴,理论少一些,主要是激发兴趣的,应该看看www.d3js.org的效果,非常棒!
    0赞 · 0采集
  • Conan9912345 2014-12-09
    g.append('g').call(y_axis).append('text').text('Price($)').attr({ 'transform': 'rotate(-90)', 'text-anchor': 'end', 'dy': '1em' });
    0赞 · 0采集
数据加载中...
开始学习 免费