Search found 12 matches

by jonasrotilli
Wed Dec 02, 2020 9:38 pm
Forum: Stimulsoft Dashboards.JS
Topic: Format date in chart
Replies: 1
Views: 2454

Format date in chart

1 - I have a DateTime column, which is the axis X of my chart. How to format? Example, dd.MM.YY? 2 - In number, if I fill the "Format" field with the letter C, it is formatted in number, D in year. Where can I get a table with these acronyms? There is nothing in the documentation about thi...
by jonasrotilli
Mon Jun 15, 2020 4:03 am
Forum: Stimulsoft Reports.JS
Topic: Range Property in chart
Replies: 1
Views: 660

Range Property in chart

I need the Range Property on a graph to be between the minimum and maximum value of the data source. I have no way of knowing this before the execution. If I leave it marked "automatic", it is displayed from zero to the maximum number. If I leave it unchecked, too. It only works if I "...
by jonasrotilli
Sat Nov 16, 2019 6:09 pm
Forum: Stimulsoft Reports.WEB
Topic: Export PDF with missing text
Replies: 4
Views: 1756

Re: Export PDF with missing text

I also have similar problem with the same version. A text field, enabled html, when exporting PDF does not have the correct size, is cut.
by jonasrotilli
Thu Nov 07, 2019 8:34 pm
Forum: Stimulsoft Dashboards.JS
Topic: Cross-tab column summary problem version 2019
Replies: 1
Views: 1857

Cross-tab column summary problem version 2019

I have a cross-tab that in the "summary" option I put a string. It works perfectly on version 2018.3.2, but today I went to upgrade to the new version (2019.4.1) and it gets totally wrong. The string does not appear correctly, but a number. It is exactly the same data source and same repor...
by jonasrotilli
Thu Nov 07, 2019 6:29 pm
Forum: Stimulsoft Reports.JS
Topic: Version 2019.3.7 design Cros-tab data
Replies: 5
Views: 1701

Re: Version 2019.3.7 design Cros-tab data

Hello, and how much will this new version be released? what is the forecast?
by jonasrotilli
Tue Oct 29, 2019 11:40 am
Forum: Stimulsoft Reports.JS
Topic: Version 2019.3.7 design Cros-tab data
Replies: 5
Views: 1701

Re: Version 2019.3.7 design Cros-tab data

Hello,
The same goes for the graphics. Double clicking on the chart does not bring up the options that are in the first line (chart, series, area, labels, styles).
This in the designer for mac.
by jonasrotilli
Wed Oct 23, 2019 12:59 pm
Forum: Stimulsoft Reports.JS
Topic: Version 2019.3.7 design Cros-tab data
Replies: 5
Views: 1701

Version 2019.3.7 design Cros-tab data

In this new version of design the option to change the data source of an existing cross-tab is missing. Options only appear if you are adding a new cross-tab. But I need, for example, to change the filter of a cross-tab. See the photo in attachments. Before clicking twice on the cross-tab, the optio...
by jonasrotilli
Tue Oct 30, 2018 8:21 pm
Forum: Stimulsoft Reports.JS
Topic: Enjoy full graph area
Replies: 1
Views: 819

Enjoy full graph area

How to take advantage of the total area of the chart?
Chart1.png
Chart1.png (21.71 KiB) Viewed 819 times
It gets a huge space before and after, like the image above. Is there any way to change the size of this space?
How to change the width of the bars?
by jonasrotilli
Mon Oct 29, 2018 3:17 pm
Forum: Stimulsoft Reports.JS
Topic: Connect Report to MS SQL Server
Replies: 4
Views: 3072

Re: Connect Report to MS SQL Server

After many attempts I succeeded! For those who go through the same difficulty I did like this: 1 - Make a Node server that returns your queries in Json format. It should be working when you access the path of your node, for example, when typing in the browser http: // localhost: 1516 / api / article...
by jonasrotilli
Mon Oct 29, 2018 12:08 am
Forum: Stimulsoft Reports.JS
Topic: Connect Report to MS SQL Server
Replies: 4
Views: 3072

Re: Connect Report to MS SQL Server

Do you mean that I should then choose the "SQL Server" option in the designer, and even put in the RegData() method in JavaScript before calling the report? Give me an example of this RegData() that works, because with dataSet.readJsonFile("http://localhost:9615") has already tri...