fittyCent

Results 3 comments of fittyCent

It doesn't work if you pass it a Vega style spec (at least from what I'm seeing): spec: ``` const testSpecVega = { title: { text: 'TEST', fontSize: 20 },...

Did some researching and yeah the `'container'` value for width is only a vega-lite thing. In order to get the chart to be full width of container, do this: ```...

Somehow this happens when I return react-validation's Select from a dumb component I create. I copied and pasted the Select component from the example directly into my jsx and it...