2015-10-14から1日間の記事一覧

【JavaScript】D3.js ~ 積み上げ縦棒グラフを作成する ~

サンプル 例1 * ただし、負の値は未対応 <meta charset="utf-8"> <style> body { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .bar { fill: steelblue; } </style> <body> <script src="">https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.j</body></meta>…