Rama

line graph not rendered in chart

Recommended Posts

post-62641-0-14229200-1397910466_thumb.pngI am using 2D dual Y combination graph and have problem when there is only one member on X-axis. graph is not plotted on chart area but i see points for theseries  on left margin of div element. I am using javascript plugin for fusion charts and chart  area is a div element. 

 

Can anyone please suggest what is the problem in code or data set?

 

"chart":{
        "xaxisname":"Periods",
        "pyaxisname":"AVGSELLINGPRICE<BR/>BUDGETCOSTPLAN<BR/>",
        "syaxisname":""
      },
      "categories":[
        {
          "category":[
            {
              "label":"01/01/2014"
            }
          ]
        }
      ],
      "dataset":[
        {
          "seriesname":"AVGSELLINGPRICE",
          "parentYAxis":"P",
          "renderAs":"Line",
          "data":[
            {
              "value":"11000.12345"
            }
          ]
        },
        {
          "seriesname":"BUDGETCOSTPLAN",
          "parentYAxis":"P",
          "renderAs":"Line",
          "data":[
            {
              "value":"1416.84000000000"
            }
          ]
        }
      ]

 

 

Share this post


Link to post
Share on other sites

Hi,

 

It looks like a bug.

 

We are looking into it and would get back to you as soon as possible.

 

Hope this helps!

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