Skip to content

Commit f88a694

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on workflows
Added information on documentation
1 parent 923da3e commit f88a694

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

.hound.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
fail_on_violations: true
2+
3+
javascript:
4+
enabled: false
5+
6+
typescript:
7+
enabled: true
8+
9+
scss:
10+
enabled: false
11+
12+
eslint:
13+
enabled: true
14+
config_file: .eslintrc.json

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# _Styled charts_
22

3+
> Generate SVG [styled charts](https://en.wikipedia.org/wiki/Chart)
4+
35
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/AlexRogalskiy/charts)
46
![GitHub Release Date](https://img.shields.io/github/release-date/AlexRogalskiy/charts)
57
![Lines of code](https://tokei.rs/b1/github/AlexRogalskiy/charts?category=lines)
@@ -14,6 +16,7 @@
1416
![GitHub Repository dependents](https://badgen.net/github/dependents-repo/AlexRogalskiy/charts)
1517
[![Tokei](https://tokei.rs/b1/github/AlexRogalskiy/charts?category=lines)](https://github.com/XAMPPRocky/tokei)
1618
![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/AlexRogalskiy/charts)
19+
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
1720

1821
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/alexrogalskiy/charts/master/LICENSE?token=AH44ZFH7IF2KSEDK7LSIW3C7YOFYC)
1922
[![Issue](https://img.shields.io/github/issues/alexrogalskiy/charts)](https://img.shields.io/github/issues/alexrogalskiy/charts)
@@ -81,9 +84,9 @@ There are several options you can use from the list:
8184

8285
| **Options** | **Description** | **Type** | **Example** | **Query Params** |
8386
| ------------- | ------------------------- | -------------------------------- | ---------------------- | --------------------- |
84-
| **Url** | Json data source url | String url in json data format | https://host/data.json | ```?url=[value]``` |
85-
| **Width** | Chart graph image width | Numeric image width | 400 | ```&width=[value]``` |
86-
| **Height** | Chart graph image height | Numeric image height | 400 | ```&height=[value]``` |
87+
| **[Url]** | Json data source url | <code>String</code> | https://host/data.json | ```?url=[value]``` |
88+
| **[Width]** | Chart graph image width | <code>Numeric</code> | 400 | ```&width=[value]``` |
89+
| **[Height]** | Chart graph image height | <code>Numeric</code> | 400 | ```&height=[value]``` |
8790

8891
## _Example_
8992

0 commit comments

Comments
 (0)