Forum Replies Created by Indranil

Viewing 15 posts - 271 through 285 (of 807 total)
  • in reply to: strip line error #29272

    @rohitranjan1612,

    y value can either be a number or an array of numbers or null. Replacing NaN with null should work fine in your case. To connect null dataPoints you can use connectNullData property.

    Please check our documentation page for more customization options.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: How to change marker to image #29253

    @amitshimon,

    As of now, markers can have only five possible values – “circle”, “square”, “triangle”, “cross” & “none”. However, you can position images on top of markers with the help of convertValueToPixel and convertPixelToValue methods as shown in this JSFiddle. For step-to-step tutorial on positing image over chart, please take a look at this documentation page.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: strip line error #29251

    @rohitranjan1612,

    Can you kindly create a JSFiddle reproducing the issue you are facing 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?

    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

    @irfangsat,

    You can group multiple columns in stackedColumn chart by assigning individual dataSeries to a separate axisY with the help of axisYIndex. Please take a look at this JSFiddle.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Charting the frequency of a value #29198

    @billyqureshi,

    Counting the number of occurrence of colors and parsing the data in the format accepted by CanvasJS should work fine in your case. Please take a look at this JSFiddle.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Dash lines for line chart legend #29196

    @esieczka,

    Changing legend line dash type is not possible as of now. However, you can workaround this by setting the legendMarkerColor to white and legendMarkerType to triangle. Please take a look at this JSFiddle

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Zoom Wheelmouse and PAN #29178

    @bernardo-mattiucci,

    Support for zooming/panning through mousewheel is not available as an inbuilt feature as of now.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Charting the frequency of a value #29168

    @billyqureshi,

    Can you please share your sample data over Google-Drive or Onedrive and brief us further about your requirement so that we can understand your scenario better and help you out.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Multi-series-chart in angular #29132

    @suvendujena25,

    Please take a look at this gallery page for examples on integrating CanvasJS with Angular.

    In case, this doesn’t help you fulfill your requirements, kindly create a sample project reproducing the issue and share it over Google-Drive or Onedrive along with sample data so that we can look into the code, understand your scenario better and help you out.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Dynamic length of datapoints #29090

    @manuks,

    Please take a look at this JSFiddle for an example on rendering chart using data from a CSV file based on the range of the data.

    ____________
    Indranil Deo
    Team CanvasJS

    in reply to: Line chart #29053

    @shiv-shahoodlestechnologies-com,

    You can set the minimum for Axis X less than the x value of the first dataPoint so as to give some padding between the first dataPoint and the Axis Y.

    In case this doesn’t help you fulfill your requirements kindly share a pictorial representation or a JSFiddle of your requirement so that we can understand your scenario better and help you out.

    ____________
    Indranil Deo
    Team CanvasJS

    in reply to: How to Add Custom Markers? #29048

    @bryant,

    It seems the sample provided by you is restricted and requires permission. Can you please make the sample public so that we can access it?

    CanvasJS Sample Shared in Google Drive Requires Permission

    ____________
    Indranil Deo
    Team CanvasJS

    in reply to: Creating multiple charts #29019

    @lambozsolty,

    Please take a look at this JSFiddle for an example on adding charts dynamically based on number selected from a drop-down.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: CanvasJS Responsive Issue #28997

    @pepelux71,

    In order to understand and debug your code better can you kindly create and share a JSFiddle with bare minimal lines of code(removing unnecessary code).

    This one step can assure speedy response.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: How to Add Custom Markers? #28993

    @bryant,

    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 look into the code, understand the scenario better and help you out?

    ____________
    Indranil Deo
    Team CanvasJS

Viewing 15 posts - 271 through 285 (of 807 total)