mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-02-04 15:38:55 +08:00
#130 fix links
This commit is contained in:
4
Graph.md
4
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.
|
- `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
|
With this option you can also choose if the color value should be taken directly or mapped to a
|
||||||
color palette.
|
color palette.
|
||||||
|
|
||||||
`Direct` mode means that in the JSON document representing the node, the value in the selected
|
`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
|
field is used as a color. The color value in the JSON document can be set in different
|
||||||
ways:
|
ways:
|
||||||
@@ -207,6 +207,6 @@ clicking `Start`/`Stop` button.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
[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
|
[2]: https://www.w3.org/TR/css-color-4/#named-colors
|
||||||
[3]: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0098679
|
[3]: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0098679
|
||||||
|
|||||||
71
sidebar.json
71
sidebar.json
@@ -1,35 +1,36 @@
|
|||||||
[{
|
[
|
||||||
"sections": [
|
{
|
||||||
{
|
"sections": [
|
||||||
"title": "For users",
|
{
|
||||||
"items": [
|
"title": "For users",
|
||||||
"/docs/",
|
"items": [
|
||||||
"/docs/installation/",
|
"/docs/",
|
||||||
"/docs/basic-usage/",
|
"/docs/installation/",
|
||||||
"/docs/multiple-csv-file-import/",
|
"/docs/basic-usage/",
|
||||||
"/docs/manage-inquiries/",
|
"/docs/multiple-csv-file-import/",
|
||||||
"/docs/export-current-database/",
|
"/docs/manage-inquiries/",
|
||||||
"/docs/graph/",
|
"/docs/export-current-database/",
|
||||||
"/docs/pivot-table/",
|
"/docs/graph/",
|
||||||
"/docs/predefined-inquiries/",
|
"/docs/pivot-table/",
|
||||||
"/docs/sharing/",
|
"/docs/predefined-inquiries/",
|
||||||
"/docs/diagnostic-information/"
|
"/docs/sharing/",
|
||||||
]
|
"/docs/diagnostic-information/"
|
||||||
},
|
]
|
||||||
{
|
},
|
||||||
"title": "Examples and tutorials",
|
{
|
||||||
"items": [
|
"title": "Examples and tutorials",
|
||||||
"/docs/how-to-migrate-to-sqliteviz-dot-com/",
|
"items": [
|
||||||
"/docs/how-to-build-a-pivot-table-in-sq-lite/",
|
"/docs/how-to-migrate-to-sqliteviz-dot-com/",
|
||||||
"/docs/how-to-rename-tables-and-columns-after-csv-import/",
|
"/docs/how-to-build-a-pivot-table-in-sq-lite/",
|
||||||
"/docs/how-to-work-with-plotly-interactive-selection/"
|
"/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/"
|
"title": "For developers",
|
||||||
]
|
"items": ["/docs/integrate-predefined-inquiries/"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}]
|
}
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user