There seems to be an issue with Laravel and snappy PDF package. Please refer to this Stack Overflow link for more information.
—-
Manoj Mohan
Team CanvasJS
Do you mean showing the number of occurrences of ajax_action (loadmore, blg_preview_action, heartbeat, etc) in chart? If so, then please take a look at this JSFiddle.
In case this doesn’t fulfill your requirement, kindly brief us further about your requirements so that we can understand the scenario better and help you out?
—-
Manoj Mohan
Team CanvasJS
Please take a look at the documentation page for information on Stacked Bar Chart and mousemove event.
—
Manoj Mohan
Team CanvasJS
Resetting the maximum by setting it to null on adding new dataPoint should work fine in your case.
Please take a look at this gallery page which shows dynamic chart where maximum is auto-updated when a new dataPoint is added.
—-
Manoj Mohan
Team CanvasJS
Please take a look at this documentation page for tutorial on creating chart using JSON data. Also, take a look at this JSFiddle for an example on creating chart using dataPoints from localStorage.
—-
Manoj Mohan
Team CanvasJS
Ron,
A logarithmic axis can only plot positive values. There simply is no way to put negative values or zero on a logarithmic axis.
Fundamental: If 10L = Z, then L is the logarithm (base 10) of Z. If L is a negative value, then Z is a positive fraction less than 1.0. If L is zero, then Z equals 1.0. If L is greater than 0, then Z is greater than 1.0. Note that there no value of L will result in a value of Z that is zero or negative. Logarithms are simply not defined for zero or negative numbers.
—-
Manoj Mohan
Team CanvasJS
Sorry, multi-series donut chart is not available as of now. However, you can draw one donut over another as shown in this JSFiddle.
—-
Manoj Mohan
Team CanvasJS
Please take a look at this Sample Project on rendering chart in React Native app with the help of WebView.
—-
Manoj Mohan
Team CanvasJS
Please take a look at this JSFiddle for the nearest possible solution.
—-
Manoj Mohan
Team CanvasJS
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?
—-
Manoj Mohan
Team CanvasJS
Calling render method after mounting (testMounted value changes to true) should work fine in this 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 along with the sample data so that we can look into the code, run it locally to understand the scenario better and help you resolve.
—-
Manoj Mohan
Team CanvasJS