You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Graph charts
2.0.1
Creates graph charts by input json data source and dimension parameters.
Required Target url with json data source.
Optional Graph chart name (default demo)
Optional Graph chart path (default images)
Optional Graph chart image width (default 1024)
Optional Graph chart image height (default 768)
Generated graph chart image (stored in the root directory)
- name: Create graph charts
uses: alexrogalskiy/github-action-charts@master
with:
url: 'https://raw.githubusercontent.com/plotly/plotly.js/master/test/image/mocks/0.json'
name: 'chart'
path: 'images'
width: 400
height: 400