Posted by Joachim at 12:47 on Friday 29th October 2021[link]
hi,
just installed and tried v6.04. When using the default for tooltipsEffect "slide" tooltips do not close anymore once they have opened. What is the problem?
Posted by Richard at 13:09 on Friday 29th October 2021[link]
Can you post a link to the page in question? What happens if you set the tooltipsEffect property back to "fade"? Is there any error message in the error console?
Posted by Joachim at 16:58 on Friday 29th October 2021[link]
<!-- And added these instead -->
<script src="/libraries/RGraph.common.core.js"></script>
<script src="/libraries/RGraph.common.dynamic.js"></script>
<script src="/libraries/RGraph.common.tooltips.js"></script>
<script src="/libraries/RGraph.bar.js"></script>
(Which are the JS libraries on my own website)
And it seems to be OK. Could it be that you didn't upgrade all the scripts to v6.04?
Posted by Joachim at 11:52 on Saturday 30th October 2021[link]
hi,
found the problem (thanks for your hint). I've setup a "common" lib containing:
"core",
"tooltips",
"dynamic",
"effects",
"key",
"keyinteractive",
"contextmenu",
"csv",
"annotate"
I had to remove lib "RGraph.common.annotate.js" as it caused the problem. Now option "slide" works fine.