Replies: 1 comment 2 replies
-
|
Hey @vybraan, Thank you for the question! The charts in the docs are powered by ApexCharts.js, not Blazor wrapper. You are free to choose any chart library that suits your needs! Initially, I wanted to use Chart.js, but the problem with it is that their charts are canvas-based, not SVG, so it's hard to apply theme colors. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed there are chart examples on the LumexUI homepage.
Are those charts part of LumexUI itself or are they using an external library (like ApexCharts)
Is there any correct or recommended way to implement charts in a LumexUI projs?
Beta Was this translation helpful? Give feedback.
All reactions