Google charts timeline online for non software developers
In this post I provide an online way to create a Google Chart timeline type. Google charts are for software developers or people with some coding skills. Here, I try to allow common citizens use this technology. After reading the instructions you will be able to create a chart like the following: There are two ways Way I: Write in the input text field below The format write in it is: Category name1, event name1,Start date1, End Date1; Category name2, event name2,Start date2, End Date2; ...Category nameN, event nameN,Start dateN, End DateN Category name is the row name where the event will be added. According to the example above, it would be "President" or "Vice President". Event name is the event in colors that will be added to the categories. An event name would be "George Washington". Start date and end Date are the start and end date/time of the event. Both have the following structure "yyyy/mm/dd hh:mm" . It...