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

Clone strip functions from objects #420

Closed DaazKu closed 7 years ago

DaazKu commented 8 years ago

Relate to: https://github.com/keen/keen-js/issues/332

Same problem in render() from C3 because of getSetupTemplate()

You cannot set axis.x.tick.format to a function because of that.

tbarn commented 7 years ago

Hey @DaazKu! Thanks for the issue! I was wondering if you encounter the same issue in https://github.com/keen/keen-dataviz.js?

DaazKu commented 7 years ago

The issue with axis.x.tick.format is not present anymore but setting tooltip_contents does nothing.

dustinlarimer commented 7 years ago

@DaazKu this issue should be resolved in keen-dataviz.js, which is now inside of keen-js@4.0.0. I believe the property name you're looking for there is tooltip.contents -- is that correct? Please let me know if I should re-open this issue. Seems to be working as expected on our end.

dustinlarimer commented 7 years ago

And thanks for your help @DaazKu!