mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-08-05 07:19:17 +08:00
Compare commits
2 Commits
75425743ad
...
79e85f4077
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79e85f4077 | ||
|
|
4e2ec6e5e5 |
15
How-to-view-point-details-in-chart-visualization.md
Normal file
15
How-to-view-point-details-in-chart-visualization.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# How to view point details in chart visualization
|
||||||
|
|
||||||
|
To see the full data corresponding to selected points of the chart, first
|
||||||
|
open the detail panel by clicking  in the side menu.
|
||||||
|
Then turn on box or lasso selection mode using plotly menu bar.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Select one or more points. You can apply multiple selections holding
|
||||||
|
`Shift` key. The detail panel will show full data for all points inside
|
||||||
|
all selections.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Double click in chart area to remove selections.
|
||||||
BIN
img/Screenshot_plotly_lasso_menu_item.png
Normal file
BIN
img/Screenshot_plotly_lasso_menu_item.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
img/Screenshot_view_selection_details_in_chart.png
Normal file
BIN
img/Screenshot_view_selection_details_in_chart.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
@@ -21,6 +21,7 @@
|
|||||||
"title": "Examples and tutorials",
|
"title": "Examples and tutorials",
|
||||||
"items": [
|
"items": [
|
||||||
"/docs/how-to-migrate-to-sqliteviz-dot-com/",
|
"/docs/how-to-migrate-to-sqliteviz-dot-com/",
|
||||||
|
"/docs/how-to-view-point-details-in-chart-visualization/",
|
||||||
"/docs/how-to-build-a-pivot-table-in-sq-lite/",
|
"/docs/how-to-build-a-pivot-table-in-sq-lite/",
|
||||||
"/docs/how-to-rename-tables-and-columns-after-csv-import/",
|
"/docs/how-to-rename-tables-and-columns-after-csv-import/",
|
||||||
"/docs/how-to-work-with-plotly-interactive-selection/",
|
"/docs/how-to-work-with-plotly-interactive-selection/",
|
||||||
|
|||||||
Reference in New Issue
Block a user