折れ線グラフの太さを変える・点線にする
from グラフ構成エディタ
折れ線グラフの太さを変える・点線にする
グラフ構成エディタで折れ線グラフの見た目を設定できる
dashStyle
各行のパターンを変更
lineWidth
各線の太さを変更
opacity
各行の不透明度を変更
dataLabels
行のデータまたは値にラベルを適用
code: sample.js
{
series: [{
name: 'Category',
lineWidth: 5,
dashStyle: 'Solid',
opacity: 1,
dataLabels: {
enabled: true,
},
}, {
name: 'Home',
dashStyle: 'Dot',
opacity: 0.7,
}, {
name: 'Purchase',
dashStyle: 'Dot',
a opacity: 0.7,
}]
}
https://scrapbox.io/files/6710b6423f3123001c2f1e8a.png
https://scrapbox.io/files/6710b62b4966c7001c05382b.png
参考
https://cloud.google.com/blog/products/business-intelligence/looker-chart-config-editor-tips?e=48754805&hl=en