Feffery

Results 40 issues of Feffery

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Needs Triage

### 🧐 问题描述 [详细地描述问题,让大家都能理解] 在官网[多层 circle packing](https://charts.ant.design/zh/examples/more-plots/circle-packing#nest)的例子中,`colorField`跟`sizeField`所设置的值没在`data`中的字段里出现过,且`color`参数的设置格式也没在参数说明里介绍过 ![image](https://user-images.githubusercontent.com/49147660/184820879-32226710-da0b-445c-a323-40715f32ed86.png) ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

### 🧐 问题描述 [详细地描述问题,让大家都能理解] 如题,不知道有没有比较方便的方法可以统一设置图表中各个字体的颜色,`dark`主题下字体还是以前的灰色看起来不明显 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

### 🧐 问题描述 [详细地描述问题,让大家都能理解] 如题,参数`animation: 'clipingWithData'`失效,旧版`g2plot`官网示例中还是正常的: https://g2plot-v1.antv.vision/zh/examples/line/multiple#line-label ![image](https://user-images.githubusercontent.com/49147660/168407325-db540967-28e6-45ca-a8cc-8454a5dd55bc.png) ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

plots

参考`AntdTree`、`AntdTreeSelect`现有相关功能

I want to get the zoom level when user scrolls, but I can't find relevant props in `dash-deck`.

How can I custom the parameter `container`, is there a demo?😀

When I was developing the Dash component with React functional component, I found `areEqual()` doesn't work when I use `React.memo(Component, [areEqual(prevProps, nextProps)])` to prevent some unnecessary redraw, in fact, once...

Once I wrapper the component in `React.memo()`, the component's persistence properties were lost efficacy. ![image](https://github.com/plotly/dash/assets/49147660/d4aa2299-252f-40b3-b813-269f7565e4ba)

I use the css below: ```css /* chrome, edge, not work🙃 */ ninja-keys::part(actions-list)::-webkit-scrollbar-thumb { background-color: #bfbfbf; outline: none; border-radius: 6px; } ninja-keys::part(actions-list)::-webkit-scrollbar { width: 6px; height: 6px; } /* firefox,...