##// END OF EJS Templates
Better support for negative values in stacked barcharts. Negative values are stacked from zero to negative direction. Positive values are stacked from zero to positive direction.
Better support for negative values in stacked barcharts. Negative values are stacked from zero to negative direction. Positive values are stacked from zero to positive direction.

File last commit:

r1419:9a2b5d956bb6
r1897:c0fc53c8ab57
Show More
legend.pro
10 lines | 171 B | text/idl | PrologLexer
sauimone
legend detach example. Bug fixes to legend.
r1263 !include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
TARGET = legend
SOURCES += main.cpp \
mainwidget.cpp
HEADERS += \
mainwidget.h