-
I wanted to use keen-js with Meteor 1.3.3.1 for tracking events in the browser but `addEvent` fails with:
`superagent-request-types.js:48: Uncaught TypeError: Cannot read property 'join' of undefined…
-
Is it possible to customize the colors of stacked columns in a `columnchart`?
The `colorMapping` function only allows to define a color for each label on the `hAxis`: https://github.com/keen/keen-js/b…
-
We are using Keen in a complex browser/client environment. In our scenarios, we frequently need to pull dynamic AMD modules into our JS namespace. RequireJS always checks the "global queue" when pulli…
-
From example page on http://keen.github.io/keen-dataviz.js/:
![screen shot 2016-02-03 at 11 13 43 am](https://cloud.githubusercontent.com/assets/638351/12792263/44a0619a-ca68-11e5-8055-51fc35523cce.p…
-
Adblock plus stops keen.min.js from loading. The result is that the dashboard is unusable.
See screenshot below.
![image](https://cloud.githubusercontent.com/assets/1194964/12829233/dd19da82-cb80-11e…
-
What do you guys think about exposing things like `_prepared`, `_rendered`? I guess its named with `_` to discourage use as a public API.
[https://github.com/keen/keen-js/blob/master/src/dataviz/data…
-
Hey keen,
There's an issue when running the same chart using the external require vs requiring in a nodejs/webpack environment.
This works:
``` html
Keen Visualization
!function(a,b){a("…
-
UPDATE: this issue will be resolved within service.
-
The `getChartTypeOptions` function in `ExplorerUtils` initializes a new keen.js `Dataviz` object, passes it data which has to get parsed (sometimes quite large query responses) and then gets the array…
-
It would be really nice if the keen SDK could handle comparison analysis. For example, sum of some property each day this month compared to last month where day [x] from this month sits right next to…