amCharts5 » Api

getcharttype

Description

amchart5의 chart_type 속성값을 반환한다.

Return Value

Type Description
short 차트 타입

Example

function btn_on_mouseup(objInst) { var chart_type; chart_type = am.getcharttype(); screen.alert("chart_type = " + chart_type); }

Viewer Ver.

9.1.1.1

Update Date

20220223