Lyrics & Knowledge Personal Pages Record Shop Auction Links Radio & Media Kids Membership Help
The Mudcat Cafesj



User Name Thread Name Subject Posted
Jon Freeman DECLUTTER * Health/Home Ecologic-Innovation *2023 (1376* d) RE: DECLUTTER * Health/Home Ecologic-Innovation *2023 24 Aug 23


Google Charts is more of a programmer/web developer thing but it could be quite handy if you wanted a chart on a web page. Here are some pie charts for you: my gd png version, my svg version and a much fancier google version. For the Google one, I used:
var data = google.visualization.arrayToDataTable([
['Book',       'Count'],
['Matthew',    34],
['Mark',       18],
['Luke',       22],
['John',       15],
]);

var options = {
title: 'Word Count',
pieSliceText: 'value',
height: '400',
width: '500',
slices: {
            3: {offset: 0.1},
        },
};
Putting stuff in the JavaScript code probably looks a bit odd to you but it’s OK if you keep the brackets and commas as they are in the examples and a lot of what you might want to change is quite clear.

I’ve never used a FAX machine but back when we were on dial up Internet and I had a Fax Modem, I used to have a program which could do Fax and act as an answer phone. Reading of Faxes got me racking my brains trying to remember what the machine in our offices at Hotpoint was. Then I remembered it was a Telex machine.




Back to the Main Forum Page

By clicking on the User Name, you will requery the forum for that user. You will see everything that he or she has posted with that Mudcat name.

By clicking on the Thread Name, you will be sent to the Forum on that thread as if you selected it from the main Mudcat Forum page.
   * Click on the linked number with * to view the thread split into pages (click "d" for chronologically descending).

By clicking on the Subject, you will also go to the thread as if you selected it from the original Forum page, but also go directly to that particular message.

By clicking on the Date (Posted), you will dig out every message posted that day.

Try it all, you will see.