Hello.
1. Is it possible to let the tooltip option work for scatter charts using the chartjs engine?
2. Is there a way to do report linking or external linking on the points in a scatter chart (also using chartjs).
Regards,
Maron
Hello.
1. Is it possible to let the tooltip option work for scatter charts using the chartjs engine?
2. Is there a way to do report linking or external linking on the points in a scatter chart (also using chartjs).
Regards,
Maron
The tooltip is currently a fixed format. We can take a look if the tooltip
-option could be supported.
The report linking should work as usual:
select 'dbr.report', 'sp_DBR_scatter_link', 'inN=series', 'inX=x', 'inY=y', 'popup'; select series, x, y
from data;
--
myDBR Team
The chart option tooltip
is now fully supported in ChartJS-charts.
--
myDBR Team
I don't think linking works correctly. If I add a column to use for linking (I use dbr.url for external url linking in this case) it seems to take that column but from a different row in the table than the one applicable.
This has been fixed in myDBR 6.4.1. Thank you for reporting this.
--
myDBR Team
You must log in to post.