Jump to content

Charts are Overlapping


mos

Recommended Posts

Hi,
We are having an unusual issue with the charts, we are currently using Delphi XE2 and highcharts.

The charts are being updated by passing setData parameters. But on one of our test deployments, the charts are unusually overlapping, I cannot replicate the issue in my development environment.

But here are some screenshots of what is happening
image.png.649f541ef91504aeb70b5c3834c97c47.png
as shown in the image above, the chart with the value of 2 is somehow behind the chart that's valued 13.

But once we refresh the charts, ie. reload everything.
image.png.17c23c001def9c269116709e4b186f0c.png
they are now 2 separate bars.

If anyone has any experience with this issue and solved it, would be greatly appeciated.

 

Also, below are the commands used

chart = $('#containerO4E9').highcharts();
chart.series[0].setData([{name:"Bar 1",y:13},{name:"Bar 2",y:2}]);

 

Thanks!

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.

Guest
Reply to this topic...

×   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.

×
×
  • Create New...