Hi,
|
export let pointRender = (args) => {
if(args.point.outliers.length){
args.point.outliers[0] = 40;
}
};
<ChartComponent pointRender={pointRender}>
</ChartComponent> |
Hi,
Any update to this feature/improvement?
Hi Azfar,
We address reported requirements based on priority, and this feature has not been implemented yet. It will be available in one of our upcoming releases, and we will notify you once it has been included.
Regards,
Nishanthi