Taras Novak
                                            Taras Novak
                                        
                                    tbh, I still find those dual Y axis graphs confusing and bad data viz practice for typical consumers. github Traffic/Visitors tab/graph is a prime example of it, but I second...
agreed! good catch @kanitw!
looks like everything works just fine on new github codespaces without using workspace.fs. I just need to set vscode styles for the VV toolbar dropdowns & scrollbars ... 
I might still have to do this and add new web extension entry point to get Vega Viewer working on https://vscode.dev. See here for more info: https://code.visualstudio.com/api/extension-guides/web-extensions
maybe look at this later, whenever that official what's new vscode UX ships: https://github.com/microsoft/vscode/issues/102139#issuecomment-682069305
I can do this for local data files, or just add a refresh button to reload referenced local and remote data ...
yep! will do both in the next VV update. Could you please provide some public feedback on this extension in marketplace? I know that many Vega devs use it, yet...
@stenzengel thanks for that feedback in store. here is a pic of new refersh data UI and Vega Viewer toolbar now matching vscode theme colors. see #63 for more info...
@stenzengel actually, adding file watchers and automatically refreshing the chart on local data source changes might have some side effects when that data is live or log data. I am...
@stenzengel I was just being lazy and figured Refresh will suffice. ok. I'll reopen it, add a setting to enable live data updates and add file watchers to do refresh...