0

ツールチップを含む NVD3 グラフは、NaN 値を処理する際に問題に直面しているようです。持っnv.models.lineていますが:

defined = function(d,i) { return !isNaN(getY(d,i)) && getY(d,i) !== null } // allows a line to be not continuous when it is not defined

ただし、たとえば for を使用しようとするlineChartUncaught TypeError: Cannot read property 'circle' of null d3.v3.min.js:1、ツールチップが表示されません。

痕跡:

Uncaught TypeError: Cannot read property 'circle' of null d3.v3.min.js:1

cr d3.v3.min.js:1

nr d3.v3.min.js:1

_r d3.v3.min.js:2

t d3.v3.min.js:4

$o.geom.voronoi d3.v3.min.js:4

updateInteractiveLayer nv.d3.js:7963

このための jsfiddle は次のとおりです

解決策はありますか?

4

0 に答える 0