Skip to content

Commit b936f3c

Browse files
authored
cherry-pick (#448)
1 parent 33ee2bf commit b936f3c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/ROOT/pages/graph-visualization/graph-visualization.adoc

+8-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ We will briefly discuss the key details of each here.
5757

5858
=== Neo4j Bloom
5959

60-
Bloom is a standalone product focused on visualization that comes with every link:{aura_signup}[AuraDB Instance], and is available with a Neo4j Desktop.
60+
Bloom is a product focused on visualization that comes with every link:{aura_signup}[AuraDB Instance].
61+
It is available both with Neo4j Desktop and standalone.
6162
It was designed for business analysts and other non-developers to interact with graph data without writing any code.
6263

6364
// image:{neo4j-img-base-uri}bloom_vis_yelp.jpg[role="popup-link"]
@@ -76,6 +77,12 @@ Its visualization functionality is designed to display a node-graph representati
7677
Neo4j Browser also provides some functionality for styling with color and size based on node labels and relationship types, or you can customize your own styles by importing a GRASS (graph-stylesheet) file for Neo4j Browser to reference.
7778
You can also use the built-in drop-down buttons on query result panes to easily export the data to link:/developer/neo4j-browser#browser-tips[PNG, SVG, or CSV formats].
7879

80+
=== Neo4j Visualization Library
81+
82+
NVL is a collection of libraries that you can use if you want to build your own graph visualizations.
83+
The same visualizations are used in Neo4j Bloom and Explore.
84+
For more information about NVL, see link:{docs-home}/nvl/current[NVL] documentation and the link:{docs-home}/api/nvl/current[NVL API] documentation.
85+
7986
[#other-vis]
8087
== Alternative visualizations of graph data
8188

0 commit comments

Comments
 (0)