Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Please make a chart in here

Featured Replies

Just bought your chart plugin. I just need very simple things like a bar chart to display boys and girls in a classrrom.

Can someone make it simple for me to understand?

I guess you'll need to create a calculation field in Classes table, something like that

Set Variable [ $result = Let(

debug = pieChartCreate( "Gender distribution" ) and

pieChartSetDataPoint( "boys" ; Class::Class_total boys ) and

pieChartSetDataPoint( "girls" ; Class::Class_total girls );

pieChartShowGraphic( 360; 360 )

)

Please make it simple for me to understand, without error messagens and stuff. Thanks

Test_Chart.zip

  • Author

Ok, Im getting better, need some retouch with variables as bars wont display. Aid appreciated

Test_Chart__2_.zip

  • Author

Ok, charts working now but I have a problem with the colours, as

barChartSetSeriesColor

doenst work at all.

Test_Chart_3.zip

Two issues: You were calling barChartSetSeriesColor, but you're creating a pie chart, you should use pieChartSetSeriesColor.

Second, the data points were added with a leading space, but the series name passed to pieChartSetSeriesColor was missing this space.

Here's the final version I have

Let(

debug = pieChartCreate( "Quoted Hours Worked " & Get(CurrentTime) ) and

    pieChartSetDataPoint(" boys" ; Class_total boys ) and  

    pieChartSetDataPoint(" girls" ; Class_total girls ) and

// set colours

pieChartSetSeriesColor(" boys" ; 100 ; 100 ; 255 ; 255 ) and

pieChartSetSeriesColor( " girls" ; 200 ; 100 ; 100 ; 255 ) ;

    pieChartShowGraphic( 360; 360 ))

  • Author

Thanks you for the support. You have a wonderfull plugin and the alpha makes a really cool effect.

  • Author

Ok. Another questions please:

How can I costumize that chart title? I found that bold black font quite heavy...

Your best bet there is to pass an empty title in to the chart, and use a FileMaker text field to display the chart title.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.