132 questions
1
vote
1
answer
6k
views
The keen-slider__slide class of keen-slider not setting max and min-width properly?
Here is my code:
import React from 'react'
import { useKeenSlider } from 'keen-slider/react'
// Styles
import 'keen-slider/keen-slider.min.css'
interface Props {
children: any
}
// const ...
4
votes
2
answers
2k
views
keen-slider react js extra dots showing issue
There is bug which I can't solve there is a bug in keen-slider react js, when the no more item to slide but dots is appearing
there is code sandbox code
https://codesandbox.io/s/quiet-fog-ekwqd?file=/...
0
votes
1
answer
51
views
Disable form submissions feature from capturing data in keen io
We are currently using keen.io auto collector in our platform, this automatically collects form submissions. Is there any way to stop this from happening? Remove this feature from collecting form data?...
0
votes
1
answer
104
views
Embedding Keen Dashboard to Web Applications
I have created a dashboard in Keen and I want to use the same dashboard in my web application. Is there any way a complete dashboard can be embedded in another application?
Iframe won't work due to ...
0
votes
1
answer
98
views
Visualizing multiple datasets
Attempting to hookup Keen javascript visualizer to two datasets, hitting errors in everything I've tried.
Tried using multi-analysis to get the response, this works but doesn't plug into the chart.
...
0
votes
2
answers
29
views
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('...
1
vote
1
answer
59
views
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 ...
1
vote
0
answers
823
views
java.net.SocketException: Operation not permitted (select/poll failed) when adding Keen events asynchronously in AWS Lambda
Dependency:
<dependency>
io.keen</groupId>
keen-client-api-java</artifactId>
5.2.0</
</dependency>
Bean creation:
@Bean
public KeenClient keenClient() {
...
1
vote
2
answers
251
views
Extract Keenio Data into google spreadsheet
I am currently using ImportJSON to import Sendgrid Email with data Keenio Extraction Query API URL by calling the ImportJSON function in a Google Spreadsheet cell of Sheet DATA.
=ImportJSON("https:...
1
vote
1
answer
142
views
Parsing Keenio Extraction API query data into google spreadsheet
How do I parse a JSON like this? This is Keenio Extraction API query data to be fetched into a Google Spreadsheet.
I tried using the following code to parse the returned JSON, but don't know how to ...
0
votes
1
answer
97
views
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 ...
0
votes
1
answer
70
views
SendGrid integration with Keen IO
Is it possible to send the SendGrid Transactional Template ID to Keen IO from SendGrid? I want to filter on this field in Keen IO but I don't see that it is available. When I reviewed the recent ...
0
votes
1
answer
68
views
Keen-dataviz: Uncaught Requested parser does not exist
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 chart = new Keen.Dataviz()
.el('#...
0
votes
1
answer
72
views
Restrict access to single stream on keen
I have read access keys on keen.io And I have a use case where I would like to use these access keys. Actually, in my system, i want to make a separate stream for every customer account and want to ...
1
vote
1
answer
92
views
Keen.io compute over limited data set
So, I've been starting to write some basic compute queries for keen.io over a dataset of about 170,000 events total each with maybe 10 properties at most.
With just testing this out, we've already ...