如何获取图例高度?
Closed this issue · 1 comments
Molly29 commented
因为需求关系,这块不能使用scroll类型图例,并且由于图例数量不确定,图例过多会和下面图形重叠;
react-native-echarts-pro【1.9.1】
Platform【android】
Demo:
Current Behavior
目前echarts官方提供了一个可以获取动态图例高度的方法,得到的这个高度的值可以设置给grid.top。
https://github.com/apache/echarts/issues/19755
但是使用react-native-echarts-pro无法调用官方示例的方法。
Expected Behavior
希望能支持调用官方的方法,或者给出获取图例的API