setTimezone(timezone) â
setTimezone
set the timezone for the chart.
Reference â
typescript
(timezone: string) => void
Parameters â
timezone
Timezone name, such asAsia/Shanghai
. For a list of timezone names, see the List of Timezone .
Returns â
setTimezone
returns undefined
.