Search found 7 matches

by navnathkalhatkar
Mon Oct 25, 2021 3:28 pm
Forum: Stimulsoft Ultimate
Topic: Issue with a chart arguments
Replies: 5
Views: 3203

Issue with Date Format in Scatter graph plot

hello, I have occurred issue with the Scatter graph plot. it does not show any date format on the y-axis instead of the date it shows numbers. how to resolve this issue (Attachment: priview.JPG - in this image date is showing in Stimulsoft preview) (Attachment: browmrt.JPG - in this image date is sh...
by navnathkalhatkar
Wed Sep 29, 2021 9:42 am
Forum: Stimulsoft Reports.JS
Topic: Scrollbar missing?
Replies: 7
Views: 2502

Re: Scrollbar missing?

Got the Problem solved. Seems that the setting inside of StiViewerOptions.Appearance.ScrollBarsMode was changed from default true to default false. after we added the line to set this value to true it worked again. can you pls tell in detail how to do this, at my end horizontal scrollbar is missing
by navnathkalhatkar
Mon Sep 13, 2021 6:28 am
Forum: Talks
Topic: JAVA REST API with Stimulsoft
Replies: 7
Views: 3307

Re: JAVA REST API with Stimulsoft

Hello sir, this is my REST API URL "http://localhost:8080/programDashboard/getListOfDashboardProgram?userId=13" it gives me a response in the below format. { "Result": [ { "id": 177, "program_Number": "70005", "program_Name": "70005- 2...
by navnathkalhatkar
Thu Sep 09, 2021 11:31 am
Forum: Talks
Topic: JAVA REST API with Stimulsoft
Replies: 7
Views: 3307

Re: JAVA REST API with Stimulsoft

Hello,

My Rest API data is Live it will change day by day then which way choose to do that operation.

thank you.
by navnathkalhatkar
Thu Sep 09, 2021 11:13 am
Forum: Talks
Topic: JAVA REST API with Stimulsoft
Replies: 7
Views: 3307

Re: JAVA REST API with Stimulsoft

Hello,

how I connect my data with javascript API and Pass it into Stimulsoft.

Thank you
by navnathkalhatkar
Thu Sep 09, 2021 11:10 am
Forum: Stimulsoft Reports.NET
Topic: Connection string to a REST API
Replies: 9
Views: 3130

Re: Connection string to a REST API

Hello,

I'm using a java REST API which gives me a Simple JSON response but Stimulsoft not showing any table of my requested API.
pls give a solution on how to use Odata in JAVA REST API

Thank you
by navnathkalhatkar
Thu Sep 09, 2021 5:56 am
Forum: Talks
Topic: JAVA REST API with Stimulsoft
Replies: 7
Views: 3307

JAVA REST API with Stimulsoft

Hello everyone,
I need help to integrate my JAVA REST API into Stimulsoft Application and create Dashboard. take input Datasource through JAVA REST API