From b93774b7437bbd88ceec771c4ca9e893aab834ef Mon Sep 17 00:00:00 2001 From: lana-k Date: Thu, 25 Dec 2025 12:37:51 +0100 Subject: [PATCH] #130 fix links --- Graph.md | 4 +-- sidebar.json | 71 ++++++++++++++++++++++++++-------------------------- 2 files changed, 38 insertions(+), 37 deletions(-) diff --git a/Graph.md b/Graph.md index 6b556e2..2ce8c3e 100644 --- a/Graph.md +++ b/Graph.md @@ -66,7 +66,7 @@ There are the following settings in `Style` > `Nodes` panel: - `Variable` allows you to choose a field by which the color is determined. With this option you can also choose if the color value should be taken directly or mapped to a color palette. - + `Direct` mode means that in the JSON document representing the node, the value in the selected field is used as a color. The color value in the JSON document can be set in different ways: @@ -207,6 +207,6 @@ clicking `Start`/`Stop` button. ![Fig. 3: ForceAtlas2 layout](./img/Screenshot_graph_force_atlas2.png) -[1]: ./How-to-get-result-set-suitable-for-graph-visualisation +[1]: ../How-to-get-result-set-suitable-for-graph-visualisation [2]: https://www.w3.org/TR/css-color-4/#named-colors [3]: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0098679 diff --git a/sidebar.json b/sidebar.json index a4381f8..43dfd45 100644 --- a/sidebar.json +++ b/sidebar.json @@ -1,35 +1,36 @@ -[{ - "sections": [ - { - "title": "For users", - "items": [ - "/docs/", - "/docs/installation/", - "/docs/basic-usage/", - "/docs/multiple-csv-file-import/", - "/docs/manage-inquiries/", - "/docs/export-current-database/", - "/docs/graph/", - "/docs/pivot-table/", - "/docs/predefined-inquiries/", - "/docs/sharing/", - "/docs/diagnostic-information/" - ] - }, - { - "title": "Examples and tutorials", - "items": [ - "/docs/how-to-migrate-to-sqliteviz-dot-com/", - "/docs/how-to-build-a-pivot-table-in-sq-lite/", - "/docs/how-to-rename-tables-and-columns-after-csv-import/", - "/docs/how-to-work-with-plotly-interactive-selection/" - ] - }, - { - "title": "For developers", - "items": [ - "/docs/integrate-predefined-inquiries/" - ] - } - ] -}] +[ + { + "sections": [ + { + "title": "For users", + "items": [ + "/docs/", + "/docs/installation/", + "/docs/basic-usage/", + "/docs/multiple-csv-file-import/", + "/docs/manage-inquiries/", + "/docs/export-current-database/", + "/docs/graph/", + "/docs/pivot-table/", + "/docs/predefined-inquiries/", + "/docs/sharing/", + "/docs/diagnostic-information/" + ] + }, + { + "title": "Examples and tutorials", + "items": [ + "/docs/how-to-migrate-to-sqliteviz-dot-com/", + "/docs/how-to-build-a-pivot-table-in-sq-lite/", + "/docs/how-to-rename-tables-and-columns-after-csv-import/", + "/docs/how-to-work-with-plotly-interactive-selection/", + "/docs/how-to-get-result-set-suitable-for-graph-visualisation/" + ] + }, + { + "title": "For developers", + "items": ["/docs/integrate-predefined-inquiries/"] + } + ] + } +]