It seems to be working fine, please refer screenshot below.
To make us understand the scenario better to help you resolve the issue, can you kindly share the OS & Browser versions?
—-
Manoj Mohan
Team CanvasJS
Can you kindly share a pictorial representation and brief us furthermore about your requirements?
—-
Manoj Mohan
Team CanvasJS
Please take a look at this JSFiddle to create the chart with data depending on the value selected from the dropdown list. To know more about updating the chart options, please take a look at this documentation page.
—-
Manoj Mohan
Team CanvasJS
CanvasJS is a self-hosted library. Instead of linking the library file from our server, you can download the file and host it on your own server.
—-
Manoj Mohan
Team CanvasJS
We are working on some other important features at this point of time. Hence no definite timeline yet.
—-
Manoj Mohan
Team CanvasJS
Please take a look at these gallery examples for creating a dynamic chart and using data from the database to create a chart in JSP. Combining the approach from both the examples you can create dynamic line charts using data from the database in JSP. Furthermore, you can download the JSP code samples from our download page.
—-
Manoj Mohan
Team CanvasJS
Sorry, aligning the indexLabel to the center of dataPoint is not possible as of now. We will re-consider this behaviour in our future releases.
—-
Manoj Mohan
Team CanvasJS
The JSFiddle shared above shows how to detect and add indexLabel to hammer dataPoints(candles).
—–
Manoj Mohan
Team CanvasJS
It seems to be working fine across browsers & devices. 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. CanvasJS Charts supports retina / HiDPI display since v1.3.
If you are still facing the issue even after resetting the zoom level in the browser and windows, kindly create JSFiddle reproducing the issue and share it with us so that we can look into the issue and resolve it.
—-
Manoj Mohan
Team CanvasJS
In link shared by you … I am looking for y value to be displayed on chart for most higher value of x.
Like in specific case to this jsfiddle link , I am looking for y value on chart for highest x value i.e, 90.
You can achieve this by looping through the dataPoints to find the maximum x-value and adding indexLabel to the dataPoint that has highest x-value as shown in this JSFiddle.
If this doesn’t fulfill your requirements, kindly create JSFiddle with your use-case, so that we can understand the scenario better and help you out?
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 with your use-case helps us in figuring out the issue and suggesting an appropriate solution accordingly.
—-
Manoj Mohan
Team CanvasJS
Hammer pattern in a Candlestick chart can be detected based on the dataPoint y-values as explained in this article. Please take a look at this JSFiddle for an example on adding indexLabel when the hammer pattern is found in a dataPoint.
—-
Manoj Mohan
Team CanvasJS
Sorry, date-time values over axisY are not supported as of now.
—-
Manoj Mohan
Team CanvasJS
Sorry, it’s not possible to show multiple stacked columns for same x-axis value as of now.
—-
Manoj Mohan
Team CanvasJS
Can you kindly share a pictorial representation or JSFiddle with your use-case, so that we can understand the scenario better and help you out?
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 with your use-case helps us in figuring out the issue and suggesting an appropriate solution accordingly.
—-
Manoj Mohan
Team CanvasJS