EWChina999

Results 4 issues of EWChina999

With jQuery, we can get the selected points by a click on the line charts . Then we can generate another charts with the data point the user clicks on....

enhancement
future work

I did not find a way to make polar plot? Could you make one example ![image](https://user-images.githubusercontent.com/104311689/167347156-dd078fe2-ac0b-4339-b289-de2f3d583334.png)

help wanted

### 问题描述 使用facetRect() 做横向排列的对比直方图时,从第二个直方图起无法去掉Y轴label,而且Color 标题不能取消,目的是为了节省视图空间。在制造行业,为了做设备之间工艺参数性能对比,横向排列的对比直方图 (也就是直方图的每一个长方格与X轴平行)非常有用。 ### 重现链接 https://g2.antv.antgroup.com/examples/analysis/bin/#binx ### 重现步骤 进入 https://g2.antv.antgroup.com/examples/analysis/bin/#binx , 使用如下代码 import { Chart } from "@antv/g2"; const chart = new Chart({ container: "container", paddingTop: 60,...

请参考这个链接 https://github.com/highcharts/highcharts/issues/15553, 1)增加图表放大功能 2)图表点击可以输出那一点的数据:点击图表,然后点击图表下的BUTTON,可以得到点击那一点的数据,谢谢