jcsaiz Posted June 27, 2013 Report Share Posted June 27, 2013 Hi, I have a problem with the tooltips of my chart, the tooltips appears but don't inside the chart. I try a lot o thing but nothing seem to work. Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted July 1, 2013 Report Share Posted July 1, 2013 We have fixed a couple of issues related to div positioning. Can you post a small HTML sample that duplicates your issue? Have you downloaded 7.1? Regards, JuanC Quote Link to comment Share on other sites More sharing options...
0 ramon Posted July 15, 2013 Report Share Posted July 15, 2013 Hello there, I'm having the same issue and yes I downloaded the 7.1 release, below is my code..please support var chart1; function loadChart() { chart1 = new cfx.Chart(); chart1.getAnimations().getLoad().setEnabled(true); chart1.setGallery(cfx.Gallery.Bar); chart1.getLegendBox().setVisible(false); var data = JSON.parse(document.getElementById('HiddenField1').value); chart1.getAllSeries().getPointLabels().setVisible(true); chart1.getAxisY().setAutoScale(true); chart1.getAxisY().resetScale(); chart1.recalculateScale(); chart1.setDataSource(data); var divHolder = document.getElementById('ChartDiv'); chart1.create(divHolder); } Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted July 16, 2013 Report Share Posted July 16, 2013 In order to duplicate and try to fix the issue we need a sample HTML page that exhibits the problem, the bug is likely due to the structure of your page and attributes of the div 'ChartDiv' along with its parents. If possible try posting a sample HTML page as an attachment or email one to support at softwarefx dot com Regards, JuanC Quote Link to comment Share on other sites More sharing options...
Question
jcsaiz
Hi, I have a problem with the tooltips of my chart, the tooltips appears but don't inside the chart. I try a lot o thing but nothing seem to work.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.