ZhuDongming
2019-10-18 a73c63037e6a5276ce6442873afc627e8cb2c9b0
src/main/webapp/js/bullet.js
@@ -23,7 +23,6 @@
              g = d3.select(this) // 柱状图 分组
              .append("g")
              .attr("transform", "translate(75)");
                debugger;
          // Compute the new x-scale.
              var x1 = d3.scale.linear()
                  .domain([0, Math.max(rangez[0], markerz[0], measurez[0])])