Neo4j browser: Display relationship property as edge label not working - visualization

Is there a way to display relationship property as edge's label in Neo4j 2.0.1 Browser? It seems to work for nodes but not for edges.

As of Neo4j 2.0.1 this is not supported. Properties can only be used as a caption on nodes.

Related

Grafana Timeseries Panel: How to change color of annotations bar based on a tag

I am using Grafana version 8.1.0 and have a timeseries panel on which annotations are added using HTTP create annotation API and GUI both.
I want to change the color of the annotation bar based on tags added to that annotation.
I have tried to go through documentation but have not found a way to do it. Could someone help me out with this? I think this is a very basic requirement and I must be missing something here.
It seems like it's not implemented yet, as you can see on this open issue from 2018.
You can also see from the annotations API documentation that it's not possible yet.

AEM 6.4 overlaying internal area components/files which is under /libs

We are migrating from aem 6.2 to aem 6.4, I am facing this problem, we have overlayed few components in 6.2 now that components are under internal area in 6.4.
According to aem 6.4 we should not overlay aem internal components.
I want to keep this overlay function in 6.4 as well, Is there anyway to do it.
Suggest something please.
Thanks,
Surya
I haven't done it, but I think if you MUST change the functionality of an Internal component, you will need to duplicate it so that it has no association with the original component. So if it was cq/foundation/components/123 you would copy it and make it myapp/components/123.
Since you're doing an upgrade, you could then use something like ResourceType Updater to update all of the old resource types to the new resource type.

Does the Charts library support showing a message when there's no data to display?

I'm using the Charts library (Charts) and I want to display a message on the chart if there's no data to display - something like this:
I've read the documentation, searched the code base, and searched the issues on Github and the only thing I could find is an old issue that suggests ChartViewBase has a property called noDataTextDescription. As far as I can tell, that's not in the Charts 3.1.1 code.
There is a chartDescription property, but that only shows a description in the bottom right corner of the chart. Is this intended to be used for a message like 'There's no data to display`?
In newer version after 3.X many properties name updated and as per your requirement for No Data Text you can use below property for the same.
lineChartView.noDataText = "<Your custom Text>"
Hope this will help to show Message while there is no data.

Dynamic source & destination language parameters with Node-RED on Bluemix

Node-RED on Bluemix, using the language translator node, documentation as follows;
Source and destination language parameters can be configured through
the editor panel or set dynamically using the language codes in the
following properties, msg.srclang and msg.destlang.
Setting msg.srclang & msg.destlang doesn't appear to work however. Regardless of the values assigned to these properties, the values defined in the editor are applied when translating.
Is it possible to dynamically set the source/target language values using the language translator node on Bluemix?
Thanks,
Ronan
Message properties passed in only normally apply if the values are left blank in the config editor dialogue
This is a bug introduced in a recent revamp of the node. I have raised a bug report and hope to get this fixed soon.

Streaming OrientDB graphs to Gephi

I've been trying to stream an Orientdb (v. 2.2.3) graph to Gephi (v. 0.9.1) for visualization.
The data loads and it's visible in the data laboratory. But the graph isn't displayed. I think the problem may be that the Gephi Id field is populated by Orientdb record id (e.g. #18:0) not an integer.
I'm using this URL
Has anyone experienced this issue, and is there a solution?
I'm new to both of these platforms.
I've just tried with Gephi 0.9.1 (last available) and the nodes are correctly loaded, but they are not displayed. This is a bug in Gephi, not OrientDB: https://github.com/gephi/gephi/issues/1447.