|
|
@@ -35,7 +35,6 @@ export default {
|
|
|
y: 0
|
|
|
},
|
|
|
buildPath: function(ctx, shape) {
|
|
|
- console.log(ctx, shape)
|
|
|
const yAxisPoint = shape.yAxisPoint
|
|
|
const c0 = [shape.x, shape.y]
|
|
|
const c1 = [shape.x + 9, shape.y - 9]
|
|
|
@@ -133,12 +132,7 @@ export default {
|
|
|
series: [{
|
|
|
type: 'custom',
|
|
|
renderItem: function(params, api) {
|
|
|
- window.console.log('params', params)
|
|
|
- window.console.log('api', api)
|
|
|
- window['params'] = params
|
|
|
- window['api'] = api
|
|
|
const location = api.coord([api.value(0), api.value(1)])
|
|
|
- window.console.log('location', location)
|
|
|
|
|
|
return {
|
|
|
type: 'group',
|