react-keenio

React Component for Keen.io Charts

Usage no npm install needed!

<script type="module">
  import reactKeenio from 'https://cdn.skypack.dev/react-keenio';
</script>

README

A simple React Component wrapping the

Keen.io JS SDK

Installation

npm install --save react-keenio

Usage

You have to supply a client, a query and a chartType as props. Furthermore all other configuration options found from the keen.io visualization docs are supported.

Also, check out the demo in the example folder.

Development

Clone the repo, npm install also in the example dir. Now you can run the example and modifications to the chart component will be reflected in it after you build it :)

License

MIT License