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
http://echarts.baidu.com/demo.html#candlestick-sh 我在上面示例下修改成如下代码 series: [ { name: '上证指数', type: 'candlestick', data: data0.values, markPoint :{ data : [{ coord: ['2013/5/29', 2150], name: '某个坐标', }] } } 发现没有任何效果,没有标记出来, 我把如上格式换到柱形,折线甚至箱型图下都会显示 这个是我自己错误还是项目BUG
series: [ { name: '上证指数', type: 'candlestick', data: data0.values, markPoint :{ data : [{ coord: ['2013/5/29', 2150], name: '某个坐标', }] } }
The text was updated successfully, but these errors were encountered:
fd77152
No branches or pull requests
http://echarts.baidu.com/demo.html#candlestick-sh
我在上面示例下修改成如下代码
series: [ { name: '上证指数', type: 'candlestick', data: data0.values, markPoint :{ data : [{ coord: ['2013/5/29', 2150], name: '某个坐标', }] } }
发现没有任何效果,没有标记出来,
我把如上格式换到柱形,折线甚至箱型图下都会显示
这个是我自己错误还是项目BUG
The text was updated successfully, but these errors were encountered: