How to remove NVD3 chart resize/update delay

后端 未结 3 1587
夕颜
夕颜 2021-01-14 23:57

I\'ve created an NVD3 multiBarChart and placed it in a jQuery resizable container. When resizing the chart, each render incurs the same delay as when the chart is first draw

3条回答
  •  花落未央
    2021-01-15 00:27

    I used transitionDuration: -1 that worked for a stackedAreaChart.

    Edit

    This helped remove the transition when appending chart data, not the re-size issue, please check the comments below.

提交回复
热议问题