0
나는 jsfiddle 링크를 참조하여 d3 js 막 대형 차트를 구현했습니다. chrome.In에서 잘 작동하는 Firefox 웹 브라우저 태그가 숨겨져 있습니다.d3 js 막 대형 차트가 모질라 파이어 폭에서 작동하지 않습니다.
<body> <h1>D3.js Bar Chart Demo</h1> <p>
Click on the bar to delete it. </p> <div>
<button onclick="changeData()">New</button>
<button onclick="appendData()">Append</button>
<button onclick="sortData()">Sort</button> </div> <svg id="chart"></svg> <p>
Click on the bar to delete it. </p> <div>
<button onclick="changeData()">New</button>
<button onclick="appendData()">Append</button>
<button onclick="sortData()">Sort</button> </div> <div class="trans-fore">
<div id="tooltip"></div> </div> </body>