-
I think if you initialize the client like this it should raise an exception:
var client = new Keen({
projectId: "",
readKey: "",
writeKey: ""
});
either on init or lazy when you first use it
-
Moving from the dev group: https://groups.google.com/forum/#!topic/keen-io-devs/YMxRoldrASc
> I am unable, however, to "unstack" any graph. They all come stacked and I have no method overriding the "…
-
I succesfully get results from Keen.Query, but in some circumstances with a certain set of filters, there are no results from the database (which is correct), but how to prevent drawing (client.draw) …
-
I'm trying to get the .refresh method to work on a few of my charts.
For example:
```
var signups = new Keen.Query("count", {
eventCollection: "create_organization",
interval: interval,
…
-
In this example in the docs, there is a 'chart' but it doesn't show a place to enter the div where the chart should be drawn. Can't figure out where to specify my div so I can't draw the chart :(
---…
-
I wonder if there is a build-in functionality to automatically refresh a visualization.
There is a very tiny section about this topic but it doesn't look up to date or reasonably finished because the …
-
Is it possible for the library to support more colors out of the box?
I often find myself analyzing charts like this. I can make my own color set but it would be nice if I didn't have to :)
![screen …
-
Let's track bugs, breaks and cool ideas here.
- [x] Add `prettyNumber` as a boolean config option (default: true) for Metric visualizations
-
Hey @aroc,
I ran the manual test in test/examples/visualize/index.html and the refactor seems to be causing some issues on selecting the chartType if the user does not specify it. My assumption is th…
-
Currently my team is at the start of a project to create a big web application. The first part of the project is aimed at creating a webapplication aimed primarily at desktop usage.
At a later stage i…