Aleksandr Shestakov

Results 354 comments of Aleksandr Shestakov

@martineboh To achieve that you can use [setToPointsCount()](https://api.anychart.com/anychart.core.utils.OrdinalZoom#setToPointsCount) method. Pay attention to arguments, the 2nd one allows zooming to the end of the scale where new points get appended.

@arthurgeron-work This is not a bug. In the current version of the library, the scroller keeps its ratio position when the new data comes. We will look into if it's...

@tr14466 When the context menu is displayed the cursor focus is on the menu, not the chart. Because of that, the crosshair is not active at that moment. Unfortunately, there's...

@f0ff886f The itemsFormatter() was not designed to provide information in the context about the clicked element. The target field always includes an instance of the chart, so there you can...

@brentadamson Theme JS files are simple self-invoked functions. They are not available as modules via NPM. Importing them as JS side-effect JS scripts will not work in React. So, you...

@duard We have demo project to show how it works, please check the following web-page - https://report.anychart.com/ There you can find examples and exports.

@mbugbee I need some time to investigate this issue. I will update you as soon as I get results. Thank you for your report!

@mbugbee Resize works well. But there are a few tricks with id of div to set styles. Let me show you a workaround. If you create a single or a...

@mbugbee I guess that the problem comes from css settings. I have created similar bar charts and both are resizable. Below you can find html and js for this chart...

@chennaranganath965 Unfortunately, there's no possibility to disable vertical scrolling in the current version of the library, we will take it into account for future updates. We will look into the...