Skip to content

在 Pro 版本中有些參數不知道如何設定 #8

@lighthola

Description

@lighthola

HI

我有一個專案從一般版本轉到Pro版本,但是Pro現在似乎不能完美兼容一般版本,下面有幾個參數不知道如何設定。

// 下面參數在 pro 版本中找不到
aaOptions.plotOptions?.column?
    .pointWidth(28)
    .minPointLength(3)

// 目前用 AAAnimation().duration(0) 來關閉
aaOptions.plotOptions?.series?.animation(false)

// pie 與 variablepie 設定 soft corners 沒有效果
AAChartModel().chartType(.pie).borderRadius(10)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions