robiningelbrecht/Apache Echarts action
Render server-side Apache Echarts using GitHub Action workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| width | width of the SVG | yes | — |
| height | height of the SVG | yes | — |
| pass-options-as | the way you want to pass the options, "string", "uri" or "file" | yes | string |
| chart-option | the chart options, see https://echarts.apache.org/handbook/en/get-started/ | yes | — |
Outputs
| name | description |
|---|---|
| svg | The created SVG |