So I’ve been extremely happy with how fast I have been able to get my app going on this platform. I’m now planning to convert over to pro that I’m getting closer to my launch date and was curious about a few custom HTML questions since now I will have access to this.
I’m assuming I can build any bootstrap HTML template or custom html template I have and just use anvil data to display in say custom graphs, UI components etc right?
Any gotchas or things I need to be aware of from those that have used custom HTML?
I want to spruce up my dashboards and such and wanted to probably use some of the bootstrap dashboard items along with the anvil data so just wanted to make sure I am aware of any limitations before I get started. I’ll be reading through the docs as well, any feedback is appreciated.
There are a lot of things to get right when converting an admin template like that one (I started doing it myself). Things like making sure your drop zones work properly when you cannot know completely in advance what is going to be dropped where.
The material template Anvil provide is testament to the fact it is possible. I just think it’s difficult, hence why i use Anvil
That said, if you want to give it a go, I’ll help out where & when I can, though I’m no HTML/CSS expert.
yea I figured that might be the the case. I mainly wanted “prettier” graphs and dasbboards in my app and wasn’t sure best approach in anvil.
I like my material UI layout I’m using just was hoping for prettier dashbboard type items and wasn’t sure if i could somehow use bootstrap ones in my app
I guess I could always just play with CSS and see if I could do something like https://www.smashingmagazine.com/2015/07/designing-simple-pie-charts-with-css/ now that I"m on the pro plan I’m going to play with this a lot more since most of my data and forms all now work the way I want, just need to start making things look visually appealing.
It’s possible to import external JS libraries (I have some examples scattered about the forums), so you could probably add your preferred charting library that way. I assume the built in plotly ones are not to your taste?
Bear in mind you have access to the Plot.ly API from within the client-side of Anvil, this might well allow you to style your plots as you wish. Here’s a tutorial https://anvil.works/blog/dashboard.