Aleksandr Shestakov

Results 354 comments of Aleksandr Shestakov

@chennaranganath965 Unfortunately, the current version of the library doesn't;t support this possibility. We will take it into account for future updates. Thanks!

@deurloo Thank you for this question! We need to look into it and soon we will provide you with an answer.

@chdharm Unfortunately, the current version of the module doesn't support multipage printing of charts. We will take it into account, but we can't provide any ETA at this moment.

Unfortunately, this possibility is not avialable in the current version. We will take into account for future updates.

@GunaSekaran06 Unfortunately, the current version of the library supports only a single chart in a screen.

@deurloo Probably the image is behind the charts. Try to set higher zIndex to the image like this: ``` var image = stage.image("https://vignette.wikia.nocookie.net/newtendo/images/0/08/Mariossbi.png", 10, 10, 200, 200); image.zIndex(10); ```

@deurloo We have noticed you create stage with the following line: ``` var stage = anychart.graphics.create("container", 1000, 1000); ``` Please, try the following line instead: ``` var stage = acgraph.create("container",...

@deurloo Below you can find the correct script to export stage with an image to JPG. Unfortunately, export to PDF returns a document without the image. But no errors or...

@deurloo The problem comes from restrictions of librsvg library. It can't export raster images from svg to other vector files. We are looking for a solution. We will notify you...

@ravisankar-r I'm afraid the current API doesn't provide a possibility to overcome this issue. We will take it into account. Thanks!