Text overlapping

Stimulsoft Dashboards.WEB discussion
Post Reply
ArnauINFR
Posts: 21
Joined: Fri Nov 05, 2021 10:01 am

Text overlapping

Post by ArnauINFR »

There is an option to see the whole text? Currently, words or phrases overlap.
Attachments
Captura.PNG
Captura.PNG (6.63 KiB) Viewed 1524 times
ArnauINFR
Posts: 21
Joined: Fri Nov 05, 2021 10:01 am

Re: Text overlapping

Post by ArnauINFR »

Also, I can't see the scroll bar in the viewer.
I'm using 2022.3.4 build with:

Code: Select all

var options = new Stimulsoft.Viewer.StiViewerOptions();
options.appearance.fullScreenMode = false;
options.appearance.scrollbarsMode = true;
var viewer = new Stimulsoft.Viewer.StiViewer(options, "StiViewer", false);
var report = new Stimulsoft.Report.StiReport();
report.loadFile("/application/modules/proyectos/views/reports/Dashboard.mrt");
viewer.report = report;
As you can see in the attached image the page is cut and there's no scrollbar anywhere
Attachments
Captura.PNG
Captura.PNG (135.2 KiB) Viewed 1522 times
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Text overlapping

Post by Lech Kulikowski »

Hello,

Please send us a sample project that reproduces the issue for analysis.

Thank you.
ArnauINFR
Posts: 21
Joined: Fri Nov 05, 2021 10:01 am

Re: Text overlapping

Post by ArnauINFR »

Hi, I've been doing some test cause I can't reproduce my issue in a simple sample. I guess some scripts that I have in my application project are facing each other.
If I put my code in a basic project all works well, so I will try to adapt it or check where the scripts are facing.
Otherwise, any idea per making the text don't overlap? If you just put a long string in the X axe, string lines overlap as you can see in the previous attached photo.
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Text overlapping

Post by Lech Kulikowski »

Hello,

With a project, it is difficult to say. Most probably some global styles occur the issue.

Thank you.
Post Reply