Search the Community
Showing results for tags 'tooltips'.
-
Hello, I am trying to use the example from the following code with my license string. "Displaying Tooltips on Fixed Location" http://support.softwarefx.com/jChartFX/article/2502350 However, I get the following messages. My example is located at the following URL. http://www.lucid-trend.com/Jchart_tryme.htm Pls, help me resolve this issue. Thank you for resolving my license key issue. Kind regards Raj jchartfx.advanced.js:96 Uncaught TypeError: Cannot read property 'prototype' of undefined at jchartfx.advanced.js:96 at jchartfx.advanced.js:98 (anonymous) @ jchartfx.advanced.js:96 (anonymous) @ jchartfx.advanced.js:98 jchartfx.userInterface.js:12 Uncaught TypeError: f.split is not a function at k.a (jchartfx.userInterface.js:12) at f.an (jchartfx.coreVector.js:718) at Sae (jchartfx.coreVector.js:155) at S.doUpdate (jchartfx.system.js:104) at S._c2 (jchartfx.system.js:100) at f._c2 (jchartfx.system.js:100) at f.create (jchartfx.system.js:101) at f.create (jchartfx.coreVector.js:687) at loadChart (Jchart_tryme.htm:81) at onload (Jchart_tryme.htm:21) a @ jchartfx.userInterface.js:12 an @ jchartfx.coreVector.js:718 Sae @ jchartfx.coreVector.js:155 doUpdate @ jchartfx.system.js:104 _c2 @ jchartfx.system.js:100 _c2 @ jchartfx.system.js:100 create @ jchartfx.system.js:101 create @ jchartfx.coreVector.js:687 loadChart @ Jchart_tryme.htm:81 onload @ Jchart_tryme.htm:21
-
Tooltips not appearing on single-series line charts
LordParallax posted a question in General Questions
The title pretty much says it all. On charts with 2 or more series' the tooltips work correctly as you'd expect. However on single-series charts hovering over points will not display the tooltip. Is there a way to change this? Thanks