Skip to content

Commit fac49d6

Browse files
committed
fix format
1 parent 370abda commit fac49d6

File tree

7 files changed

+25
-31
lines changed

7 files changed

+25
-31
lines changed

docs/tutorial/align_range.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ the chart. For example, on a column chart, elements will be vertically centered,
1515
whereas on a bar chart, horizontally.
1616

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

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
??? info "Info - How to setup Vizzu" {% include-markdown
2-
"tutorial/assets/setup/init.md" %}
1+
??? info "Info - How to setup Vizzu"
2+
{% include-markdown "tutorial/assets/setup/init.md" %}
33

4-
```
5-
{% include-markdown "tutorial/assets/setup/config_a.md" %}
6-
```
4+
{% include-markdown "tutorial/assets/setup/config_a.md" %}
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
??? info "Info - How to setup Vizzu" {% include-markdown
2-
"tutorial/assets/setup/init.md" %}
1+
??? info "Info - How to setup Vizzu"
2+
{% include-markdown "tutorial/assets/setup/init.md" %}
33

4-
```
5-
{% include-markdown "tutorial/assets/setup/config_b.md" %}
6-
```
4+
{% include-markdown "tutorial/assets/setup/config_b.md" %}
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
??? info "Info - How to setup Vizzu" {% include-markdown
2-
"tutorial/assets/setup/init.md" %}
1+
??? info "Info - How to setup Vizzu"
2+
{% include-markdown "tutorial/assets/setup/init.md" %}
33

4-
```
5-
{% include-markdown "tutorial/assets/setup/config_c.md" %}
6-
```
4+
{% include-markdown "tutorial/assets/setup/config_c.md" %}

docs/tutorial/channels_legend.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ columns’ height and lightness represent the same values. The legend for the
3939
`lightness` channel is turned on using the `legend` property.
4040

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

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

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

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

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

docs/tutorial/data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ let data = {
131131
Using data cube form:
132132

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

138138
<table>
139139
<tbody><tr><th colspan="2" rowspan="2"></th><th colspan="4" style="text-align:center">Genres</th></tr>

docs/tutorial/filter_add_new_records.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ chart.animate({
7272
```
7373

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

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

0 commit comments

Comments
 (0)