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
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
@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
You can achieve your requirement with the help of stripLines on axisX as shown in this JSFiddle.
—-
Manoj Mohan
Team CanvasJS
Thanks for your suggestion. We will further improve this behaviour in future releases.
—-
Manoj Mohan
Team CanvasJS
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
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
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
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
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
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