Questions about the new charts feature

I love the charts feature that’s in beta, it works really good for my apps because I have been using quickcharts to create energy performance charts.

I’m still working on understanding how the new tool works but I’m hoping someone will know whether what I’m hoping to do is be possible.

  1. Can I create charts with multiple axes? I’d like to be able to recreate this.

  2. I’d also like to create charts using 15 minute interval data for solar production and energy consumption which are 2 separate sheets. I plan on having a chart with 1 week of 15 minute intervals which is 672 data points.

  3. How can I adjust the colors of the fields?

  4. Can I capture the chart as an image and include it on a document template? I know this isn’t possible with legacy charts.

Solved Solved
0 5 248
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Taylor_Felt

  1. Charts with multiple axes : not at the moment, to my knowledge
  2. charts with 15 minutes interval ==> probably. You will have to play some tricks to display datas properly, with a column “timestamp”. You will probably need to use some actions to copy datas from your 2 sheets into a 3rd one that will support all the datas you plan to display. However, because you don’t want to display the same unit informations, I’m afraid you will need to keep on 2 separate charts, maybe one above the other
  3. I’m afraid colors in the new chart feature are not adjustable at the moment.
  4. Capture Charts as images : yes you can, you will need to use the SNAPSHOT() expression. Please see : SNAPSHOT() | AppSheet Help Center

View solution in original post

5 REPLIES 5

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Taylor_Felt

  1. Charts with multiple axes : not at the moment, to my knowledge
  2. charts with 15 minutes interval ==> probably. You will have to play some tricks to display datas properly, with a column “timestamp”. You will probably need to use some actions to copy datas from your 2 sheets into a 3rd one that will support all the datas you plan to display. However, because you don’t want to display the same unit informations, I’m afraid you will need to keep on 2 separate charts, maybe one above the other
  3. I’m afraid colors in the new chart feature are not adjustable at the moment.
  4. Capture Charts as images : yes you can, you will need to use the SNAPSHOT() expression. Please see : SNAPSHOT() | AppSheet Help Center

Thank you, great idea about using timestamp. I wasn’t a fan of using snapshots before, hopefully it’s gotten better. The thing I like about quickcharts is how it lets me use the chart as an image so I can include it in a document template or as the image on a detail view…

Do you know of any way to include multiple charts within the same detail view?

yep : Dashboard views

Basically:

  1. you create a 1st chart view, you set its position to “Ref” (or not, this is your choice if you want to display it directly to your user as well)
  2. you create a 2nd chart view, position to “Ref”
  3. you create a 3rd view, type : Dashboard, View entry : chartView1 and ChartView2, and position…Center

Thanks! I’m also trying to get this to work in interactive mode, a chart with the customer key show when the customer is selected on the dashboard. Do you know if that’s possible?

Yes. You do the same with a view displaying your criteria (let’s say the customer table in your case), such as a gallery view (for example), and you add this one as another entry to your dashboard view.

Top Labels in this Space