Opened 12 years ago
Closed 11 years ago
#11843 closed defect (fixed)
Using FF 3:6.10 I don't get the tooltips on charts
Reported by: | zladivliba | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Charting | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi,
I just noticed after upgrading firefox that I don't get tooltips over charts using my new version : 3.6.10 under ubuntu.
Nothing appears.
Change History (8)
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|---|
Priority: | highest → normal |
severity: | blocker → normal |
Status: | new → assigned |
comment:2 follow-up: 4 Changed 12 years ago by
I'm looking at this page: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/charting/tests/test_event2d.html
And I can't get any tooltips. By the way I'm on irc on the dojo channel logged right now, if you need more info, don't hesitate to contact me.
comment:3 Changed 12 years ago by
I've tried this code but I'm not sure it's set up properly to see the tooltip
console.log("building tasksCOmpleted");
this.areaChart = new dojox.charting.Chart2D(this.TasksCompletedGraph?); this.areaChart.addAxis("x"); this.areaChart.addPlot("default", {type: "StackedAreas?"}); this.areaChart.addSeries("Series D", [5,10,14,12,18,17,11]); this.areaChart.addSeries("Series A", [3,5,4,2,8,7,1]);
var anim10c = new dojox.charting.action2d.Tooltip(this.areaChart, "default");
this.areaChart.render();
comment:4 Changed 12 years ago by
Replying to zladivliba:
I'm looking at this page: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/charting/tests/test_event2d.html
And I can't get any tooltips. By the way I'm on irc on the dojo channel logged right now, if you need more info, don't hesitate to contact me.
I don't see any tooltips either with FF 3.6.12pre. Probably something has changed in dijit.Tooltip
. I'll investigate.
comment:5 Changed 12 years ago by
Ok, I just cheched the code I provided doesn't work at all ; my fault I cc somehting that has nothing to do with the current question ;-)
But still there's a problem with the tooltips because of the page I pointed out I thnik.
comment:6 Changed 12 years ago by
Chart tooltips do not work on Chrome 8.0.552.215 nor on Firefox 3.6.13 running on Ubuntu 10.10.
comment:7 Changed 11 years ago by
Milestone: | future → 1.6 |
---|
comment:8 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Do bundled tests work for you? Is there any way to reproduce the effect with a minimalistic example?