Martin Skec

Results 33 comments of Martin Skec

@d-oliveros would you be open to pull request with this feature?

You can find examples in test directory of this repo. I know there should be example in readme, but you can use unit test examples for now.

Hey @ChristianMEC, Currently it is not implemented, but it's possible to implement it. I guess you want to add some text with each/some yValues and display it in marker? Free...

Unfortunately, combined charts are not implemented in this lib.

Hi @linonetwo, Unfortunately adding and removing data with these methods is not implemented at this moment. Subscribing to available [gesture events](https://github.com/PhilJay/MPAndroidChart/wiki/Interaction-with-the-Chart#gesture-callbacks) is also not implemented. I can't promise you that...

Regarding data intervals, if I understand correctly you are referring to something like [BarChart example](https://github.com/PhilJay/MPAndroidChart/wiki/Setting-Data#barchart) where there is gap. If your data is in hourly intervals, maybe you can add...

Thats what I thought. It might work for hours, but not for minutes or anything smaller. I do not know whether https://github.com/PhilJay/MPAndroidChart has a way of dealing with that. You...

You can keep the aspect ratio by setting `width` and `height` to `undefined` eg. ```js fromPath("./mypdf.pdf", { width: undefined, height: undefined }); ``` Using `density`, you can get larger/smaller image....

The package only supports node.js environment as stated in [prerequisites](https://github.com/yakovmeister/pdf2image#prerequisite). It cannot work in the browser and probably not in the mobile app.

Is it possible to have different hosts for `auth_req` and `acl_req`? This is a breaking change, but released as patch.