Axis labels are not rendered for every dataPoint instead its rendered at every interval. However if you like to show label for every dataPoint, you can use label property instead of x-value. Please take a look at this updated JSFiddle.
—
Vishwas R
Team CanvasJS
Can you kindly create jsfiddle reproducing the issue you are facing so that we can look into it and help you out?
—
Vishwas R
Team CanvasJS
It seems to be working fine using import module. Please download the Sample Project of CanvasJS Charts integrated with Angular 5 CLI. Also take a look at Angular Charts Gallery for few more examples.
—
Vishwas R
Team CanvasJS
Sorry for the inconvenience caused. Our sales team is looking into it and get in touch with you soon. For any sales related queries, please contact sales@canvasjs.com
—
Vishwas R
Team CanvasJS
Please take a look at JSP Gallery which has a wide range of examples showing how to render CanvasJS charts within JSP along with source-code. Also you can try downloading JSP Sample Project from download page, which you can run locally and try.
If these doesn’t help you fulfill your requirement, can you please create a sample project with the issue you are facing and share the onedrive/google-drive link, so that we can look into your code and understand the issue better and help you resolve that?
—
Vishwas R
Team CanvasJS
Can you kindly share sample project along with sample database (over onedrive or google-drive), so that we can understand your code and scenario better and help you out?
—
Vishwas R
Team CanvasJS
Ryan,
Thanks for reporting. We’ll look into the issue and fix it in future releases.
—
Vishwas R
Team CanvasJS
Index-label is placed to the center of the bar, but minimum and maximum of axisX is making it look like its placed to the bottom of the bar. Please take a look at this updated pen.
—
Vishwas R
Team CanvasJS
Meraj Ahmed,
You can set axis maximum based on the maximum of sum of dataPoints from all dataSeries. Please take a look at this updated jsfiddle.
—
Vishwas R
Team CanvasJS
Meraj Ahmed,
IndexLabel of first dataPoint is placed inside as there is no space to position it outside the column. Increasing axisY maximum to a value greater than larger dataPoint value will make space for indexLabel to render it outside column. Please take a look at this updated jsfiddle.
—
Vishwas R
Team CanvasJS
You can format x-values that appears in toolTip & indexLabels to your desired format using xValueFormatString. Please take a look at this page for list of supported formats. In your case, setting xValueFormatString to “hh:mm” should work fine. If this doesn’t solve your requirement can you kindly create a jsfiddle with sample data so that we can understand your code better and help you out?
—
Vishwas R
Team CanvasJS
legendMarkerType falls back to markerType set in the dataSeries. Setting markerType / legendMarkerType to ‘none’ would be the reason in this scenario. Can you kindly create jsfiddle with sample data, so that we can understand your code better and help you out?
—
Vishwas R
Team CanvasJS
Can you kindly create jsfiddle with sample data, so that we can understand your code better and help you out?
—
Vishwas R
Team CanvasJS