logLevel doesnt seem to work
backnotprop opened this issue · 0 comments
backnotprop commented
React-Vega defaults to vega.Warn
log level in vega-utils from vega-embed.
There is a constant WARN: Infinite extent for field <my_field>_start
as well as for my_field>_end
- How can I remove this log?
- Update: setting a domain removes this, but not always ideal for my use case
- Setting
logLevel={0)
in the react-vega component does not work.