我想为yAxis
标题点击设置yAxis
极限。
yAxes[i].setExtremes(min, max);
我能够在onclick
标签*上捕获yAxis
事件。
Here is the JSFiddle demo
但我想启用单击yAxis
标题并从用户那里获取值并设置极限值。
答案 0 :(得分:2)
要捕获public class HttpPost {
AsyncReponseHttpSending delegate = new AsyncReponseHttpSending() {
@Override
public void onHttpResult(int httpCode, String httpMessage, String body) {
}
};
final String url = "https://postman-echo.com/post";
final Object data = null;
HttpSending postMethod = HttpSending.sendHttpPost(delegate,url,data );
}
的轴标题,可以使用现有的遍历轴的方法,并向onclick
(JSFiddle)添加类似的onclick
函数:
axis.axisTitle.element