File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
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
You can’t perform that action at this time.
0 commit comments