trendline
시리즈 추세선 옵션.
series
의 'trendLine' 항목으로 설정한다.
Options
curved: boolean
true로 지정하면 spline 곡선으로 지점들을 연결한다.
지정하지 않으면 type
이 'logarithmic', 'exponential', 'power'일 때 곡선으로 그린다.
movingInterval: number
이동 평균 유형의 계산 간격.
resolution: number
추세선 정밀도.
데이터포인트 사이에 계산될 지점의 개수.
style: SVGStyles
|string
스타일셋
또는 css selector
(opens in a new tab).
type: 'exponential'|'linear'|'logarithmic'|'movingAverage'|'polynomial'|'power'
추세선 유형.
'exponential'
지수.'linear'
선형.'logarithmic'
로그.'movingAverage'
이동 평균.'polynomial'
다항.'power'
멱급수.
visible: boolean
default :false