-
Is it as it seems, that columnchart only supports a single color for the bars? If so, consider this a feature request :)
-
Currently the z-index for `keen-spinner` is set inline to 2000000000, which places it on top of everything else, including navbars. Yes, we can create a css rule for it, but seems unnecessary.
It se…
-
For all analyses which only have 1 group-by field, the returned result now shows up with the label "undefined" after every field value.
By adding a 2nd group-by, the "undefined" field is replaced by…
-
@dustinlarimer @joannecheng
Not sure if this is specific to C3.js or not, but it seems like functions that are passed to `chartOptions` get stripped.
Check out this jsfiddle: http://jsfiddle.net/L0…
-
Can't find any documentation on how to use the legendTemplate in a pie chart from chartjs library.
Any one figure out how to do this?
-
These conditional checks are a mess and need to be overhauled: https://github.com/keen/keen-js/blob/master/src/dataviz/lib/parseRawData.js#L121
In this case, the funnel parser is preempting the selec…
-
Hello,
I love the Keen Dashboards. I have noticed my labels stopped overriding some time after version 3.2.3. I verified that if I dial my version back to 3.2.3 the following still overrides my lab…
-
I love using your data viz libraries. Great Stuff!
I really like being able to use one api to use different charting libraries. This makes it much simpler when showing other members of my team how …
-
The [Metrics Visualization Docs](https://github.com/keen/keen-js/blob/master/docs/visualization.md#metric) don't seem to work.
``` javascript
var $el = $('#chart');
var chart = new Keen.Dataviz()
…
-
The visualization library automatically sorts my results for bar charts, ranking them from high to low. However, there are some times when I don't want them ranked, like this example:
How can I speci…