Forum Replies Created by Shashi Ranjan

Viewing 15 posts - 316 through 330 (of 507 total)
  • in reply to: Fixed Placement Columns #26273

    @aksangwan,

    Please take a look at this JSFiddle to achieve the above requirement.


    Shashi Ranjan
    Team CanvasJS

    in reply to: drill down on data point click #26265

    Priyank,

    It seems to be working fine. Can you kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into your code, understand the scenario better and help you out?


    Shashi Ranjan
    Team CanvasJS

    in reply to: I want to Live line chart update by json data #26249

    @shyamcanvas1992,

    As you are updating dataPoints by reading JSON every second, the chart gets updated with a new set of dataPoints that are being passed at every 1 second. You are unable to see updated datapoints in the chart as the JSON file itself is not updated. Please take a look at our documentation page for an example on Live Updating Charts from JSON API & AJAX.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Scatter Charts X values sorted default #26247

    @ahmetsarikaya,

    This behavior is by design and datapoints are sorted in case of scatter and bubble charts. In your case, you can have a key that stores the index of the datapoint being passed and use that key to delete the particular datapoint as shown in this JSFiddle.

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


    Shashi Ranjan
    Team CanvasJS

    in reply to: Stacked Charts with 1 Series #26237

    Andrew,

    Stacked Column Chart renders chart with vertical bars whereas Stacked Bar Chart renders chart with horizontal bars. If you have just 1 series, I would suggest you to go with Column or Bar chart based on your requirements.


    Shashi Ranjan
    Team CanvasJS

    in reply to: I want to Live line chart update by json data #26196

    @shyamcanvas1992,

    Can you kindly share sample project reproducing the issue along with sample JSON over Google-Drive or Onedrive so that we can look into code, run it locally to understand the scenario better and help you resolve?


    Shashi Ranjan
    Team CanvasJS

    in reply to: How to redraw chart #26181

    @adjmpw,

    Can you please create a JSFiddle reproducing the issue you’re facing and share it with us so that we can look into the code, understand it better and help you out?

    ____
    Shashi Ranjan
    Team CanvasJS

    in reply to: I want to Live line chart update by json data #26176

    @shyamcanvas1992,

    Please take a look at this Gallery example for working code on rendering chart with data from JSON.

    Considering this as duplicate of Dynamic chart extra lines being added hence closing the same.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Dynamic chart extra lines being added #26175

    @shyamcanvas1992,

    Please take a look at this Gallery example for working code on rendering chart with data from JSON.

    setTimeout method calls a function or evaluates an expression after a specified number of milliseconds (only once) whereas setInterval method calls a function or evaluates an expression at specified intervals (in milliseconds). Changing setTimeout to setInterval should work fine in this case.

    If you are still facing the issue, kindly share sample project reproducing the issue along with sample JSON over Google-Drive or Onedrive so the we can look into the code, run it locally to understand the scenario better and help you resolve.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Create scrollbar when access column chart on mobile #26174

    @ikram,

    Setting the interval to 1 forces chart to show labels at every x-value of 1 over the x-axis. Removing it and let chart show labels at auto calculated interval should look better in this case.


    Shashi Ranjan
    Team CanvasJS

    in reply to: drill down on data point click #26173

    Priyank,

    Drilldown chart can be achieved irrespective of chart-types, changing Pie to spline also works fine.

    Kindly share sample project along with sample database over Google-Drive or Onedrive so that we can run it locally at our end, understand the scenario better and help you out.


    Shashi Ranjan
    Team CanvasJS

    in reply to: drill down on data point click #26129

    @priyanksheth,

    Please take a look at this Gallery Page for an example on drilldown chart.


    Shashi Ranjan
    Team CanvasJS

    in reply to: remove watermark #26101

    @prasanjeet-kalpande,

    Trial Version is for evaluation purposes for 30 days which comes with ‘Trial Version’ watermark and ‘CanvasJS’ credit link. To use charts without ‘Trial Version’ and ‘CanvasJS’ Credit Link you will need to have a Commercial Version of CanvasJS. Please checkout License Page for more info and contact sales@canvasjs.com for sales related queries.


    Shashi Ranjan
    Team CanvasJS

    in reply to: Strip lines are adding automatically #26100

    @biswajitpaul01,

    It seems like the dataPoints you are passing are not in sequence/ascending order. As CanvasJS doesn’t sort dataPoints, the chart is rendered in the same sequence in which the dataPoints are passed where there are few jumbled dataPoints. To avoid such issues, you can sort dataPoints in the ascending order before rendering the chart.


    Shashi Ranjan
    Team CanvasJS

    in reply to: date Format #26098

    @panemantare,

    Can you kindly brief us more about your requirements like the format of date in the source of data (JSON / database) and where would you like to display the date in ‘2017-JUL-24’ format?

    Also please share a sample project along with JSON / sample database over Google-Drive or Onedrive so that we can understand the scenario better and help you out.


    Shashi Ranjan
    Team CanvasJS

Viewing 15 posts - 316 through 330 (of 507 total)