Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Regression or new feature in Nebula 1.3.0

Hello Alain,
I will have a look at it and will add the corresponding bug once I replicate it locally.

Regards

Baha

On Wed, Oct 4, 2017 at 5:57 PM, BERNARD, Alain <alain.bernard@xxxxxxxxxx> wrote:

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.

 

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

 

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.

_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev


Back to the top