Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -813,11 +813,10 @@ try:
|
|
813 |
yaxis_title="Percentage",
|
814 |
template="plotly_dark",
|
815 |
barmode="group",
|
816 |
-
xaxis=dict(tickmode='linear')
|
817 |
)
|
818 |
|
819 |
st.plotly_chart(fig)
|
820 |
-
|
821 |
|
822 |
elif main_option == "Segmentation Analysis":
|
823 |
st.header("Segmentation Analysis")
|
|
|
813 |
yaxis_title="Percentage",
|
814 |
template="plotly_dark",
|
815 |
barmode="group",
|
816 |
+
xaxis=dict(tickmode='linear', categoryorder='array', categoryarray=funnel_percentage_cleaned.index.tolist())
|
817 |
)
|
818 |
|
819 |
st.plotly_chart(fig)
|
|
|
820 |
|
821 |
elif main_option == "Segmentation Analysis":
|
822 |
st.header("Segmentation Analysis")
|