Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nizos/after-effects-csv-line-graph
After Effects project for rendering Line graphs using data from CSV files
https://github.com/nizos/after-effects-csv-line-graph
after-effects aftereffects csv graph line-graph linegraph project
Last synced: about 18 hours ago
JSON representation
After Effects project for rendering Line graphs using data from CSV files
- Host: GitHub
- URL: https://github.com/nizos/after-effects-csv-line-graph
- Owner: nizos
- Created: 2019-09-25T22:38:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T06:31:06.000Z (over 3 years ago)
- Last Synced: 2024-11-06T10:25:20.169Z (about 2 months ago)
- Topics: after-effects, aftereffects, csv, graph, line-graph, linegraph, project
- Homepage:
- Size: 3.2 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# After Effects CSV Line Graph
## Features
* Uses data from CSV file.
* Renders up to 3 series per graph.
* Up to 200 data points per series.
* Easy slider controls for:
* Graph: size & position.
* Animation: start & end time.
* Callouts: Number of callouts to show, callout color, opacity, size & position.
* Gridline: Number of gridlines to show, gridline width, color & opacity.
* Axis labels: Number of labels to show, interval, color & opacity.
* Series line: Line width, color, opacity, animation start & end time.
* Axis: Start & end values for X & Y Axis.## Screenshot
![alt text](https://github.com/nizos/After-Effects-CSV-Line-Graph/blob/master/Screenshot/Line%20Graph%20Screenshot.png "Screenshot of an example line graph using the project")
Render example:
https://youtu.be/knmlqEKm7m0## Troubleshooting
### CSV data changes not showing
This might be due to the original csv data being already imported. To correct this, do the following:
1. Download a new copy of the project.
2. Replace the CSV file before opening the project.
3. Open the project and start the render.If this does not solve the problem for you, try the following:
* Make sure that the first line in the CSV file contains the column names (Time, Value).
* Try using the same time format used in the original CSV files.
* Open a new issue and I will have a look at it.