Forum Replies Created by Vishwas R

Viewing 15 posts - 346 through 360 (of 1,634 total)
  • in reply to: Chart content doesn’t display #30673

    @yohann,

    Datapoint y-value can be numeric only, but you seems to be passing it as string. Passing it as number should work fine.

    If you are still facing issue, kindly create JSFiddle reproducing the issue and share it with us so that we can look into the code, 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 JSFiddle helps us in figuring out the issue and many a time we can just edit your code to fix the issue right away.


    Vishwas R
    Team CanvasJS

    in reply to: a serious problem with stock charts #30662

    [Update]

    @prospect
    ,

    We have just released StockChart v1.0 Release Candidate with this fix. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.


    Vishwas R
    Team CanvasJS

    in reply to: problem with bootstrap and Canvas js #30625

    @dolev146gmail-com,

    Feel free to post your query related to CanvasJS in our forum :)


    Vishwas R
    Team CanvasJS

    in reply to: problem with bootstrap and Canvas js #30599

    @dolev146gmail-com,

    CanvasJS jQuery plugin requires jQuery to work. Importing jQuery once, before importing jquery.canvasjs.min.js should work fine in your case. Please take a look at this JSFiddle for updated code.


    Vishwas R
    Team CanvasJS

    in reply to: chart background change #30598

    @hari-krishnan,

    You can set CSS background to chart as shown in this JSFiddle.


    Vishwas R
    Team CanvaJS

    in reply to: Scientific notation #30597

    @grantwray,

    You can format axis labels according to your requirements by setting valueFormatString and you can format x-value and y-value shown in index-labels & tooltip by setting xValueFormatString and yValueFormatString.

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


    Vishwas R
    Team CanvasJS

    in reply to: creating a chart on button click instead of on window.load #30572

    @elbargho,

    You need to create chart-container dynamically before creating the chart. Please take a look at this updated JSFiddle.

    We suggest you to post queries related to Charts in Chart Support Forum. Considering this as duplicate of creating a chart on button click instead of on window.load. Hence closing the same.


    Vishwas R
    Team CanvasJS

    in reply to: creating a chart on button click instead of on window.load #30571

    @elbargho,

    You need to create chart-container dynamically before creating the chart. Please take a look at this updated JSFiddle.


    Vishwas R
    Team CanvasJS

    in reply to: Problem with Sync in a quadruple graph #30515

    Gutemberg Araújo,

    You seemed to have simulating mouse-events on all other charts based on events on one chart – which is a work-around for syncing toolTip and crosshair. We have recently released v3.0 Beta 1 with new APIs that helps in synchronizing toolTip and crosshair across multiple charts. Please take a look at this Gallery Page for an example on same.

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


    Vishwas R
    Team CanvasJS

    in reply to: Stacked-column-chart Axis-X and Axis-Y value change #30514

    Propel Team,

    You can use valueFormatString to format the axis labels and yVaueFormatString to format y-values shown in toolTip and indexLabels according to your requirements. Please refer documentation for more customization options available.

    If you are still facing 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 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 JSFiddle helps us in figuring out the issue and many a time we can just edit your code to fix the issue right away.


    Vishwas R
    Team CanvasJS

    in reply to: Save/Print Chart with Scrollbar #30513

    @afreay,

    Is there a way to make the exporting options available at the same location, but capturing the entire chart

    Sorry, this is not possible as of now.

    I don’t think the scroll bar is appearing in the JSFiddle

    Adding jQuery UI css should work fine in this case. Please take a look at this updated JSFiddle.


    Vishwas R
    Team CanvasJS

    in reply to: Hide axis label #30493

    [UPDATE]

    We have just released v3.0 Beta-1 with this improvement. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.


    Vishwas R
    Team CanvasJS

    in reply to: Save/Print Chart with Scrollbar #30466

    @afreay,

    It seems like you are performing zooming / panning with the help of slider. When you export the chart, the chart exports only the zoomed region. However you can set axis range to null, call exportChart method and reset axis range back to achieve your requirements. Please take a look at this JSFiddle for an example on same.

    If this doesn’t solve the issue, kindly create JSFiddle with your use-case and share it with us so that we can look into the code, 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 JSFiddle helps us in figuring out the issue and many a time we can just edit your code to fix the issue right away.


    Vishwas R
    Team CanvasJS

    in reply to: Tooltip appears behind pie chart (iPad only) #30395

    @yipkos,

    Can you kindly create sample project / static html file 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: positioned image on a column #30330

    @reham,

    The tutorial in the documentation explains positioning image to the bottom of the column. You can position image to the top of the column with the help of convertValueToPixel as shown in this JSFiddle.


    Vishwas R

Viewing 15 posts - 346 through 360 (of 1,634 total)