Primefaces Charts without shadow -
i using primefaces barchart in 1 of projects in small area need display chart contains multiple data points. when chart rendered, bars become thin, ok me. however, there shadows of each of bars confusing on chart.
is possible disable shadows in primefaces charts?
the bar chart has 'shadow' attribute. setting false should make shadow dissapear. however, @ least in version 3.1.1 not able make shadow dissapear using attribute, seems doesn't work. if have same issue, add following style css file:
.jqplot-series-shadowcanvas { display: none; }
it hides shadows of bar chart (and shadow of other charts too, haven't tested it).
Comments
Post a Comment