Forum Replies Created by Adithya Menon

Viewing 15 posts - 16 through 30 (of 191 total)
  • in reply to: CanvasJS npm package for React #42734

    @allie,

    We have just added CanvasJS React Chart & StockChart packages to NPM registry. Now, you can add our React chart & stockchart packages to your React application via NPM. Please refer to the release blog for more information. Please check out our NPM package and let us know your feedback.


    Adithya Menon,
    Team CanvasJS

    in reply to: Integrate commercial CanvasJs via NPM #42700

    Ragu nathan,

    We just recently released the non-commercial / evaluation version over NPM and we are currently considering a bunch of options for our commercial users. But we have not decided on it yet. We will get in touch with you as soon as we have a solution in place. Thanks for your patience.


    Adithya Menon
    Team CanvasJS

    in reply to: Chart marker issue in line chart #42622

    @karthikdev18,

    In line charts, markers are automatically disabled when there are large number of datapoints. However, if you still like to show markers, you can set markerSize property to a value greater than zero.


    Adithya Menon
    Team CanvasJS

    in reply to: Zoom not working with many data points? #42576

    @stefan-alfs,

    We are limiting the zooming & panning to have a minimum of 3-4 datapoints across x-axis in case of xy zooming type. This behaviour is designed to help users not zoom into blank regions (region with no dataPoints).
    ___________
    Adithya Menon,
    Team CanvasJS

    in reply to: chart zoom not work #42575

    @stefan-alfs,

    We are limiting the zooming & panning to have a minimum of 3-4 datapoints across x-axis in case of xy zooming type. This behaviour is designed to help users not zoom into blank regions (region with no dataPoints).

    ___________
    Adithya Menon,
    Team CanvasJS

    @eshan_23,

    It is not possible to show the tooltip for the filled region as of now.


    Adithya Menon
    Team CanvasJS

    in reply to: Need true animation #42478

    @jackh,

    Thank you for reporting the use-case. This warning message appears to be specific to Firefox and is not currently appearing on other browsers such as Chrome, Edge, etc. Rest assured; we will be looking into this in the future versions.


    Adithya Menon
    Team CanvasJS

    in reply to: Need true animation #42464

    @jackh,

    Chart animates only on the first render, as of now. Due to which, the type of animation that you are looking is not available as an in-built feature, currently.


    Adithya Menon
    Team CanvasJS

    @eshan_23,

    Tooltip will be shown only when you move mouse over the line & the data points and will not be shown for the filled region as of now.

    If you are facing some other issue, kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into the chart-options being used, understand the scenario and help you with a better solution.


    Adithya Menon
    Team CanvasJS

    in reply to: piechart background image on each slic #42325

    @cupidox,

    It is not possible to place an image on each slice of the pie chart as of now.


    Adithya Menon
    Team CanvasJS

    @edad_msft,

    This query does not seem to be related to CanvasJS Charts. Feel free to let us know if you have any queries related to CanvasJS Charts,

    Adithya Menon
    Team CanvasJS

    in reply to: Is there any tornado chart examples in js? #42276

    @parisamaraghi,

    It is possible to create a tornado chart using Stacked Bar chart. Kindly take a look at this JSFiddle for an example on tornado chart with complete code.

    CanvasJS Tornado Chart


    Adithya Menon
    Team CanvasJS

    in reply to: Facing error inside canvas.min.js #42267

    @mnair,

    Kindly create a sample project reproducing the issue & share it with us over Google-Drive or Onedrive so that we can run the sample locally to 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 scenario, 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.


    Adithya Menon
    Team CanvasJS

    in reply to: Change color of Vertical Grid Line #42202

    @dpanscik,

    Passing stripline label property while parsing the JSON received from the service seems to be working fine. Please check out the code snippet below for the same,

    stripLines: [{
        thickness: 2,
        color: "#555555",
        label: "Today: " + jsonData.stripLineLabel[0],
        labelFontColor: "#a8a8a8"
    }]
    

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

    —-
    Adithya Menon
    Team CanvasJS

    in reply to: Change color of Vertical Grid Line #42183

    @dpanscik,

    You can use striplines on the X-axis to add a vertical line to your chart. To customise the color of this line, you can use the color property.


    Adithya Menon
    Team CanvasJS

Viewing 15 posts - 16 through 30 (of 191 total)