You can change the axis viewport range by setting viewPortMinimum and viewPortMaximum according to the value from dropdown.
Please take a look at this JSFiddle where viewportMinimum and viewportMaximum are changed according to the values from multiple dropdowns.
__
Priyanka M S
Team CanvasJS
It seems to be working fine on integrating CanvasJS with tree view control of ASP.NET as shown in this sample project.
If you further face any issues, kindly share a sample project over Google-Drive or Onedrive reproducing the issue you are facing, so that we can look into your code, understand the scenario better and help you out.
__
Priyanka M S
Team CanvasJS
We are busy with implementing some important features as of now. Hence, there is no definite timeline.
__
Priyanka M S
Team CanvasJS
We will reconsider this behavior for combining scatter chart with multi-series column charts. However, the combination of scatter chart and a single series column chart works fine as of now.
__
Priyanka M S
Team CanvasJS
The behavior is by design as error charts will be dependent on other data series, which shows the uncertainty of the data series attached to it whereas, scatter charts are independent of any other data series and occupies its space with respect to the position of x-value on axisX.
__
Priyanka M S
Team CanvasJS
Whenever you move finger/pointer on the chart, the chart has to know if you are trying to scroll or interact with the chart. Hence, the behavior is designed such that, the pointer gets locked to chart only when you touch and hold on there for a moment. But if you directly try to scroll vertically without pausing, it should let you scroll.
__
Priyanka M S
Team CanvasJS
You can customize the cursor to the entire chart as per your requirement by applying the style to canvasjs-chart-canvas
class.
.canvasjs-chart-canvas {
cursor: pointer !important;
}
__
Priyanka M S
Team CanvasJS
Please take a look at this sample project on rendering stackedColumn chart using PHP and MySQL.
If you are further facing any issues, kindly share a sample project (along with sample database) over GoogleDrive or Onedrive reproducing the issue, so that we can look into your code, understand the scenario better and help you out.
__
Priyanka M S
Team CanvasJS
This feature is not available as of now, ticks will be shown at every interval of the axis.
__
Priyanka M S
Team CanvasJS
This seems to be a bug, we will look into it and get back to you at the earliest.
__
Priyanka M S
Team CanvasJS
In case of column chart, toolTip is shown only when you mouse-hover on specific dataPoint, which is difficult in case of line-chart, so the behavior is designed to retain the toolTip even when you are away from the dataPoint but within the plot-area. However if you like to hide toolTip on moving out of dataPoint and show when you hover on dataPoint, please take a look at this JSFiddle.
__
Priyanka M S
Team CanvasJS
It seems to be working fine. Please find the screenshot of the same below.
Kindly brief us more about the issue, so that we can understand it better and help you resolve.
__
Priyanka M S
Team CanvasJS
Please take a look at this gallery example on rendering chart inside a resizable jquery element, which you can integrate with your code.
__
Priyanka M S
Team CanvasJS
There is no definite timeline yet for the release with this bug fix, as we are working on some other important features as of now.
__
Priyanka M S
Team CanvasJS