-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apex charts #817
Apex charts #817
Conversation
So much beauty in one PR! From a UI perspective, it looks beautiful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good so far! Great work 👌
Could do with some opinions on colours. Because all charts support multiple colours we can't really let users pick each individual colour, so I think we have 3 options:
Any thoughts? |
@aptkingston How many palettes does Apex provide? It would be good to see them. Charts are usually more tint-focused than gradient if that makes sense. Happy to Budi up with this. |
This looks incredible, love it so much! 🔥 |
Apex charts have arrived!
This PR adds a selection of configurable chart components, courtesy of Apex Charts. There are bar, line, pie, donut and candlestick charts, as well as subsets of all of these (stacked / multiple data series). Charts require a data source which can be a table, view or even a relationship.
Features
All charts have quite a few configurable settings, all set to sensible defaults. There are some options which are unique to each type of chart.
Relationships
Charts can use a relationship column as a data source. Here's an example displaying a single users expenditure, based on the sale records linked to a particular user on their details page.