xrapz
xrapz
ability to include metadata to let our users optimise their queries on/off switch in the settings tab. Off by default.
ability to switch on/off autocopy feature of the keen-dataviz lib
Ability to set custom settings for the explorer. In the first iteration we'll save the settings to the browser's localStorage.
Add ability to render multiple queries' results on the one chart, similar to: https://github.com/keen/keen-dataviz.js#multiple-query-results-on-one-chart Note: it's important to make this feature as intuitive for the users as possible
The UI should show only restricted set of features for keys other than Master. Introduce a new configuration property: ```javascript { access_key: 'abcdef123' } ``` when present - load the...
if a customer is using the explorer on the keen.io website - settings should be saved in a db, so when the customer logs-in from a different device he'll still...
right now it's narrow and hard to use. Let's make it more flexible and useful
A feature similar to Embed HTML, but in this case - show JS snippet that can be used in some js project.
scenario: I've got a query with an interval set to "daily" When I see the results - I click on a specific day -> it should automatically change interval to...