Hello,
We are using synfusion accumulation chart. The tooltip is blocking the view. Is there any way to set the position of tooltip.
I tried the below method but it didn't work.
HTML
.ts File
Result:
|
<e-accumulation-annotations>
<e-accumulation-annotation
content="<div id='container_tooltip'></div>"
>
</e-accumulation-annotation>
</e-accumulation-annotations> |
Hello,
Thank you for reverting back.
So as I can see we have no control for positioning tooltip as of now?
Thank You
Hi Ansuman,
We have included support for “Position the tooltip at a fixed location”. We have also prepared a sample that demonstrates to position the tooltip at a fixed location in accumulation chart.
Code-snippet:
|
public tooltip: Object = { enable: true, location: { x: 150, y: 80}, }; |
Screenshot:
Sample: https://stackblitz.com/edit/angular-vhdxqn-g46f95?file=app.component.html
Regards,
Nishanthi