This content has been marked as final.
Show 3 replies
-
1. Re: rich:chart chnage the plot information color?
sivaprasad9394 Jul 15, 2016 8:54 AM (in response to sivaprasad9394)Hi,
I have did it via below css,
#flotTip{
background-color: #fff !important;
opacity:0 !important;
box-shadow: 0 0 10px #fff !important;
border: 2px solid #206080 !important;
font-weight: bold !important;
}
But i cannot make the label bold in chart.....How to do that?????
<rich:chartXAxis label="Year" id="yearxaxis" style="color:black !important;"/> <rich:chartYAxis label="Total Visitor Count" style="color:black !important;"/>
Thank you.
-
2. Re: rich:chart chnage the plot information color?
michpetrov Jul 18, 2016 4:20 AM (in response to sivaprasad9394)You mean the label that says "MAR-2015" and so on? That's part of the drawing, you cannot style it with CSS. I don't know if the plugin supports bold fonts, in any case you should check flotcharts docs.
-
3. Re: rich:chart chnage the plot information color?
sivaprasad9394 Jul 23, 2016 1:59 AM (in response to michpetrov)By Changing the css class .chart-title now the label is bold.
Its working for this problem.
Thank you Michal Petrov.