Home > front end >  V - charts, illustrations and click event?
V - charts, illustrations and click event?

Time:09-25

V - charts, illustrations and click event?

CodePudding user response:

Ve - pie chart click event

CodePudding user response:

: events="chartEvents"


Let the self=this
Enclosing chartEvents={
Click: function (item) {
The self. The name=item. The name
. The console. The log (item name)
}
}

ChartSettings: {
DataType: 'percent,
LegendLimit: 1,
The radius: 150,
SelectedMode: 'single',
HoverAnimation: false
},
"Click" add event listeners
  • Related