Dear @smithme ,
Yes, pretty much anything can be done with the tool. A fair warning though - for the max use, an extensive JavaScript customization will be required. Something basic can be done with no JavaScript, but something more advanced will likely need to have some adjustments.
The app retrieves data from a SharePoint list with a CAML query, which can then be aggregated, sorted, displayed in variety of ways, and even some interactivity can be added.
Get familiar with basic cases via our Getting Started examples:
- Build Simple Charts – Sales Report (SharePoint) | Plumsail
- Build Simple Charts – Client Demographics (SharePoint) | Plumsail
- Build Simple Charts – Helpdesk Tags (SharePoint) | Plumsail
- Build Simple Charts – Maps with Geocoding API (SharePoint) | Plumsail
They are easy step-by-step guides on how to build basic charts. Then you can look at other cases in our documentation, or dig the community to find some more specific details.
Feel free to ask questions, but building charts is often not an easy task - a lot of specific configurations and settings depend on how the data is stored, and each case is a little different. We're not as experienced in building charts as some of our clients - the tool provides almost endless opportunities, but it takes time to learn, good knowledge of JavaScript and some understanding of how charts work.