smail
April 26, 2022, 4:41pm
1
Hello,
I have made these plots with dash Daq and they look pretty good, I want to do the same style and plot but with Plotly. I checked and I found go.Indicator but it has only 180°
is there a way to do it?
smail
April 26, 2022, 6:15pm
3
I see, and as you said not possible now,
I have two related question to this and think there is a solution
Hi,
is there any way to have a dash daq plot using simple def in python Django.
def plot_guage(request):
the_maxGL=100
RESEAU_GL=55
figGuages = go.Figure([
daq.Gauge(color={"gradient":True,"ranges":{"green":[0,the_maxGL/3],"yellow":[the_maxGL/3,the_maxGL*6/7],"red":[the_maxGL*6/7,the_maxGL]}},
id="my-daq-gauge4", min=0, max=the_maxGL, value=RESEAU_GL, label="GL",style={'display': 'inline-block'})
])
charGuagest = figGuages.to_html()
context= {…
and the other is
Many thanks
smail
April 27, 2022, 7:33pm
4
Dash styles is the best and looks professional.