-
If you run more than one query at a time (and say you hit your query limit), the callback is invoked more than once per query, this seems like unexpected behavior. Would recommend updating query.js to…
-
Based on your current example code using real projectId and keys:
```
var Keen = require('keen.io');
// Configuration
var config = require('./config.json');
//console.log("config: ",config);
//conso…
-
When I call chart.render() for piechart it throws the following error:
```
keen.js:19724 Unhandled rejection TypeError: d3.select is not a function
at Dataviz.module.exports (http://localhost…
-
Currently the legend on pie charts generated by paginating-legend.js is very inflexible.
It would be real nice if we could customize its position and size, and also change the limit for key truncat…
-
It would be great if a new version of keen-dataviz based on d3 5.x could be released, to allow us to migrate to the new version of d3 in our own code without having to load d3 and C3 twice (which is n…
-
when loading the library through AMD or CommonJS, globals are not needed. This would avoid the need to call `noConflict` after loading it, as done in https://github.com/keen/explorer/pull/133/files#di…
-
I am trying to integrate keen with react-native app.
But I am not able to access any methods.
`import Keen from 'keen-analysis';`
`var client = new Keen({
projectId: 'dummy',
writeKey: …
-
I am trying to use a special symbol in a label like: `< 90 days`.
However, it shows as `< 90 days`.
-
Hello,
I keep getting the following error: "Uncaught Requested parser does not exist" from the devtool console
and no chart is displayed on my dashboard.
JS Code:
--------------
```
var char…
-
is there a way to skip the "query" part of a chart and move directly to the "then" part if I already have the data ready?