Hierarchical component #1238
Replies: 3 comments 4 replies
-
To create a hierarchical data visualization with filters in Laravel Backpack, you have a few options, but there isn't a built-in solution that exactly matches your requirements. However, I can suggest a couple of approaches based on the available information:
For the filters, you can use Backpack's built-in filter system. Here's a relevant quote from a Backpack contributor:
For charts and visualizations, Backpack PRO offers a chart widget that might be useful:
However, this might not directly solve your hierarchical visualization need. Given the urgency and specificity of your request, you might need to create a custom solution using Laravel's standard features and Backpack's UI components. If you need more detailed guidance, I recommend checking out Backpack's documentation or reaching out to their community forum for more specific advice. Relevant sources: Github Issue (closed): Reporting and charts |
Beta Was this translation helpful? Give feedback.
-
Hey @cod3rshotout Are you looking for Reorder Operation? This lets admin to reorder & nest entries. |
Beta Was this translation helpful? Give feedback.
-
Hey @cod3rshotout
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A client has asked me to create a hierarchical data visualization. Specifically, the data needs to be arranged to display the service type as the root of the processes. The structure should look like this:
Could someone explain how I could create this kind of visualization in Laravel Backpack? The grid should also have filters so that users can customize the interface and data. Please let me know; this is very urgent.
Beta Was this translation helpful? Give feedback.
All reactions