Skip to content

Commit

Permalink
Deploying to gh-pages from @ a3b684f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Jun 27, 2024
1 parent c34aba9 commit ee69486
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,14 @@ <h2 id="introduction/packages">Packages <a href="#introduction/packages"><span c
<h2 id="introduction/releases">Releases <a href="#introduction/releases"><span class="fa fa-bookmark"></span></a></h2>
<p></p>
<ul>
<li>
3.30
<ul>
<li>
<a target="_blank" href="https://github.com/cytoscape/cytoscape.js/issues?q&#x3D;milestone%3A3.30.0+is%3Aclosed">3.30.0</a>
</li>
</ul>
</li>
<li>
3.29
<ul>
Expand Down Expand Up @@ -14784,7 +14792,9 @@ <h2 id="style/edge-line">Edge line <a href="#style/edge-line"><span class="fa fa
<li><strong><code>line-color</code></strong> : The colour of the edge’s line.</li>
<li><strong><code>line-style</code></strong> : The style of the edge’s line; may be <code>solid</code>, <code>dotted</code>, or <code>dashed</code>.</li>
<li><strong><code>line-cap</code></strong> : The cap style of the edge’s line; may be <code>butt</code> (default), <code>round</code>, or <code>square</code>. The cap may or may not be visible, depending on the shape of the node and the relative size of the node and edge. Caps other than <code>butt</code> extend beyond the specified endpoint of the edge.</li>
<li><strong><code>line-opacity</code></strong> : The opacity of the edge’s line and arrow. Useful if you wish to have a separate opacity for the edge label versus the edge line. Note that the opacity value of the edge element affects the effective opacity of its line and label subcomponents.</li>
<li><strong><code>line-outline-width</code></strong> : The width of the edge’s outline.</li>
<li><strong><code>line-outline-color</code></strong> : The colour of the edge’s outline.</li>
<li><strong><code>line-opacity</code></strong> : The opacity of the edge’s line, outline and arrow. Useful if you wish to have a separate opacity for the edge label versus the edge line. Note that the opacity value of the edge element affects the effective opacity of its line and label subcomponents.</li>
<li><strong><code>line-fill</code></strong> : The filling style of the edge’s line; may be <code>solid</code> (default), <code>linear-gradient</code> (source to target), or <code>radial-gradient</code> (midpoint outwards).</li>
<li><strong><code>line-dash-pattern</code></strong> : The <code>dashed</code> line pattern which specifies alternating lengths of lines and gaps. (e.g. <code>[6, 3]</code>).</li>
<li><strong><code>line-dash-offset</code></strong> : The <code>dashed</code> line offset (e.g. <code>24</code>). It is useful for creating edge animations.</li>
Expand Down
2 changes: 1 addition & 1 deletion js/cytoscape.min.js → js/build/cytoscape.min.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion md/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,9 @@ These properties affect the styling of an edge's line:
* **`line-color`** : The colour of the edge's line.
* **`line-style`** : The style of the edge's line; may be `solid`, `dotted`, or `dashed`.
* **`line-cap`** : The cap style of the edge's line; may be `butt` (default), `round`, or `square`. The cap may or may not be visible, depending on the shape of the node and the relative size of the node and edge. Caps other than `butt` extend beyond the specified endpoint of the edge.
* **`line-opacity`** : The opacity of the edge's line and arrow. Useful if you wish to have a separate opacity for the edge label versus the edge line. Note that the opacity value of the edge element affects the effective opacity of its line and label subcomponents.
* **`line-outline-width`** : The width of the edge's outline.
* **`line-outline-color`** : The colour of the edge's outline.
* **`line-opacity`** : The opacity of the edge's line, outline and arrow. Useful if you wish to have a separate opacity for the edge label versus the edge line. Note that the opacity value of the edge element affects the effective opacity of its line and label subcomponents.
* **`line-fill`** : The filling style of the edge's line; may be `solid` (default), `linear-gradient` (source to target), or `radial-gradient` (midpoint outwards).
* **`line-dash-pattern`** : The `dashed` line pattern which specifies alternating lengths of lines and gaps. (e.g. `[6, 3]`).
* **`line-dash-offset`** : The `dashed` line offset (e.g. `24`). It is useful for creating edge animations.
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
"3.29.0",
"3.29.1",
"3.29.2",
"3.29.3"
"3.29.3",
"3.30.0"
]
}

0 comments on commit ee69486

Please sign in to comment.