繁体   English   中英

引导卡容器内的 d3js 图表

[英]d3js chart inside bootstrap card container

我在引导卡容器中有 d3js 图表,如下所示(vue-js 应用程序):

<div class="row">
    <div class="col-lg-3">
     <div class="card p-4">
       <D3NoOfResponses
           :responseDataList="responsesList"
           id="qResponses1"
        />
      </div>
    </div>
   </div>

请注意,这张卡附近有副官卡。 一切都很好,直到我调整浏览器的大小并且看起来所有其他卡片看起来都很好,除了 d3 图表卡片容器它会在一段时间内变大/变小。

PS:考虑有四张卡片可以容纳 12 列(一张 d3js 图表和三张非 d3js 图表卡片)

任何人都面临过类似的情况。

谢谢

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM