Skip to content

Commit

Permalink
Fixing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jan 18, 2024
1 parent c94e2d1 commit b441083
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 579 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/candlestick.svg
/layer-line.svg

*-orig.svg
*.png
*.jpg
*.txt
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# vegagoja

`vegagoja` renders [Vega visualizations][vega-examples] and [Vega-lite
visualizations][vega-lite-examples] as SVGs using the [`goja`][goja] JavaScript
runtime. Developed for use by [`usql`][usql] for rendering charts.
`vegagoja` renders [Vega][vega-examples] and [Vega-Lite visualizations][vega-lite-examples]
as SVGs using the [`goja`][goja] JavaScript runtime. Developed for use by
[`usql`][usql] for rendering charts.

[Overview][] | [TODO][] | [About][]

Expand Down Expand Up @@ -116,7 +116,7 @@ const candlestickSpec = `{
- [usql][usql] - a universal command-line interface for SQL databases

Users of this package may find the [`github.com/xo/resvg`][resvg] package
helpful in rendering the
helpful in rendering generated SVGs.

[usql]: https://github.com/xo/usql
[resvg]: https://github.com/xo/resvg
Expand Down
Loading

0 comments on commit b441083

Please sign in to comment.