Kanit Wongsuphasawat

Results 195 issues of Kanit Wongsuphasawat

From the demo, I think "save Voyager" sounds a bit ambiguous. Perhaps rename it to "Save Voyager State/Save Voyager Workbook"?

The links to the docs on the top of the repository is broken.

I symlink `data` folder to specs in Vega-Lite but still can't open them. https://github.com/vega/vega-lite/pull/2807

This is especially useful for multi-series line chart (e.g., in https://github.com/vega/vega-lite/pull/4293). Here readers can benefit if the `temp_max` and `temp_min` have some colors. For example, something like: ![image](https://user-images.githubusercontent.com/111269/49116061-4e9d3b00-f251-11e8-84b8-0262ee69a69b.png) (The circles...

enhancement

![image](https://user-images.githubusercontent.com/111269/49601131-db26b800-f939-11e8-955a-2ed892f8da83.png) Currently it's a bit hard to compare.

enhancement

# Version Published prerelease version: `v5.6.0-next.3` Changelog #### 🚀 Enhancement - feat: Allow config to set default scale.zero per marktype [#8354](https://github.com/vega/vega-lite/pull/8354) ([@yhoonkim](https://github.com/yhoonkim) [email protected]) #### 🐛 Bug Fix - fix: Set...

Looking at Vega-Lite dual axis example: Readers currently have to tilt their head in two different ways to read the chart. Alternatively, if the right axis label title gets rotated...

enhancement

The following blocks in https://github.com/vega/vega-tooltip/blob/next/src/formatValue.ts#L19-25 seems pretty problematic for me ```ts if (title) { content += `${valueToHtml(title)}`; } if (image) { content += ``; } ``` doesn't seem to be...

bug

I believe many users have a lot of plugins. When they right click in sublime, there are far too many menus. Therefore, you should only enable sublimeRope with python files...

``` Uncaught TypeError: Object saveButton has no method 'addEventListener' ``` I just run the transient draft example on http://www.flapjax-lang.org/demos/transient_drafts.html and discover this error. (See [screenshot](http://note.io/KMMCf0))