3
votes

I'm building a reporting dashboard in Google sheets for a website. Our website has a subscription funnel that I'd like to visualize. Since Google Sheets has no built in funnel visualization I found this SO post which suggests using a stacked bar chart and making one of the series' white. Here is the result:

enter image description here

So this kind of works except, after fiddling with the advanced edit options:

  1. I cannot remove the border
  2. I cannot remove the left vertical line

Searching Google this appears to be true - there is currently no way to remove the border on a GSheet chart.

I've been waiting for a suitable task to grab the bull by the horns with creating custom charts and scripts within GSheets using Google-Apps-Script and Google-Charts-Api. I have some foundational skills with Javascript and use it on a regular basic, but lightly.

My question is this. Is what I'm trying to achieve possible if I was to code the visualization using apps script and charts API, as opposed to just using the built in chart functionality?

Is the route I'm taking the only one or the "best" one given my goal of creating a funnel chart?

I almost have what I need if I could only hide the border and left vertical line but, pedantic as it may sound, I am not going to use the visualization in my dashboard if I cannot find a way to hide them.

Any help or pointers appreciated.

1

1 Answers

0
votes

Don't know if you ever found an appropriate answer but I was hoping for the same thing from sheets. I was looking to build a dashboard combining a variety of data. In the end i found a website called dasheroo.com it allows you to import 'insights' from ranges of data on Gsheets - This may be suffice for your needs. It is ok but it has limited capability becasue I needed to combine different data sources onto an HTML page.

Hope that helps Alex