You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@
13
13
14
14
Includes supports for [mkdocs-material](https://github.com/squidfunk/mkdocs-material) theme features like [instant loading](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=reload#instant-loading) and [dark color themes](https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-palette-toggle).
15
15
16
-
Do checkout the other [charting plugins for mkdocs](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins#images-tables-charts--graphs) that might suit your specific use-case better.
17
-
18
16
## Installation
19
17
20
18
Install the plugin using `pip3`:
@@ -47,21 +45,14 @@ markdown_extensions:
47
45
48
46
## Usage
49
47
50
-
You can insert any valid [vegalite](https://vega.github.io/vega-lite/) JSON into a markdown file using:
48
+
You can insert any valid [vegalite](https://vega.github.io/vega-lite/) JSON into a markdown file. But the real magic is that you can visualize `.json` or `.csv` files:
@@ -70,9 +61,10 @@ You can insert any valid [vegalite](https://vega.github.io/vega-lite/) JSON into
70
61
```
71
62
````
72
63
73
-
See the [vegalite editor](https://vega.github.io/editor/#/) for a range of examples you could copy-paste into your mkdocs site
64
+
See the [vegalite editor](https://vega.github.io/editor/#/) for a range of examples.
74
65
75
66
## Documentation
76
67
77
68
See the documentation [timvink.github.io/mkdocs-charts-plugin](https://timvink.github.io/mkdocs-charts-plugin/) for examples, use cases and options.
78
69
70
+
Do checkout the other [charting plugins for mkdocs](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins#images-tables-charts--graphs) that might suit your specific use-case better.
0 commit comments