We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
只有一个点位数据时不显示tooltip,多于一个点位时正常
$.get( ROOT_PATH + '/data/asset/data/life-expectancy-table.json', function (data) { option = { tooltip: {}, xAxis3D: { type: 'value', name: 'X', min: 0, max: 300, interval: 100, axisLabel: {} }, yAxis3D: { type: 'value', name: 'Y', min: 0, max: 300, interval: 100, axisLabel: {} }, zAxis3D: { type: 'value', name: 'Z', min: 0, max: 300, interval: 100, axisLabel: {} }, grid3D: {}, series: [ { name: 'point', type: 'scatter3D', data: [ [0, 0, 0], [100, 150, 200] ], itemStyle: { color: 'red', borderColor: 'white', borderWidth: 1 } } ] }; myChart.setOption(option); } );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
只有一个点位数据时不显示tooltip,多于一个点位时正常
The text was updated successfully, but these errors were encountered: