Jump to content

UniChart disappears scale


Lena

Recommended Posts

Thank you very much, everything is fine!
One additional question:

When I start the app, sometimes, instead of the axis I see the little arrow. What does it mean this arrow?

How to remove and show the axis of the graph?

Thank you.

post-32-0-93116300-1443536910_thumb.jpg

Link to comment
Share on other sites

Hi.

In 1209:

№1. In version 1209 not disappeared bottom axis of the graph after clear data.

№2. When project start sometimes, instead of the axis I see the little arrow. But it is not big problem.

 

№1 is a big problem. It looks deformed.

Link to comment
Share on other sites

I more detailed examined the issue.

I installed the version 1206, and then in 1207.
The problem appeared again in my project in 1206, and 1207 versions.
I think the problem when the database graph gets a lot of data.

Link to comment
Share on other sites

  • Administrators

Not sure how this is coded in CPP, but it is worth a try...

procedure TMainForm.UniFormBeforeShow(Sender: TObject);
begin
  (UniPageControl1 as IUniJSInterface).JSConfig('deferredRender', [True],
      (UniPageControl1 as IUniJSObjects).JSObjects.Objects['tabpanel']);
end;

UniPageControl1 is your PageControl with Charts ...

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...