What is the process to request an additional python library?

Hi @dconnell,

The dash_daq components are designed for use with Plotly Dash. Dash is its own framework, meaning it doesn’t play nicely with Anvil.

However, you can easily make gauge charts using Plotly which we have available in the client-side. Here’s a quick example for you:

  1. Plotly gauge chart

https://anvil.works/build#clone:KA7VO6HN7XBEY6PZ=4UF3WAOUE3FN3KQADGWSDACJ

If you need to customise the look and feel a little more, the plotly reference for indicator traces is here.

You can also always drop down to JavaScript, giving you access to the entire universe of JavaScript plotting libraries!

3 Likes