Questions tagged [keen-js]

3 questions
1
vote
1 answer

Keen io limit clause for .net

Does anyone know a workaround for the limit clause in .NET? I keep getting error 429: Your extraction is too large to process synchronously and need to limit the resultset without changing the query filters.
Sinn
  • 13
  • 3
0
votes
2 answers

Doubled Nov 4th label in visualization

I just find there exist two data records with labeled date "Nov 4th" on the chart though I got the right data. See Screenshot Here is the code I wrote: new Keen.Dataviz() .el('#actionChart') .title(' ') .chartOptions({ axis: { y: { …
Tapir
  • 3
  • 3
0
votes
1 answer

How to create graph with multiply y axes in keen IO

I'm trying to create a graph with multiple y axes like this example: http://c3js.org/samples/axes_y2.html, using Keen IO, but can't seem to figure it out. Any pointers? EDIT: figured it out, just have to add to chartOptions : .chartOptions({ …
jgui
  • 1
  • 1