Hi Syncfusion!
I am using ejs-chart with type="column" and data:=[{x:'2001',y:10000},{x:'2002',y:5000},{x:'2001',y:9000},{x:'2001',y:1},{x:'2001',y:3},....]
When i use a (pointClick), i can not click a column that has small data ({x:'2001',y:1},{x:'2001',y:3})
So how can i solve this problem
Thanks!