AMKhakbaz commited on
Commit
30a4992
·
verified ·
1 Parent(s): 179b59b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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")