https://github.com/alexrogalskiy/github-action-open-jscharts
๐ GitHub action for open JavaScript charts
https://github.com/alexrogalskiy/github-action-open-jscharts
charts github-actions javascript-libraries
Last synced: 4 months ago
JSON representation
๐ GitHub action for open JavaScript charts
- Host: GitHub
- URL: https://github.com/alexrogalskiy/github-action-open-jscharts
- Owner: AlexRogalskiy
- License: gpl-3.0
- Created: 2021-02-18T10:42:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T23:25:49.000Z (4 months ago)
- Last Synced: 2025-01-22T00:22:37.960Z (4 months ago)
- Topics: charts, github-actions, javascript-libraries
- Language: Shell
- Homepage: https://github.com/marketplace/actions/open-jscharts
- Size: 1.45 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 341
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Support: .github/support.yml
Awesome Lists containing this project
README
# _Styled Open JS-charts_
> GitHub Action to generate open JS-charts
[](https://github.com/marketplace/actions/graph-open-jscharts)
[](https://github.com/lekterable/perfekt)
[](https://github.com/prettier/prettier)

[](https://houndci.com)[](https://deepscan.io/dashboard#view=project&tid=11946&pid=15929&bid=326929)










[](https://renovatebot.com/)
[](https://dependabot.com/)
[](https://newreleases.io/github/AlexRogalskiy/github-action-open-jscharts)
[](https://hitsofcode.com/github/alexrogalskiy/github-action-open-jscharts?branch=master/view?branch=master)

[](https://circleci.com/gh/AlexRogalskiy/github-action-open-jscharts)[](https://github.com/marketplace/actions/super-linter)
[][repo]
[![Public workflows that use this action.][total_usages]][search_results]
[![Licence][license_id]][license_content]## _Table of contents_
* [Styled Open JS-charts](#styled-open-js-charts)
* [Table of contents](#table-of-contents)
* [Description](#description)
* [Inputs](#inputs)
* [url](#url)
* [name](#name)
* [path](#path)
* [extension](#extension)
* [width](#width)
* [height](#height)
* [Outputs](#outputs)
* [image](#image)
* [Examples](#examples)
* [Visitor stats](#visitor-stats)
* [Licensing](#licensing)
* [Authors](#authors)
* [Versioning](#versioning)
* [Contribution](#contribution)
* [Acknowledgement](#acknowledgement)
* [Forks](#forks)
* [Development Support](#development-support)## _Description_
Creates graph open JS-charts by input json data source and dimension parameters.
## _Inputs_
### `url`
**Required** Target url with json data source.
### `name`
**Optional** Graph chart image name (default **demo**)
### `path`
**Optional** Graph chart image path (default **images**)
### `extension`
**Optional** Graph chart image extension (default **svg**)
### `width`
**Optional** Graph chart image width (default **1024**)
### `height`
**Optional** Graph chart image height (default **768**)
## _Outputs_
### `image`
Generated graph chart image (stored in the `path` directory)
## _Examples_
```yml
- name: Create graph open js-charts
uses: alexrogalskiy/github-action-open-jscharts@master
with:
url: 'https://raw.githubusercontent.com/plotly/plotly.js/master/test/image/mocks/0.json'
name: 'chart'
path: 'images'
extension: 'svg'
width: 400
height: 400
```Running locally:
- `npm run start:action --action github-action-open-jscharts --url 'https://raw.githubusercontent.com/plotly/plotly.js/master/test/image/mocks/0.json' --name chart-name --extension svg --width 400 --height 400`
## _Visitor stats_
[](https://hits.seeyoufarm.com)


## _Licensing_
_**Styled Open JS-charts**_ is distributed under LGPL version 3 or later,
[[License](https://github.com/AlexRogalskiy/github-action-open-jscharts/blob/master/LICENSE)]. LGPLv3 is
additional permissions on top of GPLv3.
## _Authors_
_**Styled Open JS-charts**_ is maintained by the following GitHub team-members:
- [](https://github.com/AlexRogalskiy)
with community support please contact with us if you have some question or proposition.
## _Versioning_
The project uses [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on
this repository][tags].## _Contribution_
[](https://badges.pufler.dev)
Please read
[CONTRIBUTING.md](https://github.com/AlexRogalskiy/github-action-open-jscharts/blob/master/.github/CONTRIBUTING.md)
for details on our code of conduct, and the process for submitting pull requests to us
([emoji key](https://allcontributors.org/docs/en/emoji-key)).This project follows the [all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind are welcome](http://makeapullrequest.com)
See also the list of [contributors][contributors] who participated in this project.
## _Acknowledgement_
[][stars]
## _Forks_
[][forkers]
## _Development Support_
Like _**Styled Open JS-charts**_ ? Consider buying me a coffee :\)
[](https://www.patreon.com/alexrogalskiy)
[](https://www.buymeacoffee.com/AlexRogalskiy)
[](https://ko-fi.com/alexrogalskiy)---
[](https://www.javascript.com/)
[](https://github.com/)
[](https://forthebadge.com/)[repo]: https://github.com/AlexRogalskiy/github-action-open-jscharts
[tags]: https://github.com/AlexRogalskiy/github-action-open-jscharts/tags
[issues]: https://github.com/AlexRogalskiy/github-action-open-jscharts/issues
[pulls]: https://github.com/AlexRogalskiy/github-action-open-jscharts/pulls
[wiki]: https://github.com/AlexRogalskiy/github-action-open-jscharts/wiki
[stars]: https://github.com/AlexRogalskiy/github-action-open-jscharts/stargazers
[forkers]: https://github.com/AlexRogalskiy/github-action-open-jscharts/network/members
[contributors]: https://github.com/AlexRogalskiy/github-action-open-jscharts/graphs/contributors
[license_id]: https://img.shields.io/github/license/AlexRogalskiy/github-action-open-jscharts
[license_content]: https://github.com/AlexRogalskiy/github-action-open-jscharts/blob/master/LICENSE
[total_usages]:
https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-git-master.endbug.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3DAlexRogalskiy%2Fgithub-action-open-jscharts%26badge%3Dtrue
[search_results]:
https://github.com/search?o=desc&q=AlexRogalskiy/github-action-open-jscharts+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code