nuagenetworks / vis-graphs

Graphs visualisation framework
2 stars 15 forks source link

AreaGraph Issues #388

Closed chaitanyahalbe closed 4 years ago

chaitanyahalbe commented 4 years ago

Currently coming across a couple of issues in AreaGraph as shown in the screenshot: image

  1. Tooltip:

    • In my query the tooltip is something like below. But in the visualization, the tooltip is coming up data points as value1 : value2. The tooltip should have the label and format as mentioned in the query.
      "tooltip": [
          { "column": "NetworkLoss", "label": "Avg % Network Loss", "format": "0.2f"},
          { "column": "LossAfterFEC", "label": "Avg % Loss after FEC", "format": "0.2f"},
          { "column": "ts", "label": "Timestamp", "timeFormat": "%b %d, %y %X"}
      ]
  2. Legend:

    • I am using 2 ES records for comparison in the AreaGraph. But there is no way to indicate the color mappings to the ES records in the legend. For example: <Color blue circle>: Network Loss and <Color orange circle>: Loss after FEC.
chaitanyahalbe commented 4 years ago

@natabal Opened an issue for AreaGraph.

natabal commented 4 years ago

@nxanil Please treat this with the highest priority

natabal commented 4 years ago

@chaitanyahalbe If this is fixed please close.