Forum Replies Created by SwapnilV007

Viewing 15 posts - 1 through 15 (of 15 total)
  • in reply to: Gauge Control using CanvasJS #8250

    Hi,

    We are waiting for your reply.

    Thanks,
    Swapnil

    in reply to: Gauge Control using CanvasJS #8240

    Hi,

    Do you have any plans to include Gauge Support in next release?

    If yes, Can you please let us know when can we expect next release?

    Thanks,
    Shreyas

    in reply to: Not able to plot Y axis Label #7581

    Hi Anjali,

    Thanks for the information.
    I checked this with v1.5.6 and the issue is no more seen now.
    Thanks for your help..

    Regards,
    Swapnil

    in reply to: Not able to plot Y axis Label #7489

    Hi Sunil,

    Any update on this issue?

    Thanks,
    Swapnil

    in reply to: Not able to plot Y axis Label #7483

    Hi Sunil,

    Did you get any solution to fix this issue?

    Thanks,
    Swapnil

    in reply to: Not able to plot Y axis Label #7412

    Hi Sunil,

    Thanks for your reply. Please let me know once you find the solution for it.

    Thanks,
    Swapnil

    in reply to: Not able to plot Y axis Label #7404

    Hi,

    Did you get any chance to look into this problem ?
    Is there any solution to fix this issue ?

    Thanks,
    Swapnil

    in reply to: Y axis range & Zoom Functionality #7188

    Hi,

    Just wanted to know if this is possible with current version and If not then how much efforts will it need to add such support.

    Thanks,
    Swapnil

    in reply to: Y axis range & Zoom Functionality #7176

    Hi,

    I tried below mentioned API that can be used to change Y-min and Y-max when zooming:

    chart.options.axisY.minimum = null;
    chart.options.axisY.maximum = null;

    When I dont set the minimum and maximum values of Y axis then graph automatically calculates the min and max values depending on the zoomed portion. That means it has this intelligence built in to decide the min and max values depending on zoomed portion.

    Can I get these values and directly use these returned values in above mentioned api’s so that zooming scales the Y axis.
    Currently It is able to scale Y axis when zoomed but as I am passing “null” value to above API’s; the scaling range is always -5 to 5.

    Thanks,
    Swapnil

    in reply to: How to Plot Complete Date and Time On X axis #7127

    Hi Anjali,

    Thanks for the reply. When can I expect the next version that will have this issue fixed.

    Thanks,
    Swapnil

    in reply to: Dynamic Grah Implementation #7082

    Hi Anjali,

    I was able to achieve the desired result using below api’s.

    chart.options.axisX.minimum=null ;
    chart.options.axisX.maximum = null;

    Using these api’s sets X-axis minimum and maximum values to null(default) after 60 seconds and then X-axis values start shifting.
    Thanks for your valuable inputs and time.

    Regards,
    Swapnil

    in reply to: How to Plot Complete Date and Time On X axis #7081

    Hi Anjali,

    Changing the angle does not suit my requirement. I am supposed to show the labels Horizontally without changing there orientation.
    Is there any other solution to solve this issue?

    Thanks,
    Swapnil

    in reply to: Dynamic Grah Implementation #7079

    Hi Anjali,

    Using valueFormatString will solve the issue of hiding X axis values initially. But the graph in this jsfiddle does not shift towards left after initial 60 seconds. I expect this graph to shft after initial 60 seconds similar to this jsfiddle. Both codes are similar except that definition of minimum:0 and maximum:60 for X axis is not there in second fiddle.
    How I should proceed further to get the combined result?

    Thanks,
    Swapnil

    in reply to: How to Plot Complete Date and Time On X axis #7029

    Hi Anjali,

    Reducing font size of label does not help. Still the labels are not shown completely.
    I tried it with your sample example also. But it does not work there too.

    Thanks,
    Swapnil

    in reply to: How to Plot Complete Date and Time On X axis #7025

    Hi Anjali,

    Thanks for your reply.
    Setting labelMaxWidth solved my problem.
    But now I see another issue. The last Label on X axis is not shown completely.
    You can see this issue in sample jsfiddle given by you also.
    Please let me know if there is any work around to show this label also.

    Thanks,
    Swapnil

Viewing 15 posts - 1 through 15 (of 15 total)