Sharmila

Color Code Is Mismatching In Bar2D Chart

Recommended Posts

Hi,

 

   We need the bar chart as the attached screen. We tried this by removing "useroundedge" to "0" but this is not matching the screen. Can we place image in place of color code for bar2d chart??

 

 

  

post-34261-0-70364900-1368193904_thumb.png

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi Sharmila,

 

Could you please try once by using "plotGradientColor" attribute with just a space as attribute value?

 

Ref. Code:

<chart plotGradientColor=' ' ....> 

Hope this helps!

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi Sharmila,

 

Could you please provide the chart XML/JSON data and the FusionCharts XT version details, which is used at your end, to better look into your issue?

 

Awaiting your response.

Share this post


Link to post
Share on other sites
 

Hi Sashibhusan,

 
The below json data, we are  using to draw Bar2D chart and we are using FusionCharts XT-3.3.0

 

 
{
  "chart": {
    "caption": "",
     "xaxisname": "",
 
"yaxisname": "(Days)",
    "showvalues": "0",
    "useroundedges":"1",
    "canvasborderthickness": "1",
    "plotfillangle": "250",
   %

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi Sharmila,

 

We have tested your JSON data, by rendering the Bar2D chart using FusionCharts XT v3.3.0 files and it is working fine from our end.

 

Please note that you have set "useroundedges" to "1", which I have changed to "0" and the chart renders as per the attached screen shot.

 

Also, checked the color code is matching with the data plot color.

 

Hope this helps!

post-23588-0-68620900-1368516041_thumb.png

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now