Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
image

GitHub Action

Graph charts

2.0.1

Graph charts

image

Graph charts

Create graph charts by input json data source

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Graph charts

uses: AlexRogalskiy/[email protected]

Learn more about this action in AlexRogalskiy/github-action-charts

Choose a version

Graph charts

GitHub marketplace

management: perfekt👌 code style: prettier

DeepScan grade GitHub tag (latest by date) GitHub Release Date Lines of code GitHub closed issues GitHub closed pull requests GitHub repo size GitHub last commit GitHub language count GitHub search hit counter GitHub Repository branches GitHub Repository dependents Dependabot NewReleases Hits-of-Code CI

ComVer Public workflows that use this action. Licence

Description

Creates graph charts by input json data source and dimension parameters.

Inputs

url

Required Target url with json data source.

name

Optional Graph chart name (default demo)

path

Optional Graph chart path (default images)

width

Optional Graph chart image width (default 1024)

height

Optional Graph chart image height (default 768)

Outputs

images

Generated graph chart image (stored in the root directory)

Examples

- 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

Star Gazers

Stargazers repo roster for @AlexRogalskiy/github-action-charts

Forkers

Forkers repo roster for @AlexRogalskiy/github-action-charts