Acery

Results 8 comments of Acery

应该需要更新 MacOS 到 Monterey 才能看到这个设置

issue里提到的方法我用了没有生效,现在是通过下面这个方法最终生效的: https://codeclou.github.io/Display-Override-PropertyList-File-Parser-and-Generator-with-HiDPI-Support-For-Scaled-Resolutions/ > MacBook Pro (13-inch, 2019, Four Thunderbolt 3 ports) > 2K 显示器 (默认 2560 x 1440) > 显示器转接线是 hdmi 转 typec ![image](https://user-images.githubusercontent.com/19555547/154387394-30355015-000b-4792-b62c-bc6442994724.png)

有两个方式: 1. color 支持 (filed, callback)的入参方式 ``` chart.point().position('x*y').color('z', (value) => { if(value === 1) { return 'red' } return 'blue'; }); ``` 2. 可以通过`F2.Global.setTheme` 修改图表的色系 https://f2.antv.vision/zh/docs/api/global

用的是 3.x 还是 4.x ?

目前极坐标下的size还不支持配置,最近会计划支持。

Need this feature very much

试试 在 ReactCanvas 上设置 padding,如下图: ![image](https://github.com/antvis/F2/assets/19555547/ac482554-f3a7-4088-9f62-deca82fd777b)