Zhen Ju
Zhen Ju
Hi, dear maintainer. This is not a PR intending to be merged into master branch, but to create a new PR to support ROS2 galactic, since there are some API...
Remove the unnecessary spaces in the tail of lines in README
### Is your feature request related to a problem? No ### What solution would you like? An argument to opensearch client's `__init__` method to turn off the successful requests log...
### 🧐 问题描述 [详细地描述问题,让大家都能理解] 在1.x中,示例文档有专门的地图组件,从`@ant-design/maps`包引用相关组件即可。 在2.x中,文档中似乎只有常规图表,没有地图。从`@ant-design/maps`引用地图组件(如AreaMap),MapConfig的格式也发生了变化,导致报错。 请问目前在2.x中使用地图组件有什么推荐方案吗? ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ```typescript import React from 'react'; import {AreaMap} from "@ant-design/maps"; const color = [ 'rgb(255,255,217)', 'rgb(237,248,177)', 'rgb(199,233,180)', 'rgb(127,205,187)', 'rgb(65,182,196)', 'rgb(29,145,192)',...