Tags: augiot/popoto
Tags
update with changes for Popoto.js version 1.2.rc2 - Added donut representation of node relations around the node in graph. - Nodes are now displayed as circle instead of ellipses. - Added circle clipPath on node with images to fit in node circle. - Added provider to set link color. (the color is also used in donut) - Removed plus sign on nodes to expand relationships - Added click on links to remove them. - Removed background highlight circle. - Added TOGGLE_VIEW_RELATION toolbar action. - Added SVG defs elements like circle clip path for nodes with images and markers for links. Set popoto.graph.link.SHOW_MARKER to true to display them. - Added functions addExpandedValue and removeExpandedValue to allow value selection from outside of the graph. - Added new events on graph actions. - Added incoming relation in node properties to allow finer customization. - Added support of multiple selection on node values which allow OR conditions on generated cypher queries and right click now remove last selected value on a node. - Updated graph events code and added event customization on graph reset, node data loaded. - Added isCollapsed state in graph schema. - Added autoLoadValue in provider configuration to preload node value instead of on node click. - Fixed graph save containing expanded values. - Added support of not value in nodes. - Added getSize option in node configuration to allow dynamic size depending on node attributes. - Refactored query generation. - Changed results and page size properties, popoto.result.RESULTS_PAGE_SIZE define the number of results displayed in result component, and popoto.query.MAX_RESULTS_COUNT define the number of results returned in cypher query.
add changes for Popoto.js version 1.1.2 - Fixed textPath issue update on Edge browser. - Added popoto.graph.DISABLE_COUNT property to disable all counts on nodes. - Added "schema" property in label providers to auto generate graph in popoto for a label without retrieving relation on database. - Added support of predefined graph schema in start function to open graph in a predefined state.
add changes for Popoto.js version 1.1.0 - Minor fixes on Cypher viewer. - Added use of parameters in generated queries. - Fixed internal errors when some data is invalid or missing in REST API call. - Removed extra query execution to get result count, the count was already available in root node. - Added support of graph results, this feature can be used to display the results as a graph instead of rows like in Neo4j Browser. - Added support of new configuration options: - "filterResultQuery", "filterNodeValueQuery", "filterNodeCountQuery", "filterNodeRelationQuery" to customize generated Cypher queries depending on labels. - "autoExpandRelations" to automatically expand nodes with a specific labels. This can be used to pre-open graph on page load. - Fixed nodes Drag behavior, nodes now are no more opened or collapsed when they are dragged on graph.