Re: 4D Chart replacement

2021-05-26 Thread Keith Goebel via 4D_Tech
Hi Jörg.
I am out of it now but we replaced it with HighCharts.
It meant minimal learning of JavaScript, but pretty easy using their templates 
and just tweaking them as required.
Allowed us to do graphs with up to 6 plotting scales (3 at each end) with full 
control of titles, legends, colours and x/y subtitles.
We were able to set it up so it all ran on the local computer (accessing 
JavaScript libraries stored locally) so no need for internet access for the 
graphs (was very fast).
HTH, Keith

> ...
> Are there any suggestions for a replacement for 4D Chart?
...
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D Chart replacement

2021-05-26 Thread Jörg Knebel via 4D_Tech
Alex,

> On 27 /05 /2021, at 00:56, Herr Alexander Heintz via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> My current favorite here is Apache eCharts

Thanks for that.

Cheers
Jörg
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D Chart replacement

2021-05-26 Thread Herr Alexander Heintz via 4D_Tech
My current favorite here is Apache eCharts.
Extremely powerful with an export/render to SVG option for all charts.
Some of the documentation is slightly chinese heavy in text, but the examples 
are great and they have an online editor where you can test all settings and 
parameters on the fly, works really great.

Cheers
Alex

> Am 26.05.2021 um 15:53 schrieb THOMAS BENEDICT via 4D_Tech 
> <4d_tech@lists.4d.com>:
> 
> There are lots of Javascript based charting libraries available. Many years 
> ago I used Google Chart, which is now deprecated, to quickly move some server 
> metrics graphs out of 4D Chart. Basically you pass the data to the library 
> then it sends back the chart which you display in a Web Area.
> 
> HTH,
> 
> Tom Benedict
> 
>> On 05/26/2021 4:13 AM Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com> wrote:
>> 
>> 
>> G’day,
>> 
>> Are there any suggestions for a replacement for 4D Chart?
>> 
>> Thanks in advance.
>> 
>> Cheers
>> Jörg
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D Chart replacement

2021-05-26 Thread THOMAS BENEDICT via 4D_Tech
There are lots of Javascript based charting libraries available. Many years ago 
I used Google Chart, which is now deprecated, to quickly move some server 
metrics graphs out of 4D Chart. Basically you pass the data to the library then 
it sends back the chart which you display in a Web Area.

HTH,

Tom Benedict

> On 05/26/2021 4:13 AM Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com> wrote:
> 
>  
> G’day,
> 
> Are there any suggestions for a replacement for 4D Chart?
> 
> Thanks in advance.
> 
> Cheers
> Jörg
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4D Chart replacement

2021-05-26 Thread Randy Kaempen via 4D_Tech
Jörg,

> On May 26, 2021, at 6:13 AM, Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> Are there any suggestions for a replacement for 4D Chart?

Personally, I wrote my own graphing procedure, based on SVG and what 4D returns 
for graphing.


Randy Kaempen
Intellex Corporation

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**