Forum Replies Created by Indranil

Viewing 15 posts - 406 through 420 (of 807 total)
  • in reply to: Need to Display multiple bar charts as per Database #26131

    Mihir,

    Please take a look at this documentation page for step-to-step tutorial on rendering chart in ASP.Net MVC with data from database. Also, please take a look at this sample project for an example on creating dynamic chart with data from database.

    __________
    Indranil Deo
    Team CanvasJS

    in reply to: Striplines on axis Y2 #26130

    @ammarcanvas,

    Stripline can be added to any axis irrespective of primary or secondary. Please take a look at this JSFiddle. In case if this doesn’t help you fulfill your requirements, please create a JSFiddle reproducing the issue so that we can look into your code understand your scenario better and help you out.

    __________
    Indranil Deo
    Team CanvasJS

    in reply to: Points #26099

    @lokey1410gmail-com,

    Crosshair label is showing 7.1 due to it’s valueFormatString (which might be #,###.# or #,###.0). Changing valueFormatString to “#,###.00” should work fine in your case. Please take a look at this JSFiddle.

    __________
    Indranil Deo
    Team CanvasJS

    in reply to: Hover, zoom and pan slow with Vue JS #26097

    Stephan,

    Zooming and panning seems to be working smoothly even after integrating with VueJS. Can you kindly share sample reproducing the issue along with browser detail in which you are facing this issue so that we can look into the code, understand the scenario better and help you out.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Load the dataset one by one #26096

    @farah97,

    You can render dynamic charts with data from JSON. Please refer the documentation for step-to-step tutorial on the same.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: how to use x – axis for years with 12 months #26042

    @lokey1410gmail-com,

    Considering this as the duplicate of Points and hence, closing the same.

    __________
    Indranil Deo
    Team CanvasJS

    in reply to: Points #26041

    @lokey1410gmail-com,

    You can set the interval to 1 and the intervalType to “month” to show labels at a frequency of 1 month.

    In case this doesn’t fulfill your requirements kindly create a JSFiddle reproducing the issue and share it with us so that we can look into your code understand the scenario better and help you out.

    __________
    Indranil Deo
    Team CanvasJS

    in reply to: Points #26033

    @lokey1410gmail-com,

    Can you please brief us further about your requirement so that we can understand your scenario better and assist you with an appropriate solution.

    __________
    Indranil Deo
    Team CanvasJS

    in reply to: how can I display a chart like this #25997

    @dionarya23,

    You can use combination chart to achieve the above requirement. Please take a look at this JSFiddle example.

    __________
    Indranil Deo
    Team CanvasJS

    in reply to: Charts are not showing on Ipad #25989

    @hemantdave,

    1. How can we perform some action when a chart rendered successfully, I mean like we can alert a popup when a chart completing. Right now the popup will come before the chart complete rendering.

    Sorry, event to know the status of chart render is not available as of now.

    2. Some of the charts are not loaded on the Ipad. I need to show approx 8 charts on a single page. Although it is working fine with the PC (Windows/Ubuntu/Mac), But having problem loading on the Ipad and other devices (Mostly the Ipad). It says “Total canvas memory use exceeds the maximum limit”.

    Earlier WebKit allowed 448MB of canvas buffer memory whereas now they have dropped it to 224MB. Because of this, there was some memory issue with CanvasJS Charts in the latest iOS. However, we had optimized memory consumption in CanvasJS v2.3 – please check out this release blog for more info.

    Please follow below guidelines for more optimization:
    1. If your page has dynamic charts, update chart options and re-render and don’t instantiate / create new chart on every update.
    2. If you are populating data from JSON or CSV using AJAX, instantiate chart once and update data within AJAX request and do not instantiate / create new chart within every AJAX request. Please take a look at this documentation page for step-to-step instruction on rendering chart from JSON data through AJAX.

    Also, we will further optimize this behavior in future releases.

    Chart from external JSON

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Canvasjs with angular material tabs issue #25972

    @pratiksangale,

    Please take a look at this updated sample project.

    __________
    Indranil Deo
    Team CanvasJS

    in reply to: How to assign Each bar Maximum values and used value? #25945

    @kishorkumarravi,

    Yes, you can achieve this using combination charts. Please take a look at this JSFiddle.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Problem zooming to the end of a chart #25944

    @emjayoh,

    Thanks for your suggestion. We will reconsider this behavior in future releases.


    Indranil Singh Deo
    Team CanvasJS

    in reply to: All Labels are not showing in Column chart #25942

    @kinshuk4u4u,

    Do you mean showing labels in axisY at an interval of 1000? If so you can customize it according to your requirements by setting interval property.

    If this doesn’t fulfill your requirements, kindly brief us more along with an example or pictorial representation so that we can understand it better and help you out.

    ___________
    Indranil Deo
    Team CanvasJS

    in reply to: Reorder number in Y axis #25777

    @eith,

    Do you mean showing axis labels in descending order from top to bottom? If so, you can set the reversed property to true.

    If this doesn’t fulfill your requirements, kindly brief us more about your requirements along with some example or pictorial representation so that we can understand the scenario better and help you out.

    ___________
    Indranil Deo
    Team CanvasJS

Viewing 15 posts - 406 through 420 (of 807 total)