Kanit Wongsuphasawat

Results 159 comments of Kanit Wongsuphasawat

@g3o2 you can draw multiple callouts just like any other marks. This is just a macro for drawing line segment(s) and text(s) using just one (composite) mark.

@starry97 -- any update on this? (Do you still have time to clean it up for a release?)

Before we close this enitrely, I wonder if it makes sense to have an option to show brush below points? The fact is that we cant hover to enable tooltip...

> (1) I would be uncomfortable if implementation limitations impacted language level concerns. That strikes me as a case of the tail wagging the dog. It depends on whether there...

https://github.com/vega/vega-lite/issues/5728 is another request for this.

Btw, note that I was trying to do this for pie, and I discovered that https://github.com/vega/vega-lite/issues/8301 would directly solve the problem more, but I'll leave this issue open since it...

I'm able to replicate this when we add params to top-level for multi-view charts ``` { "params": [{"name": "selection", "select": {"type": "point"}}], "data": {"url": "data/cars.json"}, "layer": [ { "mark": {"type":...

This is a simpler example: https://pastebin.com/AaC9DFUH (I still set `columns: 3` as a hack as I can't get vega-editor to correctly get the latest Vega-View yet.) ``` { "$schema": "https://vega.github.io/schema/vega-lite/v2.json",...

We need to adjust `formatSignalRef` to handle this consistently, while respecting `config.mark.invalid`.

We also see this issue in https://vega.github.io/editor/#/examples/vega-lite/point_invalid_color cc: @yhoonkim