Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Mar 11, 2024
1 parent 370abda commit fac49d6
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 31 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial/align_range.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ the chart. For example, on a column chart, elements will be vertically centered,
whereas on a bar chart, horizontally.

!!! info
In the first example, the y-axis labels are hidden because they don't properly
represent the values shown on the column chart anymore, as the chart elements
float off the x-axis.
In the first example, the y-axis labels are hidden because they don't
properly represent the values shown on the column chart anymore, as the
chart elements float off the x-axis.

<div id="tutorial_01"></div>

Expand Down
8 changes: 3 additions & 5 deletions docs/tutorial/assets/setup/setup_a.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
??? info "Info - How to setup Vizzu" {% include-markdown
"tutorial/assets/setup/init.md" %}
??? info "Info - How to setup Vizzu"
{% include-markdown "tutorial/assets/setup/init.md" %}

```
{% include-markdown "tutorial/assets/setup/config_a.md" %}
```
{% include-markdown "tutorial/assets/setup/config_a.md" %}
8 changes: 3 additions & 5 deletions docs/tutorial/assets/setup/setup_b.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
??? info "Info - How to setup Vizzu" {% include-markdown
"tutorial/assets/setup/init.md" %}
??? info "Info - How to setup Vizzu"
{% include-markdown "tutorial/assets/setup/init.md" %}

```
{% include-markdown "tutorial/assets/setup/config_b.md" %}
```
{% include-markdown "tutorial/assets/setup/config_b.md" %}
8 changes: 3 additions & 5 deletions docs/tutorial/assets/setup/setup_c.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
??? info "Info - How to setup Vizzu" {% include-markdown
"tutorial/assets/setup/init.md" %}
??? info "Info - How to setup Vizzu"
{% include-markdown "tutorial/assets/setup/init.md" %}

```
{% include-markdown "tutorial/assets/setup/config_c.md" %}
```
{% include-markdown "tutorial/assets/setup/config_c.md" %}
12 changes: 6 additions & 6 deletions docs/tutorial/channels_legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ columns’ height and lightness represent the same values. The legend for the
`lightness` channel is turned on using the `legend` property.

!!! info
This is an example when we explicitly instruct `Vizzu` to show the legend. By
default `Vizzu` automatically shows/hides the legend when it's necessary. You
can also turn it off with the `legend`: `null` setting or set back to automatic
mode with `legend`: `'auto'`.
This is an example when we explicitly instruct `Vizzu` to show the legend.
By default `Vizzu` automatically shows/hides the legend when it's necessary.
You can also turn it off with the `legend`: `null` setting or set back to
automatic mode with `legend`: `'auto'`.

<div id="tutorial_02"></div>

Expand All @@ -64,8 +64,8 @@ is put on it that is on the x-axis resulting in each bar having a different
color. If a measure is put on the `color` channel, a color range will be used.

!!! info
The value on the `lightness` channel is removed in this step as it doesn’t make
sense to use it together with the `color` channel in this case.
The value on the `lightness` channel is removed in this step as it doesn’t
make sense to use it together with the `color` channel in this case.

<div id="tutorial_03"></div>

Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ let data = {
Using data cube form:

!!! note
In the example below, the record `Rock,Experimental,36` has been replaced with
`Rock,Smooth,36` in order to illustrate that only data with same dimensions can
be used in the data cube form.
In the example below, the record `Rock,Experimental,36` has been replaced
with `Rock,Smooth,36` in order to illustrate that only data with same
dimensions can be used in the data cube form.

<table>
<tbody><tr><th colspan="2" rowspan="2"></th><th colspan="4" style="text-align:center">Genres</th></tr>
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorial/filter_add_new_records.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ chart.animate({
```

!!! info
Combining this option with the [store](./shorthands_store.md) function makes it
easy to update previously configured states with fresh data since this function
saves the config and style parameters of the chart into a variable but not the
data.
Combining this option with the [store](./shorthands_store.md) function makes
it easy to update previously configured states with fresh data since this
function saves the config and style parameters of the chart into a variable
but not the data.

<script src="../filter_add_new_records.js"></script>

0 comments on commit fac49d6

Please sign in to comment.