CanvasJS Chart supports all versions of angular and chart seems to be working fine in Angular 8. Please take a look at this Sample project for a working example on creating column chart in Angular 8.
If you are still facing the issue, kindly share sample project reproducing the issue over Google-Drive or Onedrive so that we can run sample locally at our end, understand the scenario better and help you out.
—-
Manoj Mohan
Team CanvasJS
You can either use JavaScript Date objects or timestamp to set the startValue and endValue for stripLine if xValueType is set to dateTime. Please take a look at this updated JSFiddle.
—-
Manoj Mohan
Team CanvasJS
Sorry for the inconvenience caused. We will re-consider to optimize it further in future releases.
—-
Manoj Mohan
Team CanvasJS
Sorry, placing indexLabel both inside and outside the dataPoint is not possible as of now.
—-
Manoj Mohan
Team CanvasJS
You can place indexLabel either inside or outside the dataPoint by using indexLabelPlacement property.
—-
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 have optimized memory consumption in CanvasJS v2.3 – please check out this release blog for more info. Also, we will consider to improve it further in the future releases.
—–
Manoj Mohan
Team CanvasJS
Can you kindly create a JSFiddle reproducing the issue and share it with us so that we can look into the code, understand the scenario better and help you out?
—–
Manoj Mohan
Team CanvasJS
You can set xValueFormatString to change the format of x-value displayed in toolTip and indexlabel. For more information about formatting options, please refer this documenation page.
—-
Manoj Mohan
Team CanvasJS
Guilherme,
Can you kindly create JSFiddle with sample data and share it with us so that we can look into the code / chart-options being user, understand the scenario better and help you out?
In order to help us in understanding the issue better, please have a reproducible demo of your chart. This one step can assure you a speedy response. Fork out our template JSFiddle and reproduce the chart at your end. Try to keep it to the bare minimum by removing unnecessary code.
From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.
Having a JSFiddle helps us in figuring out the issue and many a times we can just edit your code on JSFiddle to fix the issue right-away.
—-
Manoj Mohan
Team CanvasJS
For security reasons, cross-origin requests are restricted by browsers. JSONP allows you to sidestep the cross-origin requests. To access JSON from a different domain, you can refer to JSONP. Please take a look at this JSFiddle that creates a line chart from AJAX & JSONP.
—-
Manoj Mohan
Team CanvasJS
Guilherme,
Chart elements may look blur on changing the zoom level within the display setting of browser or windows. Resetting zoom level to 100% should work fine in this case.
If the issue still persists, kindly share JSFiddle reproducing the issue so that we can look into your code, understand the scenario better and help you out.
—-
Manoj Mohan
Team CanvasJS
Ron,
1) timeframe (+/- seconds) for inclusion. like timeframe is 2seconds:
datapoint time = seconds h:i:05 include if seconds +/- 02 => seconds h:i:03-h:i:07. closest matching one -> not all. I gues this one is not easy
ToolTip shows all the values common to x value when shared property is set to true. But +/- 2 is not possible as of now.
2) Omit series from toolTip
3) Include only specified series in tooltip.
You can omit a series / include a series in toolTip by setting toolTipContent to null in dataSeries if it has to be omitted. This can also be achieved using contentFormatter of toolTip as shown in this JSFiddle.
—-
Manoj Mohan
Team CanvasJS