我正在使用angular nvd3指令.
根据例子:https://github.com/angularjs-nvd3-directives/angularjs-nvd3-directives/blob/master/examples/lineChart.with.automatic.resize.html
<!--
width and height are removed from the directive for automatic resizing.
-->
Run Code Online (Sandbox Code Playgroud)
好吧,如果我更改图表的Div大小.它调整大小,但只有当我移动/打开/关闭'控制台视图'(FF上ctrl+ shift+ i)时.
我检查了angular-nvd3-directive,调整大小没有事件调用,所以我想这是一个d3/nvd3 comportement?
到目前为止我的问题:如何模拟这种事件以使图形调整大小?
我需要在我的累积Nvd3图表中添加多个y轴,是否有人知道我需要修改的库代码的哪一部分?
如果你自己做了这件事并且可以提供一个Jsfiddle,那就更好了.
任何建议,将不胜感激.
javascript d3.js nvd3.js angularjs-nvd3-directives angular-nvd3
我需要任何建议帮助或其他什么.我正在使用新技术做BI工具,我对它们非常感兴趣,甚至参与其中一个项目.但是,我想知道先验的利弊
链接
https://github.com/angularjs-nvd3-directives/angularjs-nvd3-directives
https://github.com/krispo/angular-nvd3
谢谢
javascript d3.js angularjs-directive angularjs-nvd3-directives
我有一个场景,我需要在堆叠的多条形图中显示每个堆栈的值 - nvd3图形,因为我们可以在离散值 - nvd3图形中显示值.
据我所知,'showvalue'用于离散条控制器,我们可以showvalue
在堆叠图中使用,如果不是,请建议使用替代解决方案.
提前致谢