Forum Replies Created by Sunil Urs

Viewing 15 posts - 391 through 405 (of 548 total)
  • in reply to: Margins for Legend #5308

    Sure, I’ll fix that. Can you please tell me which font you are using so that I can reproduce the same.

    in reply to: Month Problem #5303

    In JavaScript Month starts from 0 (January) and ends at 11(December). So while displaying they are incremented by 1.

    in reply to: Start in Year 1905 and Not PAN #5301

    From what I see, the graph is working fine. May I know what you mean by “when typing the PAN button the graph is initialized.”?

    in reply to: Axis x Duplicate days. #5300

    Thanks for reporting.. I’ll have a look into the issue and get back.

    in reply to: Start in Year 1905 and Not PAN #5297

    Sorry, but am not able to reproduce the issue. Can you please create a jsfiddle that reproduces the issue. Without a way to reproduce the issue its not possible to give a solution.

    Please fork this template jsfiddle and create your chart that reproduces the issue.

    in reply to: Chart is not vIsible in Google Chrome #5296

    Thanks for confirming.

    in CHROME ZOOM works fine but when typing the PAN button the graph is initialized.

    Continuing in this thread.

    in reply to: Margins for Legend #5292

    Why doesn’t this work.

    I observed that “g” in “Meetings” & “Reports” is getting clipped by a few pixels on IE & Chrome while it works fine on Firefox. Is that what you are referring to?

    in reply to: Posts Marked as Spam? #5287

    Sorry about that. I’ve approved the same. Because of spam bots am using Akismet and in rare cases it marks genuine posts as spam.

    in reply to: x-axis position #5286

    [Update]
    We have just released v1.9.5 Beta which supports Secondary X Axis and Multiple X / Y Axis. Please refer to the release blog for more information.

    You can actually show negative values. If any of the given values are negative, y-axis/x-axis will automatically adjust. Labels are always shown at the bottom of chart area so that dataPoints don’t hide them. As of now there is no way to move the same to the center.


    Sunil

    in reply to: Start in Year 1905 and Not PAN #5279

    Hi,

    I can surely help you with this. But without knowing the actual code & data its not possible to figure out the problem. In the code that you had previously provided there are only 5 data points and pan still works for me – though it doesn’t zoom. If you can create a jsfiddle which reproduces the issue, I can figure out the problem easily and suggest you a solution.


    Sunil Urs

    in reply to: Start in Year 1905 and Not PAN #5277

    for (var i = 0; i <= limit – 2; i + +) was feeding the x axis nulls.

    You were getting a null value because there is an additional N in the end. You can either remove that N in the end and use limit – 1 or you can use limit – 2 as you are doing now.

    You are not able to zoom/pan because there are only 5 dataPoints in the chart. CanvasJS stops zooming when there are only a few dataPoints in the view port and are clearly visible. If you add another 5-10 dataPoints atleast, you’ll be able to zoom/pan.


    Sunil Urs

    in reply to: Chart is not vIsible in Google Chrome #5272

    Himanshu,

    Thanks for the confirmation. Me and my colleague observed the same couple of hours ago but were waiting for couple of confirmations before getting into any conclusion.

    Can any one else update chrome & confirm the same please.


    Sunil Urs

    in reply to: Column name as header #5269

    Savak,

    Here is an example that might be of help.


    Sunil Urs

    in reply to: Word Wrap on Labels #5266

    Its near completion. Sorry about the delay. Because this is a complete re-write of pie & doughnut with improved labelling, its taking more time that what I initially expected. But I can give you an internal build by the end of this week.

    in reply to: Save a chart #5262

    Do you want to save chart as an image or the data itself? Saving as an image isn’t available as of now. But if you want to save the data itself, it should be fairly simple to implement it yourself given that you have access to the data. Push all new dataPoints to a different array before assigning it to the chart.


    Sunil

Viewing 15 posts - 391 through 405 (of 548 total)