Search the Community
Showing results for tags 'zoomscatter'.
Found 4 results
-
Have been using scatter chart for some time, and a new requirement to use the zoomscatter has come up and upon changing the type to zoomscatter I get this error: Uncaught (in promise) Error: Error: Loading chunk 9 failed. (error: fusioncharts.zoomscatter.js) at HTMLScriptElement.a (VM37...
-
Custom tooltext for zoomscatter charts appears at random places on scrolling
aboli23 posted a topic in Bug Reports
The custom tooltext added to the zoomscatter plots appears fine as long as the page on which they are rendered is not scrolled. When the page is scrolled, the same tooltip (when hovered over the anchor at a specific point), now appears at random places and sometimes even shows up outside the ch...- 1 reply
-
- zoomscatter
- tooltext
-
(and 1 more)
Tagged with:
-
When I hover over the centre of the dot the tooltip is in the correct position but when I hover over the edge of the dot the tooltip renders further up the page and outside the chart element. Hovering over centre: Hovering over edge:
- 2 replies
-
- zoomscatter
- tooltip
-
(and 1 more)
Tagged with:
-
I am trying to create a scatter chart that also has a trend line following it. In some cases, for example in the image, the trend line is not linear. I know I can replicate this example in a normal scatter chart, by adding the trend data to the dataset and setting drawLine=1 and drawAnchor=0, but I...