Timeline Chart
See original GitHub issueI can’t create timeline chart using those configurations. It says React Chart Rendering...
then nothing happens, no console error.
<Chart
chartType="Timeline"
columns={[{"id":"President","type":"string"},{"id":"Start","type":"number"},{"id":"End","type":"number"}]}
rows={[["Washington",12,14],["Adams",12,14],["Jefferson",12,14]]}
graph_id="ScatterChart"
options={{"width":"600px"}}
width={"100%"}
chartPackage={"timeline"}
/>
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Timeline Chart Maker – 100+ stunning chart types - Vizzlo
Our free chart maker helps you create beautiful project management timelines. Online, in PowerPoint, or Google Slides. Create Timeline Chart ...
Read more >Timelines - Office.com - Microsoft Office templates
Track or visualize your progress with PowerPoint and Excel diagram timeline templates for product roadmaps, workplans, milestones, history and more.
Read more >What are Timeline Charts and How to Use Them?
1. Choose an event or process you’d like to represent with your timeline. 2. Collect all relevant information, such as dates, tasks, descriptions,...
Read more >Timelines | Charts - Google Developers
A timeline is a chart that depicts how a set of resources are used over time. If you're managing a software project and...
Read more >How to Create Timeline Chart in Excel Quickly and Easily
Timeline chart is a type of chart that visually shows the chronological sequence of past or future events on a timescale. The chart's...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey ! Thanks for reporting 😃 Regarding your problem I can see 4 issues in the code you wrote :
chartPackages
prop notchartPackage
in order to load the packages.chartPackages
expects an array not a string (we want to be able to load many packages simultaneously). So it should bechartPackages={['timeline']}
date
Here is a working version of your code that I ran :
This is not very clear in the examples and docs, I’ll try to make better docs when I have some free time 😃 Hope this helps, Cheers !
how would following example look like in react-google-charts? http://jsfiddle.net/asgallant/qgo310pc/1/
I can’t seem to plot this…