BERNARD, Alain
2017-10-04 15:57:33 UTC
Hi all,
We use Nebula Visualization in our product to plot graphs. With the Oxygen release and the upcoming 0.5 release of EASE, we have updated our target platform to Nebula 1.3 which bundles XYVisualization 3.0.
We observe a strange behavior with annotations on the graph. When we display annotations with some text, we have this strange display, whereas the associated text was correctly displayed in version 1.0.
[cid:***@01D33D3A.4168EFB0]
Here below is our code, quite simple:
// Create an annotation on Primary axis, pName is a String
Annotation lAnnotation = new Annotation(pName, graph.getPrimaryXAxis(), graph.getPrimaryYAxis());
// Set the value as an X
lAnnotation.setValues(x, y);
lAnnotation.setEnabled(true); // the annotation can be moved on the graph
lAnnotation.setShowPosition(true);
lAnnotation.setShowName(true);
lAnnotation.setShowSampleInfo(false);
lAnnotation.setCursorLineStyle(CursorLineStyle.NONE);
lAnnotation.setAnnotationColor(pAnnotationColor);
Do you have any clue on what could have changed in the API of Nebula to create this behavior? What do we have to adapt to get our annotations working correctly again?
Many thanks in advance,
Alain
<html><head></head><body><font color="black" face="arial" size="2">
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
</font>
</body>
</html>
We use Nebula Visualization in our product to plot graphs. With the Oxygen release and the upcoming 0.5 release of EASE, we have updated our target platform to Nebula 1.3 which bundles XYVisualization 3.0.
We observe a strange behavior with annotations on the graph. When we display annotations with some text, we have this strange display, whereas the associated text was correctly displayed in version 1.0.
[cid:***@01D33D3A.4168EFB0]
Here below is our code, quite simple:
// Create an annotation on Primary axis, pName is a String
Annotation lAnnotation = new Annotation(pName, graph.getPrimaryXAxis(), graph.getPrimaryYAxis());
// Set the value as an X
lAnnotation.setValues(x, y);
lAnnotation.setEnabled(true); // the annotation can be moved on the graph
lAnnotation.setShowPosition(true);
lAnnotation.setShowName(true);
lAnnotation.setShowSampleInfo(false);
lAnnotation.setCursorLineStyle(CursorLineStyle.NONE);
lAnnotation.setAnnotationColor(pAnnotationColor);
Do you have any clue on what could have changed in the API of Nebula to create this behavior? What do we have to adapt to get our annotations working correctly again?
Many thanks in advance,
Alain
<html><head></head><body><font color="black" face="arial" size="2">
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
</font>
</body>
</html>