Using d3.js svg clipPath not clipping in Angular

前端 未结 1 1079
醉话见心
醉话见心 2021-02-15 05:20

I am developing a graph that\'s vey similar to following example: http://bl.ocks.org/mbostock/1667367 where it uses clipPath to clip the area so the area graph does not overflow

1条回答
  •  情歌与酒
    2021-02-15 05:46

    Finally after isolating the code in another file and simplifing it, I've found what was the responsible of this strange behaviour:

    In the I had:

    
      
      Real time context aware graphics display
      
      
      
      
    
    

    Ad when I removed the all worked perfectly. I do not know exactly the reason.

    0 讨论(0)
提交回复
热议问题