3 Replies Latest reply on Jul 23, 2016 1:59 AM by sivaprasad9394 Branched to a new discussion.

    rich:chart chnage the plot information color?

    sivaprasad9394

      Hi,

       

      How to change the plot information color for chats?Looks like this is default one.Is it possible to change it?

      I am working with RF Version latest one.

      Chart_Color.png

      <rich:chart id="cghartId" title="Simple Reporting Chart" hooks="hooks" >

                                      <rich:chartSeries type="bar">

                                          <a4j:repeat value="#{chartreport.listChartData}" var="record">

                                              <rich:chartPoint x="#{record.monthsYearChartPlot}"

                                                  y="#{record.totalPageVisitedYearChartPlot}" />

                                          </a4j:repeat>

                                      </rich:chartSeries>

                                      <rich:chartXAxis label="Year" id="yearxaxis" style="color:black !important;"/>   --- This is also not working???  Color is dull    

                                      <rich:chartYAxis label="Total Visitor Count" style="color:black !important;"/>     --- This is also not working??? Color is dull

                                      <span id='clickInfo'></span>

         </rich:chart>   

      Thank you.