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
Do you mean aligning axisX of multiple bar charts? If so, you can achieve that by setting axis margin. Please take a look at this jsfiddle.
If this doesn’t fulfill your requirement, kindly create a jsfiddle or share pictorial representation of your requirement so that we can understand it better and help you out.
—
Vishwas R
Team CanvasJS
We have observed some flickering issue in iOS while scrolling the page by tapping on chart, but works fine across desktop browsers and android. We will resolve this issue in future releases.
—
Vishwas R
Team CanvasJS
On rangeChanging, you can find the maximum y-value within the range and set axisY maximum to that value. Please take a look at this jsfiddle.
—
Vishwas R
Team CanvasJS