Skip to content

Commit

Permalink
docs: remove typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
tool3 committed May 17, 2024
1 parent e83b640 commit b19de97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const options: ChartOptions = {
| char | use this character to draw the chart bars | `string` | `β–ˆ` |
| orientation | horizontal or vertical | `string` | `horizontal` |
| theme | `styl3`'s [themes](https://github.com/tool3/styl3?tab=readme-ov-file#themes) | `string` | `undefined` |
| structure | use these characters to draw the enclosing chart borders. | `object` | `typescript{ x: '═', y: 'β•’', bottomLeft: 'β•š', axis: 'β•‘', topLeft: 'β•”' }` |
| structure | use these characters to draw the enclosing chart borders. | `object` | `{ x: '═', y: 'β•’', bottomLeft: 'β•š', axis: 'β•‘', topLeft: 'β•”' }` |

## chartscii + styl3 = ❀️

Expand Down

0 comments on commit b19de97

Please sign in to comment.