-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
tooltipComponent={
<Tooltip
value={chartData}
position={{x: 10, y: 5}}
theme={{
label: {fontSize: 12},
shape: {width: 50,height:50},
formatter(value) {
return (
{value.y}
);
// return ${Number(value.y).toFixed(2)};
},
}}
/>
}
I had tried to create my custom component for the tooltips but not able to give position on the custom tooltips box it's take fixed position so please give me suggestion for that how can i set my tooltips on my chart data point
Metadata
Metadata
Assignees
Labels
No labels