keen / keen-js

https://keen.io/ JavaScript SDKs. Track users and visualise the results. Demo http://keen.github.io/keen-dataviz.js/
MIT License
578 stars 143 forks source link

Columnchart bar colors? #369

Closed jtmarmon closed 8 years ago

jtmarmon commented 8 years ago

Is it as it seems, that columnchart only supports a single color for the bars? If so, consider this a feature request :)

dustinlarimer commented 8 years ago

@jtmarmon this lib makes use of Google Charts for the underlying visualization, which can be configured by passing values into the chartOptions config: https://github.com/keen/keen-js/blob/master/docs/visualization.md#column-chart

If such a customization is possible with GC, then it should work here as well : )

We just released a new standalone visualization SDK that runs on C3.js. I would love to hear your thoughts on our work here, if you have some time to check it out: keen-dataviz.js!

dustinlarimer commented 8 years ago

Closing for now – thanks again for the suggestion!