Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
showTip Action postion参数没有起到应有的效果
chart.dispatchAction({ type: 'showTip', seriesIndex: 0, dataIndex: 7, position: function() { alert(1); } }); 并没有弹出alert
chart.dispatchAction({ type: 'showTip', seriesIndex: 0, dataIndex: 7, position: [10,10] }); tooltip也并没有出现在预期的[10,10]的位置
The text was updated successfully, but these errors were encountered:
cfe3996
No branches or pull requests
One-line summary
showTip Action postion参数没有起到应有的效果
chart.dispatchAction({
type: 'showTip',
seriesIndex: 0,
dataIndex: 7,
position: function() {
alert(1);
}
});
并没有弹出alert
chart.dispatchAction({
type: 'showTip',
seriesIndex: 0,
dataIndex: 7,
position: [10,10]
});
tooltip也并没有出现在预期的[10,10]的位置
Version & Environment
The text was updated successfully, but these errors were encountered: