Forum Replies Created by Manoj Mohan

Viewing 15 posts - 556 through 570 (of 804 total)
  • in reply to: Unblock trial license #28297

    @jfranco30,

    Our Sales team will be contacting you over email and assist you with the same.

    For all sales related queries, feel free to contact sales[at]canvasjs[dot]com.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Print with text underneath #28278

    @jd26,

    Defining height and width of the chart container should work fine in your case.

    If you are still facing the issue, kindly create a sample project reproducing the issue and share it with us over Google-Drive or Onedrive so that we can look into your code, understand the scenario better and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Print with text underneath #28273

    @jd26,

    You can print the contents of window using print() as shown in this JSFiddle.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Creating a column using jquery (GetJson) result variable #28271

    @michel-m,

    Please take a look at this example to render CanvasJS chart using json data.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: January 29-30-31 #28270

    @tnt,

    In JavaScript Month starts from 0 (January) and ends at 11(December). So in your case, new Date(2020, 01, 30) and new Date(2020, 01, 31) represents 1st of March and 2nd March respectively. Changing new Date(2020, 01, 30) to new Date(2020, 00, 30) and new Date(2020, 01, 31) to new Date(2020, 00, 31) should work fine in your case.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Bar Column Chart #28234

    @utsavgupta,

    You can achieve your requirement with the help of stripLines on axisX as shown in this JSFiddle.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Weird Chart Behaviour in IOS Browser on mobile? #28233

    @joran,

    Thanks for your suggestion. We will further improve this behaviour in future releases.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: CanvaJS React #28220

    @mportillo,

    It seems to be working fine. Can you kindly create a sample project reproducing the issue and share it with us over Google-Drive or Onedrive so that we can look into your code, understand the scenario better and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: chart zoom not work #28216

    Larry, @elbit12,

    The behavior is by design so that zooming is limited upto a certain region, so that user doesn’t end up zooming into a blank-region (region with no dataPoints). To zoom into a certain region, there should be a minimum of 3-4 dataPoints over the axis.

    When zoomType is either set to ‘x’ or ‘y’, it checks for number of datapoints over specific axis. But when zoomType is ‘xy’ it checks for the datapoints within the selected region over both the axes because of which it gets invalidated in certain cases. We will reconsider and improve this behavior in future releases.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Weird Chart Behaviour in IOS Browser on mobile? #28191

    @joran,

    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.

    Also, we will further optimize it in future releases.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: dynamic plot #28116

    @asharm0502,

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

    —-
    Manoj Mohan
    Team CanvasJS

    @uzair,

    Please take a look at this gallery page for an example on creating dynamic chart in PHP.

    Considering this thread as duplicate of want to show the weekly Dynamically date using php on X Axis? and hence closing the same.

    —-
    Manoj Mohan
    Team CanvasJS

    @uzair,

    Please take a look at this gallery page for an example on creating dynamic chart in PHP.

    If this doesn’t solve your requirements, kindly create a sample project along with sample data and share it to us over Google-Drive or Onedive so that we can look into your code, understand the scenario better and help you out.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Bar Column Chart #28103

    @utsavgupta,

    Setting minimum of axisY to a negative should work fine in your case as shown in this JSFiddle.

    —-
    Manoj Mohan
    Team CanvasJS

    in reply to: Stepline Graph #28102

    @utsavgupta,

    Setting minimum of axisY to a negative should work fine in your case as shown in this JSFiddle.

    —-
    Manoj Mohan
    Team CanvasJS

Viewing 15 posts - 556 through 570 (of 804 total)