• <menu id="w2i4a"></menu>
  • logo LightningChart JS中文文檔

    定位圖


    立即下載LightningChart JS

    LightningChart組件使用HTML <div>元素和CSS進行定位。

    當創(chuàng)建一個新的LightningChart組件時,用戶應該提供對應圖表對<div>的引用。

    <head> 
    <style> 
    /* <div> is styled and positioned here */ 
    #my-chart-div { 
    width: 600px; 
    height: 400px; 
    } 
    </style> 
    </head> 
    <body> 
    <!-- <div> is created here --> 
    <div id="my-chart-div"></div> 
    <script> 
    // <div> is specified for the chart here 
    const container = document.getElementById("my-chart-div"); 
    const chart = lightningChart().ChartXY({ container }); 
    </script> 
    </body>

    <div>應該在圖表之前創(chuàng)建。

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();