Mirco Zeiss
Mirco Zeiss
Not at the moment unfortunately.
good point 👍 I once wrote the [follow](https://github.com/zemirco/follow) package but nowadays I think it doesn't make sense to have this features in a separate package. Will move the feature into...
That sounds more like a general question about querying CouchDB. The question is not directly related to this library. Please try http://stackoverflow.com/questions/tagged/couchdb.
Why don't you use query parameters for pagination? Like here http://docs.couchdb.org/en/2.0.0/couchapp/views/pagination.html
I'm afraid I don't understand. Let's say you've got 100 documents. You can either get 10 documents 10 times, i.e. making 10 GET requests. Or you can make a single...
What do you want to do with your rows that come out of the channel? And why do you want to have a channel? There is no need for async...
Just came across this issue because I thought it would be really nice to have. I know it's not easy to implement but I'll definitely watch this space. When I...
Just pushed a major update. You could now take an array `[7, 12, 16]` and use custom x labels values `["2", "5", "10"]`. Does that help?
> Is there a way to get the data for the Y-Axis to start from a certain number in the dataset ? What do you mean? You have an array...
You have to use latest beta version.