Forum Replies Created by Indranil

Viewing 15 posts - 211 through 225 (of 807 total)
  • in reply to: small values disappear in a large axisY viewport #30825

    @elbargho,

    Due to large difference between the corresponding dataPoints, the one with less value disappears. However, you can workaround it by setting a minimum height to the dataPoint as shown in this JSFiddle.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Is it possible to combine column chart and bubble chart #30801

    @sarojstha,

    You can use markerSize option to set the size of specific markers as shown in this JSFiddle.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Is it possible to combine column chart and bubble chart #30721

    @sarojstha,

    Yes, it is possible to combine column with Scatter/Bubble chart. Please take a look at this JSFiddle.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Stockchart empty days #30720

    @gotzsys,

    Sorry, this feature is not available as of now. However, it’s there in our wishlist but no definite timeline yet.

    You can workaround (keeping rangeSelector disabled) it by passing date as a label instead of x-value as shown in this JSFiddle.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Show Tooltip without Mouse Hover #30703

    @saqib,

    You seem to be using older version of CanvasJS, v2.3.2. But showAtX method is available since v3.0, please refer this blog post for more information. We suggest you to try the same with v3.0 and let us know if you are still facing issue.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Customised Range Bar Chart #30689

    @starkjarvis2,

    We don’t see any dataPoints in the given JSFiddle. Adding dataPoints should work fine in your case. Please take a look at this updated JSFidddle.

    In case if this doesn’t fulfill your requirement kindly create a JSFiddle reproducing the issue you are facing along with sample data and share it with us so that we can look into the chart options being used, understand the scenario better and help you resolve.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Show Tooltip without Mouse Hover #30688

    @saqib,

    Can you kindly create a sample project reproducing the issue you are facing and share it with us over Google-Drive or Onedrive along with the sample data so that we can run it locally to understand your scenario better and help you out?

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Date format problem #30679

    @amania,

    Glad that you figured it out :)

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Customised Range Bar Chart #30678

    @starkjarvis2,

    It seems like access to the above sample image is restricted.

    Google Drive permission

    Can you kindly create a JSFiddle reproducing the issue and share it with us so that we can look into the code, understand the scenario better and help you resolve.

    From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.

    Having a JSFiddle helps us in figuring out the issue and many a time we can just edit your code to fix the issue right away.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Show Tooltip without Mouse Hover #30672

    @saqib,

    You can use showAtX() method to show the toolTip over a specific dataPoint.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Date format problem #30636

    @amania,

    Parsing the y-value to float using parseFloat() and rendering the chart inside getData() should work fine in your case. Please take a look at this updated sample project.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Date format problem #30631

    @amania,

    After looking into your code, it seems you have parsed dataPoints into a variable called dataPoints. But you are assigning a different variable within chart option/data.

    Passing the variable dataPoints within chart options/data should work fine in your case.

    If you are still facing the issue kindly create a sample project reproducing the issue and share it with us along with the sample CSV over Google-Drive or Onedrive so that we can run your code locally, understand your scenario better and help you out.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: axisY not calculating to 100%; #30611

    @saqib,

    Labels are shown at every interval on the axis. As you are setting the maximum for axis we suggest you to set the interval along with it as shown in this JSFiddle.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: scrolling real time chart (old values dropping off) #30596

    @karakal,

    CanvasJS can easily render hundreds of thousands of Data Points in a few milliseconds. Can you please create a JSFiddle with your use-case and share it with us along with your sample data so that we can look into the code, understand the scenario better, and help you out?

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: axisY not calculating to 100%; #30588

    @saqib,

    Can you kindly create a JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code, understand the scenario better and help you out?

    From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.

    Having a JSFiddle helps us in figuring out the issue and many a time we can just edit your code on JSFiddle to fix the issue right away.

    ___________
    Indranil Deo
    Team CanvasJS

Viewing 15 posts - 211 through 225 (of 807 total)