vega/react-vega

logLevel doesnt seem to work

backnotprop opened this issue · 0 comments

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

  1. How can I remove this log?
    • Update: setting a domain removes this, but not always ideal for my use case
  2. Setting logLevel={0) in the react-vega component does not work.