Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Deneb: only hardcoded data works?

Hello all,   I'm trying to get some Deneb visualization going. However, even when I dumb it down to the simplest example, Deneb refuses to show me anything. For example, here I made the simplest ...
  • dm-p's avatar
    1 year ago

    Hi Anonymous,

     

    It looks like you're using data as the referenced name, and the Vega view will not have a reference to that to display anything, which is as expected.

     

    To link to the data supplied to the visual from the model, the name to use is dataset. Hopefully this will resolve your issue.

     

    Good luck!

     

    Daniel