0
我有這樣的聚合物的代碼:如何顯示在谷歌-圖表多行LINR-圖表
<google-chart type='line' options='{"title": "Sales Statistics, Billions", "vAxis": {"minValue" : 0, "maxValue": 40}, "curveType": "function"}' rows='[["Monday", 31], ["Tuesday", 28], ["Wednesday", 31], ["thursday", 22], ["friday", 11]]' cols='[{"label":"Weeks", "type":"string"}, {"label":"Days", "type":"number"}]'></google-chart>
代碼工作正常。但是,我不知道如何顯示多行數據。 這意味着我的輸出是
我想是這樣的:
感謝。