Philippe Rivière

Results 1049 comments of Philippe Rivière

the last remaining issue is the name of the option. - _aspectRatio_ doesn't mention that we're speaking about the data/scales/channels, but not the chart's aspect ratio - _daspect_ sounds awfully...

rebased on main

Two conceptual difficulties: - there's no real reason to make "x" and "y" mandatory, but if I don't define them by default to constant(0), Plot complains (if mandatory, that they...

Pie mark! ![Capture d’écran 2021-01-01 à 18 12 46](https://user-images.githubusercontent.com/7001/103443212-26b50880-4c5d-11eb-8de5-15ebb1381946.png)

mixing pies and dots ![untitled - 2021-01-01T183329 895](https://user-images.githubusercontent.com/7001/103443474-dd19ed00-4c5f-11eb-80a4-83bca7d0d8cd.png)

Yes. Also would like a way to inspect what happens with faceting.

A version with faceting: ```js viewTransform = (data = [], {transform, ...channels}, facets = [Uint32Array.from(data, (d, i) => i)]) => { if (transform !== undefined) { ({data, facets} = transform(data,...

Here's an alternative / complementary approach, to read scales, dimensions, axes. https://observablehq.com/d/9e826c4659c798e8

https://observablehq.com/@fil/dual-axis-bar-line-chart is a (kinda complicated) proof of feasibility.

yes, _axis: "both"_ will be much simpler than that.