Forum Replies Created by Shashi Ranjan

Viewing 15 posts - 241 through 255 (of 507 total)
  • in reply to: Preventing Re render of all data on Canvas. #27545

    @komal997,

    Can you kindly create a sample project reproducing the issue along with sample data and share it with us over Google-Drive or Onedrive so that we can look into the code, run it locally to 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 sample project helps us in figuring out the issue and suggesting an appropriate solution accordingly.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Preventing Re render of all data on Canvas. #27529

    @komal997,

    Updating any chart elements will re-render the entire chart as of now. However, it takes just a few milliseconds to re-render the entire chart and performs well in such a scenario. You can take a look at this documentation page for a performance demo of the chart with thousands of DataPoints.


    Shashi Ranjan
    Team CanvasJS

    @koen-demonie,

    Gridlines are drawn at every interval. Even when minimum and maximum are set to 1 and 101 respectively and interval to 10, the labels are being shown at 10, 20, 30, etc and not at 11, 21, 31, etc – controlling the starting point of the label is not available as of now. Because of this, the gridlines of primary and secondary y-axes don’t overlap.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Permanent visible marker on Graph #27453

    @salman-v21,

    You can use stripLines to achieve the above requirement.

    If this doesn’t help, kindly share some pictorial representation so that we can understand your requirements better and help you out.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Export Button #27440

    @idqsupport,

    You can customize the position of the export button by applying styling to ‘canvasjs-chart-toolbar’ class. Please take a look at this JSFiddle.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Pie Chart top results #27439

    @idqsupport,

    Parsing through the dataset to accept the values that are greater than 10 before passing it to chart options should work fine in this case. Please take a look at this JSFiddle for the same.


    Shashi Ranjan
    Team CanvasJS

    in reply to: label on x-axis are showing in reverse order #27419

    @tahseenullah417,

    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.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Candlestick chart #27393

    @velaaaasco,

    Please take a look at this JSFiddle.


    Shashi Ranjan
    Team CanvasJS

    in reply to: open vs href issue #27369

    @kfidan,

    Can you kindly create a sample project reproducing the issue along with sample data and share it with us over Google-Drive or Onedrive so that we can look into the code, run it locally to understand the scenario better and help you resolve?


    Shashi Ranjan
    Team CanvasJS

    in reply to: custom marker type #27356

    @kunal,

    Custom markers are not supported as of now. The example shared shows you to workaround by positioning the images on top of the chart. However, to re-position images on zooming and panning, you can call positionMarkerImage() upon rangeChanged event.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Possible to recreate this bar chart with image overlays? #27355

    @foreignpolicy,

    Please take a look at this JSFiddle.


    Shashi Ranjan
    Team CanvasJS

    in reply to: custom marker type #27325

    @kunal,

    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.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Line chart – number of points #27323

    @horry,

    You can push any number of dataPoint to the chart options / data by looping through the desired data source as per your requirement. Please take a look at this JSFiddle for the same.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Possible to recreate this bar chart with image overlays? #27303

    @foreignpolicy,

    The JSFiddle you have shared doesn’t seem to be working. However, we are trying to reproduce the issue at our end and will get back to you at the earliest.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Possible to recreate this bar chart with image overlays? #27274

    @foreignpolicy,

    Please take a look at this JSFiddle.


    Shashi Ranjan
    Team CanvasJS

Viewing 15 posts - 241 through 255 (of 507 total)