New Status in the diagram

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
milton
Advanced user
Posts: 15
Joined: Wed Nov 19, 2008 11:46 am

New Status in the diagram

Post by milton »

I created two new status: enhamecent e investigator. In the report diagram generation, the colors configured for new status malfunction.

Add the code on file testlink.css, worked for the execution and other reports, except the graphics (diagram):

.melhoria, div.melhoria {
color: black;
background: yellow;
}

.investigar, div.investigar {
color: black;
background: orange;
}

div.melhoria, div.investigar {
margin: 8px;
padding: 6px;
text-align: center;
}

Where do I set the color of graphics? Ideally, he wore the colors of other reports.

I thought that the creation of diagrams is taking more than in version 1.7.4.
AnneGaelle
TestLink user
Posts: 10
Joined: Thu Feb 05, 2009 3:26 pm

Post by AnneGaelle »

Hello !

your post is a bit old now, but did you got or found an answer. I Have actually the same issue ... thanks for your help

AG
milton
Advanced user
Posts: 15
Joined: Wed Nov 19, 2008 11:46 am

Post by milton »

In the current version the problem already was resolved.
Locked