Replies: 3 comments 3 replies
|
在想 thresholds 这种是拍平还是收到 annotations里面,作为一种 type: ‘thresholds’ 的 annotation |
2 replies
|
@chenluli @pepper-nice |
1 reply
|
operator 里面的标识符,'gt'|'lt'|'in感觉不够语义化。考虑改成:top/between/bottom ? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
splitRegion
拆分区间。针对 y 通道数值设置相应的阈值,当数值大于(或小于)指定阈值时,展示指定样式的区间背景,起到警告提示的作用。
data
style
应用场景
原始写法
期望写法
All reactions