a3045382

Lines you do not continue

Recommended Posts

I have one problem have a graph where I have an information of the day Monday to Friday per month but in any of these days information does not exist and it(he,she) me cuts the lines but what I want that it(he,she) does is that if it(he,she) does not exist information follows(continues) the constant line and it(he,she) does not cut me.

Share this post


Link to post
Share on other sites

Please check out this sample code given below:

<chart showValues='0' connectNullData='1'>
      <set label='Jan' value='420' />
      <set label='Feb' value='295' />
      <set label='Mar' value='523' />
      <set label='Apr' value='473' />
      <set label='May' />
      <set label='Jun' />
      <set label='Jul' value='354' />
      <set label='Aug' value='457' />
      <set label='Sep' value='127' />
      <set label='Oct' value='354' />
      <set label='Nov' value='485' />
      <set label='Dec' value='486' />
  </chart>

Hope it may help you.

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