棒グラフの d3.js でビューファインダー機能を提供する方法。ビューファインダー付きのチャートは http://nvd3.org/ghpages/lineWithFocus.htmlのようなもの で、ビューファインダー機能を統合したい棒グラフは http://nvd3.org/ghpages/multiBar.html のようなもの です。誰でもこれで私を助けることができます。私は丸一週間探していますが、何も得られませんでした。
質問する
2300 次
2 に答える
0
What your looking for isn't built into the library (yet). Your best bet is to take a look at: https://github.com/novus/nvd3/blob/master/src/models/lineWithFocusChart.js
Clone the repo and build your own model barWithFocusChart.js (I'm sure they'd love a pull request :] )
You can find a tutorial on how to build a bar char in d3.js: http://mbostock.github.io/d3/tutorial/bar-2.html
And you can read up on coordinated views: http://square.github.io/crossfilter/
于 2013-05-01T20:59:27.763 に答える