I want to be able to style different elements of the graph and cannot seem to find where the classes are set for labels and other parts of the graph. All I can see for all of the text is .bluff-text

http://www.promotingschools.org/schools/agencylist/24

Comments

rsevero’s picture

Status: Active » Postponed (maintainer needs more info)

Please verify if Bluff has support for what you want.

If it has, we can try to plan some support in Charts and Graphs also.

mgifford’s picture

Ok, a practical example. All of the text to a graph blur together and overlap each other in a busy chart. I want to rotate the text sideways using:

.bluff-text {
-webkit-transform: rotate(-90deg);
}

Works brilliantly, except that I can't seem to restrict it just to those elements that need to be rotated. It rotates all sorts of text (like the title) that just destroys the formatting and makes it all hard to understand.

One should be able to find the CSS for a group of elements & manipulate it. Unfortunately, I cannot access http://bluff.jcoglan.com at the moment. Damn American Censorship - http://americancensorship.org

Fortunately, there may be access via - https://github.com/jcoglan/bluff