0
私は円グラフをwebpageに埋め込むようにしています。私は応答するiframeが欲しかったので、私はthis toolを使ってhtml/cssを生成しました。結果はラップトップでは問題なく見えますが、携帯電話のポートレートモードでは円グラフがほとんど表示されません。どうすれば修正できますか?円グラフはどの画面でも大きく見えるようになります。プロットグラフの応答iframeを埋め込む方法は?
<style>.embed-container { position: relative; padding-bottom: 56.25%;
height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe,
.embed-container object, .embed-container embed { position: absolute;
top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'>
<iframe frameborder='0' scrolling='no'
src='//plot.ly/~bluprince13/3.embed?autosize=true&link=false&modebar=false&width=100%'></iframe></div>
そしてスクリーンショット:ここ