Jump to content
JChartFX Community
  • 0

tooltips displays out of the chart


jcsaiz

Question

3 answers to this question

Recommended Posts

  • 0

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);

        }

Link to comment
Share on other sites

  • 0

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 

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...