Forum Replies Created by Vishwas R

Viewing 15 posts - 436 through 450 (of 1,621 total)
  • in reply to: npm ERR! code ENOENT #28379

    @vlad2020,

    React samples downloaded from Download Page seems to be working fine without any issue. Below are the steps for integrating CanvasJS in your react app.
    1. Save canvasjs.react.js and canvasjs.min.js within source-folder of your React application
    2. Import React Component to your app import CanvasJSReact from './canvasjs.react';.

    Please refer to this documentation page for step-to-step tutorial on integration.
    React Column Chart

    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 so that we can run it locally at our end to understand the scenario better and help you resolve.


    Vishwas R
    Team CanvasJS

    in reply to: How do I center or Left/Right justify a Label #28378

    @gregs,

    Is there another way to have text (instead of values) for the X-Axis?

    You can use label to show text in axisX, please refer documentation for more info along with live example.

    Label inside the DataPoints is the best way to do this?

    Axis labels are shown at every interval whereas you can use indexLabel to show text / info regarding a dataPoint.

    would paying for priority support possibly get this “label align” feature added?

    Please contact sales[at]canvasjs[dot]com for more sales related information.


    Vishwas R
    Team CanvasJS

    in reply to: How do I center or Left/Right justify a Label #28353

    @gregs,

    Aligning axis label is not available as of now. We will re-consider this behavior in future releases.


    Vishwas R
    Team CanvasJS

    in reply to: [totally newbie] understanding line plot with dynamic data #28352

    @el-berto,

    Please refer this article for more information on array shift method in JavaScript.

    If you are still facing any issue with CanvasJS, kindly share JSFiddle with your use-case so that we can look into the source 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.


    Vishwas R
    Team CanvasJS

    in reply to: Multiple chart on one page #28232

    Jakub,

    Private email based support is available only in Priority-Support License. One of our sales team-member will get in touch with you over mail soon.


    Vishwas R
    Team CanvasJS

    in reply to: Method call for Zoom / pan Function in Canvas Js #28183

    @santhoshnarendra,

    zoomType property allows you to control the axis for which zooming and panning are enabled. Setting zoomType to ‘xy’ will let you zoom / pan across both x and y axes. Please refer documentation for more info.
    Zooming Chart verically & horizontally


    Vishwas R
    Team CanvasJS

    in reply to: Multiple chart on one page #28182

    Jakub,

    The JSFiddle shared seems to be working fine. If you could share JSFiddle or a sample project reproducing the issue you are facing, we could understand it better to help you out!


    Vishwas R
    Team CanvasJS

    in reply to: Multiple chart on one page #28158

    Jakub,

    Syncing crosshair across multiple charts is not available as an inbuild feature, as of now. However, by simulating mouse-events across charts you can achieve it as shown in this JSFiddle.

    If you are still facing issue, kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code / options being used, understand the scenario better and help you resolve.


    Vishwas R
    Team CanvasJS

    in reply to: Multiple chart on one page #28134

    Jakub,

    Please take a look at this documentation page for step-to-step tutorial and an example on rendering multiple charts in a page.


    Vishwas R
    Team CanvasJS

    in reply to: MVC application Connecting to SQL Database #28117

    Prathyush,

    Please refer Microsoft Documentation for tutorials and code related to MS SQL database connectivity.

    This forum is dedicated to queries related to CanvasJS, you can post your queries in Stack Overflow for programming specific queries.


    Vishwas R
    Team CanvasJS

    in reply to: Incorrect month #28098

    @guysnelling,

    CanvasJS is a JavaScript library and follows JavaScript Date-Formats and is not a bug. However, you can use ISO format to pass month from 1 to 12 (Example: “2015-03-25” is considered as March 25, 2015). You can adopt the one of the format to fit your requirements.


    Vishwas R
    Team CanvasJS

    in reply to: MVC application Connecting to SQL Database #28083

    Prathyush,

    Please take a look at this article for step-to-step tutorial on connecting to MySQL database and reading data from it, along with sample code and screenshots.


    Vishwas R
    Team CanvasJS

    in reply to: Remove all striplines by click #28082

    @mwick,

    Please take a look at this JSFiddle.


    Vishwas R
    Team CanvasJS

    in reply to: Incorrect month #28059

    @guysnelling,

    In JavaScript month starts from 0(January) and ends at 11(December). So while displaying they are incremented by 1.


    Vishwas R
    Team CanvasJS

    in reply to: Syncing crosshairs on multiple charts #28058

    @accadmjlab-org,

    You can achieve your requirement by setting bubbles to false during the simulation of mouse event. Please take a look at this JSFiddle.


    Vishwas R
    Team CanvasJS

Viewing 15 posts - 436 through 450 (of 1,621 total)