Vizb Action
Version updated for https://github.com/goptics/vizb to version v0.20.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Vizb GitHub Action automates the creation of interactive HTML reports from CSV, JSON, and benchmark data. It simplifies the process by generating self-contained charts and statistical summaries without requiring a server or additional dependencies. This tool is useful for developers and data scientists who need to quickly visualize and analyze their datasets in a user-friendly format.
What’s Changed
What’s Changed
- chore(ui): trim dead-weight UI tests by @fahimfaisaal in https://github.com/goptics/vizb/pull/379
- feat(action): add optional cmd retries by @fahimfaisaal in https://github.com/goptics/vizb/pull/378
- fix(action): skip download when the resolved tag is cached by @fahimfaisaal in https://github.com/goptics/vizb/pull/380
- refactor(ui): delete unused helpers and collapse duplicate chart/settings code by @fahimfaisaal in https://github.com/goptics/vizb/pull/381
- fix(ui): align heatmap visual map with logo green by @fahimfaisaal in https://github.com/goptics/vizb/pull/382
- feat(cli): split stdin spinner and report collected records by @fahimfaisaal in https://github.com/goptics/vizb/pull/390
- ci: cache embed UI gen across workflows by @fahimfaisaal in https://github.com/goptics/vizb/pull/391
- ci: rebuild embed UI on push by @fahimfaisaal in https://github.com/goptics/vizb/pull/392
- ci: rebuild embed UI only when ui/ changes by @fahimfaisaal in https://github.com/goptics/vizb/pull/393
- chore(deps): bump sharp from 0.34.5 to 0.35.3 in /docs by @dependabot[bot] in https://github.com/goptics/vizb/pull/283
- feat(ui): render bar background onto echarts series by @fahimfaisaal in https://github.com/goptics/vizb/pull/396
- feat(cli): add bar –bg flag with chart object props by @fahimfaisaal in https://github.com/goptics/vizb/pull/394
- feat(api): accept background on BarChartConfig by @fahimfaisaal in https://github.com/goptics/vizb/pull/395
- docs: document bar –bg / chart bg object form by @fahimfaisaal in https://github.com/goptics/vizb/pull/397
- feat(cli): show download progress on vizb update by @fahimfaisaal in https://github.com/goptics/vizb/pull/411
- feat(ui): apply per-axis log scale and logBase by @fahimfaisaal in https://github.com/goptics/vizb/pull/419
- feat(ui): add read-only log-scale info hover by @fahimfaisaal in https://github.com/goptics/vizb/pull/422
- fix(ui): restrict line charts to slider-only dataZoom by @fahimfaisaal in https://github.com/goptics/vizb/pull/425
- fix(ui): restore line canvas zoom and keep horizontal bar slider working by @fahimfaisaal in https://github.com/goptics/vizb/pull/426
- feat(cli): parse –scale bag onto chart Scale by @fahimfaisaal in https://github.com/goptics/vizb/pull/418
- feat(api): accept per-axis scale object on REST by @fahimfaisaal in https://github.com/goptics/vizb/pull/421
- docs: document per-axis –scale bag and chart braces by @fahimfaisaal in https://github.com/goptics/vizb/pull/420
Full Changelog: https://github.com/goptics/vizb/compare/v0.19.0...v0.20.0