Forum Replies Created by Vishwas R

Viewing 15 posts - 1,171 through 1,185 (of 1,624 total)
  • in reply to: chart size and annimation in tab setting #20360

    Debbie,

    CanvasJS Chart automatically sets the height and width of the chart according to container’s dimensions. If the values are not set for the container, it takes the default values.

    In Bootstrap tabs, since the second tab is not displayed initially, chart takes the default values. To solve this issue, second chart is rendered when the shown.bs.tab event is fired by bootstrap. Please take a look at this jsfiddle.

    In jQuery tabs, you need to render chart when a tab becomes active. Please take a look at jQuery Gallery for an example on the same.

    Still, if you are facing any issue, kindly create jsfiddle with the issue you are facing and share it with us so that we can look into it and understand better to help you out.


    Vishwas R
    Team CanvasJS

    in reply to: DateTime Format axisX max and min issue #20359

    @KUmemura,

    Thanks for sharing jsfiddle. We are looking into the issue and get back to you at the earliest.


    Vishwas R
    Team CanvasJS

    in reply to: column chart #20357

    Debbie,

    Can you please share a pictorial representation or jsfiddle with your requirements so that we can understand it better and help you out?


    Vishwas R
    Team CanvasJS

    @mhdajmalik,

    You can use one of the valid JavaScript date-time formats. When you use x: new Date(2018,04,09),, 4 corresponds to May where as when you use x: new Date(“2018-04-09”),, 4 corresponds to April. Because of change in month, you may observe label properly positioned to the dataPoint in one case and not positioned in another case. As of now we don’t have option to control the starting point of the axis labels, however you can try axis interval and intervalType to fit into your requirement. If that doesn’t help you out, kindly create jsfiddle with your requirement so that we can understand it better and help you out?


    Vishwas R
    Team CanvasJS

    in reply to: Updating a chart from local CSV file #20355

    @jwk,

    Can you please check browser console for error Uncaught SyntaxError: Unexpected token ) - csvtest-update.htm:72. It seems like there is some mismatch of brackets in your code.

    If you are facing any other issue, kindly create jsfiddle or share static html/php files over onedrive/google-drive so that we can understand your code better and help you out?


    Vishwas R
    Team CanvasJS

    @mhdajmalik,

    Axis labels are not rendered for every dataPoint instead its rendered at every interval. However if you like to show label for every dataPoint, you can use label property instead of x-value. Please take a look at this updated JSFiddle.
    Column Chart with Custom X Axis Interval


    Vishwas R
    Team CanvasJS

    @mhdajmalik,

    Can you kindly create jsfiddle reproducing the issue you are facing so that we can look into it and help you out?


    Vishwas R
    Team CanvasJS

    in reply to: CanvasJS and Angular 5 CLI #20335

    @psergey,

    It seems to be working fine using import module. Please download the Sample Project of CanvasJS Charts integrated with Angular 5 CLI. Also take a look at Angular Charts Gallery for few more examples.
    Column Chart in Angular 5


    Vishwas R
    Team CanvasJS

    in reply to: I've paid but can't download #20314

    @madhousegraphics,

    Sorry for the inconvenience caused. Our sales team is looking into it and get in touch with you soon. For any sales related queries, please contact sales@canvasjs.com


    Vishwas R
    Team CanvasJS

    in reply to: Using JSP #20305

    @ashipway,

    Please take a look at JSP Gallery which has a wide range of examples showing how to render CanvasJS charts within JSP along with source-code. Also you can try downloading JSP Sample Project from download page, which you can run locally and try.

    If these doesn’t help you fulfill your requirement, can you please create a sample project with the issue you are facing and share the onedrive/google-drive link, so that we can look into your code and understand the issue better and help you resolve that?


    Vishwas R
    Team CanvasJS

    in reply to: Using JSP #20301

    @AShipway,

    Can you kindly share sample project along with sample database (over onedrive or google-drive), so that we can understand your code and scenario better and help you out?


    Vishwas R
    Team CanvasJS

    in reply to: Y-axis striplines not displaying correctly #20299

    Ryan,

    Thanks for reporting. We’ll look into the issue and fix it in future releases.


    Vishwas R
    Team CanvasJS

    in reply to: indexLabel placement issue on stackedBar Chart #20276

    @josh-armentano,

    Index-label is placed to the center of the bar, but minimum and maximum of axisX is making it look like its placed to the bottom of the bar. Please take a look at this updated pen.


    Vishwas R
    Team CanvasJS

    in reply to: IndexLabel placement #20219

    Meraj Ahmed,

    You can set axis maximum based on the maximum of sum of dataPoints from all dataSeries. Please take a look at this updated jsfiddle.


    Vishwas R
    Team CanvasJS

    in reply to: Adding #total to dynamic generated toolTip #20218

    @jonas,

    Can you kindly create jsfiddle, so that we can understand your requirement better and help you out?


    Vishwas R
    Team CanvasJS

Viewing 15 posts - 1,171 through 1,185 (of 1,624 total)