Apache AGE - AGE Viewer does not show the options for graphs or label selection - apache-age

When I open AGE Viewer there is no option for selecting the edge labels, nor the node labels and even the graphs doesn't appear anymore so I can select which I'm using. Despite that, I am able to query the graph and see what the graphs created store. But I need to do this manually. Can anyone help me get back to the normal state of AGE? Here are some images to show what I'm getting:

There is a little catch you need to select the graph name from the drop-down menu in the top-right corner, so currently no graph is selected. I have attached the screenshot.
Your dropdown:
Working state:
After this you can get the option for selecting the edge labels and the node labels.
Thumbs up if this works
Tip: There is a new version of age-viewer avaliable on Github and it provides some additional features do give it a try.

To select the graph name check the drop-down menu in the top-right corner, you can have all the graphs in your database in that drop-down.
Once you select the required graph you will have nodes and edges labels with their data if they are not empty.
Suppose I ran some edges related query
But if you have created the graph with some nodes but it is empty like you don't have data in it then:
So no relationship will be defined at the edge level so nothing will be displayed.

Related

Echarts 5 line graph click to change colour not working

I'm trying to make a line graph change color on mouse click by using the select.lineStyle.color attribute.
I'm able to trigger a colour change for the points upon mouse click using select.itemStyle.color and I'm expecting the select.lineStyle.color attribute to change the color of the graph but , it doesn't seem to work despite the documentation saying that select should work for all series.
I even programmatically fired the "select" event (not in the sandbox) but no changes were observed in my line graph.
My code sandbox
Extract from the docs
In addition, we've added click to select to all series, an interaction that was previously only available in a few series such as pie charts and maps, allowing developers to set it to single or multiple selection mode, and to listen to the selectchanged event to get all the selected shapes for further processing. As with emphasis and blur, the selection style can also be configured in select.
Please help me. I've been working on this for a week and found no solutions here. Is there something I'm missing?
Got my answer directly via posting an issue on their Github page.
Apparently, select is only applicable for data object, not series objects(or whatever you call it). So this feature is not available.
What I did, like most people, is to listen to the mouseclick event and update the series-line.lineStyle.opacity property in options directly to blur out other lines. Set triggerLineEvent:true so that clicking any part of the line will fire the mouseclick event, instead of just the data points.

Dashboard filters exactly belongs to?

I have lot many data sources, dashboards and worksheets in one workbook, There are couple of filters on one dashboards, I want to know from dashboard which filter belongs to which worksheet or where this filter exactly belongs to ?
As well please share how to create Global filters and when they are used?
When looking at a dashboard in Desktop, you can click on a worksheet which will select the worksheet and you'll see four icons pop up (usually in top right corner, sometimes top left corner). The last icon is a downward triangle. Click it and you'll see a long menu with options such as Go To Sheet, Duplicate, and Fit. One option is labeled Filters. Click Filters and it opens a submenu of all filterable fields on the worksheet. If a field is being used as a filter in the dashboard, it will show a checkmark next to the field name.
Note that this is an easy way to add and remove filters from a dashboard. But in your case, you are using it to figure out which worksheet is doing the filtering.
Be aware that dashboards can have filter actions so sometimes worksheets will cascade the filter values to other worksheets on the dashboard.

grafana: See full list of metrics when hovering

Grafana has a feature where hovering over a graph shows a list of each metric and its value at that point. The problem I'm having is that my graph has many metrics and the list is not scrollable. This means that when hovering, I can only see the first ~40 metrics even though my graph has ~150 metrics.
Perhaps the list is scrollable, but when I move my mouse toward it, it goes away.
Display Styles -> Tooltip -> Uncheck "All Series"
This will allow you to hover over a specific metric to see its value. I believe "All Series" is checked by default.

How to merge two metrics in microstrategy visual insights?

I have created those line charts in microstrategy 10 visual insights, but I want them to look as a merged chart. Can anyone help me with that. How to do so?
I got the result by using the combo chart from the visualization gallery. Also make sure that the metrics(here incoming and outgoing) are in different axes like left and right axes.
Drag and drop the metric names into the Color By box to give different colors to those metrics (i.e., incoming and outgoing).

Unable to change order of Stacked bar chart data

I'm using Crystal 11.5 on the desktop. I'm having a problem where the stacked chart data is not appearing as I want. It appears like below, but I would like:
1) Completed on bottom, then Open on top,
2) Completed should be blue color, Open orange.
I think once the data appears as I want, changing the color should be easy enough via manual manipulation.
I tried using a lot of different chart options and playing around with Specified Order as reversed (Open, Completed instead of Completed, Open). Nothing I've done has worked.
In order to have the stacked data appear as I want, I needed to first create a cross tab (pivot table). Then right click on the cross tab and select Insert Chart.