Forum Replies Created by Shashi Ranjan

Viewing 15 posts - 226 through 240 (of 507 total)
  • @mepc36,

    CanvasJS charts come with predefined styles. You can customize the look and feel of the chart with the help of the properties of the chart. Please refer to our documentation for the list of customization options available.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Styling Charts in React #27861

    @mepc36,

    You can style the chart container by passing the style attributes as containerProps as shown in this example.


    Shashi Ranjan
    Team CanvasJS

    @islandt,

    Please refer this page for more information on color codes supported by CanvasJS. Changing mColorDigit=[green,red,blue,green,red] to mColorDigit=['green','red','blue','green','red'] should work fine in your case.

    If you are still facing the issue, 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: Error with date #27791

    @mustybob,

    Can you 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, 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: How can I Unit Test components that use CanvasJS? #27790

    @user12947.

    Can you 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, 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: Webflow #27769

    @mobes100,

    Please take a look at this article for adding custom JavaScript in Webflow website.

    Adding CanvasJS script according to the above article should work fine in your case.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Average of database column #27753

    @jd26,

    Column chart accepts only one y-value for a dataPoint. Hence, passing just one y-value to dataPoints should work fine in your case. Please take a look at this updated sample project for the same.


    Shashi Ranjan
    Team CanvasJS

    in reply to: plotting the graph by getting value from the database #27751

    @abhi12,

    Please refer to this resource for accessing the data from database in Angular. Once you get the data, parsing it in CanvasJS acceptable format before passing it to chart options should work fine in your case.

    Shashi Ranjan
    Team CanvasJS

    in reply to: Multiseries line graph for 3 Dynamic dataset #27750

    @ramanan

    Kindly refer to this gallery example for creating a dynamic chart with date and time axis.


    Shashi Ranjan
    Team CanvasJS

    in reply to: combine range column chart and scatter chart #27685

    @atularetecon-com,

    Yes, it is possible to combine Range-Column Chart with Scatter Chart and it seems to be working fine at our end. Kindly check this JSFiddle for the same.

    If you are still facing the issue, kindly create JSFiddle with sample data and share it with us so that we can look into the code, understand the scenario better and help you out.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Average of database column #27673

    @jd26,

    Can you kindly create a sample project reproducing the issue and share it over Google-Drive or Onedrive along with sample database 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: two canvas in same page #27658

    @shibil,

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

    If you are still facing the issue, kindly create JSFiddle with sample data and share it with us so that we can look into the code, understand the scenario better and help you out.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Floating canvas charts #27619

    @batman,

    Unfortunately, I couldn’t find any code or reference related to CanvasJS in the link that you have shared.

    It would be helpful if you could brief us further about your requirements and share a JSFiddle or a pictorial representation depicting your requirements/issue you are facing so that we can understand it better to help you out.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Floating canvas charts #27601

    @batman,

    Can you kindly share a pictorial representation or brief us further about your requirement so that we can understand your scenario better and help you out?


    Shashi Ranjan
    Team CanvasJS

    in reply to: Watermark blocks the legend #27548

    @agentin,

    The non-commercial version of CanvasJS comes with a “Non-Commercial Version” watermark and “CanvasJS” credit link, which sometimes overlap with legends positioned at the bottom-left and/or bottom-right of the chart. To avoid this you can position the legend to the top of the chart using verticalAlign property.


    Shashi Ranjan
    Team CanvasJS

Viewing 15 posts - 226 through 240 (of 507 total)