Re: [visualization-api] Google Charts -- radar -- image in area?

2020-12-12 Thread John Freebury
That does look like an interesting challenge indeed. I'll post my progress here. Much Thanks! On Saturday, 12 December 2020 at 20:14:25 UTC-7 Daniel LaLiberte wrote: > Hi John, > > There is a potential solution involving use of blends to implement > masking. See the issue that started it:

Re: [visualization-api] Google Charts -- radar -- image in area?

2020-12-12 Thread 'Daniel LaLiberte' via Google Visualization API
Hi John, There is a potential solution involving use of blends to implement masking. See the issue that started it: https://github.com/vega/vega/issues/2311 The change that added blends: https://github.com/vega/vega/pull/2422 The mark documentation - look for the blend color property.

[visualization-api] Google Charts -- radar -- image in area?

2020-12-12 Thread John Freebury
Hi All , I am creating a radar chart and need it to have an image in the area of the chart, replacing a solid fill. Looking at the Radar chart script here -- https://developers.google.com/chart/interactive/docs/gallery/vegachart#radar-chart-example -- I wonder whether it is possible. Can the

Re: [visualization-api] Radar Chart with new Google Charts API

2020-12-12 Thread John Freebury
Hi Daniel, This thread hasn't been active for the past couple of years, but I see you are interested in the Radar Chart. I have a situation where data is being migrated out of Google Sheets and into Excel for the sole purpose of using an image feature within their radar chart functionality.