Re: Charts widget.

2023-08-29 Thread Bernard Devlin via use-livecode
tation (other than the obvious dictionary entries) > about how to do different kinds of chart ? > > In the last 4-6 months, I've done 3 or 4 little personal projects where > I wanted to create a chart, but I've not been able to figure out how to > use the charts widget to d

Re: Charts widget.

2022-09-26 Thread Alex Tweedly via use-livecode
nted to create a chart, but I've not been able to figure out how to use the charts widget to do time-based charts. What I mean is, e.g., create a chart for the following data 2022-02-01    100 2022-02-04    500 2022-02-05    525 2022-02-17    900 Obviously, the dates along the X-

Re: Charts widget.

2022-09-26 Thread Paul Dupuis via use-livecode
rent kinds of chart ? In the last 4-6 months, I've done 3 or 4 little personal projects where I wanted to create a chart, but I've not been able to figure out how to use the charts widget to do time-based charts. What I mean is, e.g., create a chart for the following data

Re: Charts widget.

2022-09-26 Thread Mike Kerner via use-livecode
; > >> Is there some documentation (other than the obvious dictionary entries) > >> about how to do different kinds of chart ? > >> > >> In the last 4-6 months, I've done 3 or 4 little personal projects where > >> I wanted to create a chart, but I&

Re: Charts widget.

2022-09-26 Thread Paul Dupuis via use-livecode
Where the heck is the chart widget (com.livecode.widget.chart)? It is not among the widgets in LC 9.6.8 or added by the Summer Bundle? Is it from LC or a 3rd party? If so from where? ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Charts widget.

2022-09-26 Thread Alex Tweedly via use-livecode
ere I wanted to create a chart, but I've not been able to figure out how to use the charts widget to do time-based charts. What I mean is, e.g., create a chart for the following data 2022-02-01100 2022-02-04500 2022-02-05525 2022-02-17900 Obviously, the dates along the

Re: Charts widget.

2022-09-25 Thread Mike Kerner via use-livecode
s) > about how to do different kinds of chart ? > > In the last 4-6 months, I've done 3 or 4 little personal projects where > I wanted to create a chart, but I've not been able to figure out how to > use the charts widget to do time-based charts. > > What I mean is, e.

Charts widget.

2022-09-25 Thread Alex Tweedly via use-livecode
ow to use the charts widget to do time-based charts. What I mean is, e.g., create a chart for the following data 2022-02-01    100 2022-02-04    500 2022-02-05    525 2022-02-17    900 Obviously, the dates along the X-axis should be spaced properly according to their data value, n