Skip to content

增加一个配置项,可以在item为null时,不截断线图#396

Open
tomli wants to merge 7 commits into
xiaolin3303:masterfrom
tomli:master
Open

增加一个配置项,可以在item为null时,不截断线图#396
tomli wants to merge 7 commits into
xiaolin3303:masterfrom
tomli:master

Conversation

@tomli
Copy link
Copy Markdown

@tomli tomli commented Nov 5, 2019

增加一个配置项 opts.breakOnNull, 此选项仅对line图和area图有效:

假设成交量2在2016年5月没有数据

设为true -> 遇到item为null时,线中断(与原来一致)
breakOnNull_true

设为false -> 遇到item为null时, 线不中断,直接与下一个item相连
breakOnNull_false

tomli added 7 commits November 5, 2019 15:32
此选项仅对line图和area图有效。 设为true时,遇到item为null时,线中断(与原来一致)
设为false时, 遇到item为null时, 线不中断,直接与下一个item相连
此选项仅对line图和area图有效。 设为true时,遇到item为null时,线中断(与原来一致)
设为false时, 遇到item为null时, 线不中断,直接与下一个item相连
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant